Hi,
Why does the answer to the formula in cell AX24 return that AW24 is smaller (gives me an *) than AU24?
Cells
AU23 | AW23 | AX23
$29.97 | $25.00 | =IF(AND(AW23>0,AU23>0,AW23<=AU23),("*"),("")) ---- this one returns an * and is correct
AU24 | AW24 | AX24
0 | $175.00 |
=IF(AND(AW24>0,AU24>0,AW24<=AU24),("*"),("")) ---- this one returns an * and is incorrect
AU23 & AU24 are a pastelink e.g ='Monthly Sold'!AA24
if there is no value in 'Monthly Sold'AA24 it returns a 0 (it is a sum field and has a function like:
=IF(ISERROR(AVERAGE(M24,O24,P24,Q24,R24,S24,T24,U24,V24,W24,X24,Y24,Z24)),"0", AVERAGE(M24,O24,P24,Q24,R24,S24,T24,U24,V24,W24,X24,Y24,Z24))
All the cells are formatted as currency
Things I've tried:
changing 'Monthly Sold'AA24 "0" to "0.00" but didn't work.
changing AU24>0 to AU24>"0" no go
thanks
Why does the answer to the formula in cell AX24 return that AW24 is smaller (gives me an *) than AU24?
Cells
AU23 | AW23 | AX23
$29.97 | $25.00 | =IF(AND(AW23>0,AU23>0,AW23<=AU23),("*"),("")) ---- this one returns an * and is correct
AU24 | AW24 | AX24
0 | $175.00 |
=IF(AND(AW24>0,AU24>0,AW24<=AU24),("*"),("")) ---- this one returns an * and is incorrect
AU23 & AU24 are a pastelink e.g ='Monthly Sold'!AA24
if there is no value in 'Monthly Sold'AA24 it returns a 0 (it is a sum field and has a function like:
=IF(ISERROR(AVERAGE(M24,O24,P24,Q24,R24,S24,T24,U24,V24,W24,X24,Y24,Z24)),"0", AVERAGE(M24,O24,P24,Q24,R24,S24,T24,U24,V24,W24,X24,Y24,Z24))
All the cells are formatted as currency
Things I've tried:
changing 'Monthly Sold'AA24 "0" to "0.00" but didn't work.
changing AU24>0 to AU24>"0" no go
thanks