cell= False?

Y

yaya

this is function =IF((C2=25);C3=0;(C3=(C2+5))) and it still alwas give me
false what is the error?
 
H

Hakyab

The function, =IF((C2=25);C3=0;(C3=(C2+5)) will return a TRUE of FALSE
depending on whether C3 = 0, when C2 is 25. If you want it to return 0, or
C2+5,
you should use
=IF((C2=25);0;C2+5) in cell C3.

HTH
 

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

Top