Problem figuring formula

M

MarthaMartha

Help. I want cell C20 to populate a formula that is

If cell h20 is $0
then put cell G20 there

I thought it was something like =sum(IF
 
G

George

You can also use something like
=(H20=0)*G20

This will put G20 when h20=0 and zero otherwise

George
 
Top