Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
cath_cw
 
Posts: n/a
Default 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
  #2   Report Post  
JulieD
 
Posts: n/a
Default

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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i hide value errors until data can be entered? cath_cw Excel Worksheet Functions 0 April 26th 05 05:58 PM
ENTER A FORMULA IN A CELL TO UTILIZE THE IMPORT DATA FUNCTIONS? datachall Excel Worksheet Functions 2 April 26th 05 10:47 AM
How can deleted data reappear in a refreshed pivot table in Excel excel_user123456 Excel Discussion (Misc queries) 3 February 23rd 05 08:34 PM
Hide Cell Content if no data in previous columns Sherry Excel Discussion (Misc queries) 4 February 21st 05 07:27 PM
Updating calculations + graph when i enter in new data WITHOUT OFF superman Excel Worksheet Functions 0 February 2nd 05 05:05 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"