T
Todd
I sent the empty post by accident!
I am working on a formula to make one of two calculations
depending if the first number (A1) is more or less than
zero. The formula works if the A cell is empty or has a
zero or is >1. BUT the "A" cell is supposed to have a
formula in it that usually returns an empty cell. I get
VALUE. How do I get my formula to work? I can add "0"'s
to the cells but that really clutters up the spreadsheet.
'=IF((A13)>0,ROUND($D13*A13,0),IF(A13<=0,""))
Thanks,
Todd
I am working on a formula to make one of two calculations
depending if the first number (A1) is more or less than
zero. The formula works if the A cell is empty or has a
zero or is >1. BUT the "A" cell is supposed to have a
formula in it that usually returns an empty cell. I get
VALUE. How do I get my formula to work? I can add "0"'s
to the cells but that really clutters up the spreadsheet.
'=IF((A13)>0,ROUND($D13*A13,0),IF(A13<=0,""))
Thanks,
Todd