Archive of Mr Excel Message Board


Back to Errors in Excel archive index
Back to archive home

error checking

Posted by helen mullinder on July 19, 2001 5:40 AM
I am currently working on a hnc excel assignment. How can I prevent cells which contain a formula from displaying an error message when the cells on which the calculation is based is empty. I want the rest of the work sheet to appear blank until the first column of cells have been filled

Re: error checking

Posted by Scott S. on July 19, 2001 6:23 AM
You could try a simple If formula like:

=If(A1="","",[Your formula])


Re: error checking

Posted by Mark W. on July 19, 2001 6:59 AM
=IF(ISBLANK(A1),"",[Your formula])


This archive is from the original message board at www.MrExcel.com.
All contents © 1998-2004 MrExcel.com.
Visit our online store to buy searchable CD's with thousands of VBA and Excel answers.
Microsoft Excel is a registered trademark of the Microsoft Corporation.
MrExcel is a registered trademark of Tickling Keys, Inc.