Posted to microsoft.public.excel.misc
|
|
AAArgh, can I display a blank cell if the formula value doesn't co
Try this:
=IF(ISERR(your formula),"",your formula)
--
Cutter
------------------------------------------------------------------------
Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848
View this thread: http://www.excelforum.com/showthread...hreadid=523724
|