SOLVED

Problem with if function

Copper Contributor

Dear all,

 

I have a problem with "IF" function. 

There is no problem if I use a cell where I just add numbers manually.

But if I use a cell where there are a formula, then I do not get my "IF" function to work.

Please se attached example.

Hoping for your kindness help,

Roger

4 Replies

=IF($A$20>0,"Jan","")
the above cell reference is an absolute reference (with $ sign) meaning it is fixed at that location. Therefore in cell B33 the formula should be =IF($A$33>0,"Jan","") and so on..

ALSO =IF(COUNT($A$7:A7)>$F$4,"0",A7+1)  

change to =IF(COUNT($A$7:A7)>$F$4,0,A7+1)

no quotation marks on zero
if this is a template - you could manually change all cell formula..

best response confirmed by Roger Albrecht (Copper Contributor)
Solution

pls find attached file..

 

Thank you for your valuable help.
glad to help..
1 best response

Accepted Solutions
best response confirmed by Roger Albrecht (Copper Contributor)
Solution

pls find attached file..

 

View solution in original post