G Guest Apr 27, 2006 #1 I am getting a #VALUE! error for the linked formula, =IF('B1.1 & B1.1.1'!E29:L29>0,"x"). Please help.
I am getting a #VALUE! error for the linked formula, =IF('B1.1 & B1.1.1'!E29:L29>0,"x"). Please help.
B Bob Phillips Apr 27, 2006 #2 Try =IF(SUM('B1.1 & B1.1.1'!E29:L29)>0,"x","") -- HTH Bob Phillips (remove nothere from email address if mailing direct)
Try =IF(SUM('B1.1 & B1.1.1'!E29:L29)>0,"x","") -- HTH Bob Phillips (remove nothere from email address if mailing direct)