E
EMW103
=IF(AND(B113="Anne",ISNUMBER(V113)), R113+S113)
What am I doing wrong? All I get is "VALUE", with no help.
What am I doing wrong? All I get is "VALUE", with no help.
T. Valko said:The problem is here:
R113+S113
One of those cells, or both, probably contain a TEXT entry.
Are there formulas in those cells?
Max said:Maybe just use SUM, which ignores text:
=IF(AND(B113="Anne",ISNUMBER(V113)),SUM(R113:S113),"")
(Added a missing FALSE part of it to the IF, adapt the "" to suit)
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik