the if statement is if(criteria, true do this, false do this) you pu
your
In your and statement it will work out exactly as you said as any no
blank cell will cause and to be false.
try
=IF(OR(ISBLANK(A1),ISBLANK(B1),ISBLANK(C1),ISBLANK(D1)),
","POPULATED")
This will work out if any cell is blank, if any cell is blank the dat
is not populated and returns " " otherwise all the cells are populate
and 'Populated'
Regards
Da
--
Da
-----------------------------------------------------------------------
Dav's Profile:
http://www.excelforum.com/member.php...fo&userid=2710
View this thread:
http://www.excelforum.com/showthread.php?threadid=51682