> If the value of B4 is between 96 and 96.04
Assuming you mean >=96 and <=96.04...
Select cell B44
Goto the menu Format>Conditional Formatting
Formula Is: =AND(B4>=96,B4<=96.04)
Click the Format button
Select the Patterns tab
Select the desired color
OK out

Signature
Biff
Microsoft Excel MVP
>I have a rather large worksheet that will have hundreds of cells with
> conditional formatting. Most of them are the same (only the cells and
[quoted text clipped - 4 lines]
>
> If the value of B4 is between 96 and 96.04 then B44 is filled yellow.