C
Cerealkiller via OfficeKB.com
If g44 equals 0 then h44 it is returning it as false maybe i am missing
something
=IF(G44=0,H44)
something
=IF(G44=0,H44)
Cerealkiller via OfficeKB.com said:If G44 is <> I do nto want it to do anything I want a 0 in the cell
so maybe If g44 equals 0 then h44 if g44 is <> then 0 I am not sure if
that
make sense
Gord said:=IF(G44=0,H44) returns H44 value if G4 is 0
Are you sure g44 is 0 or just formatted to show whole number?
Maybe value is 0.0000000012 or similar?
What happens when you use this formula?
=IF(G44=0,H44,"not zero")
Gord Dibben MS Excel MVP