=if(and(sheet1!a2="",sheet2!a2="",sheet2!a3="",she et2!a4="",sheet2!a5="",sheet6!a2="",sheet2!a7=""), "If its true","if its false")
Quote:
Originally Posted by Merge
I have 7 sheets in a workbook, I would like to
if all seven sheets cell a2 = a blank cell return the total amt in cell
c2(in each sheer c2 is a sum of 3 other columns. iF not enter a zero amt.
example -if('sheet1:sheet7'!a2=" ",'sheet1:sheet7!c2,"0")
I do this and I get a ref error. How else can I type this?
Thanks
|