ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   how do i hide value errors until data can be entered? (https://www.excelbanter.com/excel-worksheet-functions/23670-how-do-i-hide-value-errors-until-data-can-entered.html)

cath_cw

how do i hide value errors until data can be entered?
 
i need to set a sheet up as a template and until the data is entred, the
#value! shows in the cell -- i want it to be blank until each person is able
to input their data

JulieD

Hi Cath

embed your current formula in a IF function e.g.
=IF(A1="","",current_formula)
or
=IF(ISBLANK(A1),"",current_formula)
or
=IF(ISERROR(current_formula),"",current_formula)

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"cath_cw" wrote in message
...
i need to set a sheet up as a template and until the data is entred, the
#value! shows in the cell -- i want it to be blank until each person is
able
to input their data





All times are GMT +1. The time now is 12:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com