formula problem

G

Gary

I am trying to create a formula that checks the value of h7 if it is <16
then h5 = 0 else h5 =sum(c43:m43)
can anyone help? thanks
 
D

Dave Peterson

Formulas return values to the cells that contain them.

So this formula has to go into H5:

=if(h7<16,0,sum(c43:m43))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel formula 2
combine formulas into 1 1
Formula Returning "False" 1
IF Statement on multiple levels 6
If, multiple arguments 5
2007 conditional formatting not playing ball 5
An easier way? 8
Help !!! 3

Top