#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Value correction

Is there a way to get a cell that is referencing a formula to not show #value
before there is datat that will complete the cell. I am using Excel 07.

Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Value correction

Something similar to the formula below will work:

=IF(ISERROR(B1),"",B1)

Replacing B1 with you reference cell.

Or you could use it in the cell the contains the formula:

=IF(ISERROR(Your_Formula),"",Your_Formula)

Hope this helps.
--
Kevin Backmann


"P. Zicari" wrote:

Is there a way to get a cell that is referencing a formula to not show #value
before there is datat that will complete the cell. I am using Excel 07.

Thanks in advance.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Value correction

In earlier versions of XL, you would have to do it like this:

=IF(ISERROR(your_formula),"",your_formula)

which you might like to use if the file is to be used by someone with
an earlier version. However, in XL2007 you can do it like this:

=IFERROR(your_formula,"")

Hope this helps.

Pete

On Apr 15, 7:05*pm, P. Zicari
wrote:
Is there a way to get a cell that is referencing a formula to not show #value
before there is datat that will complete the cell. *I am using Excel 07.

Thanks in advance.


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
syntax correction Richard New Users to Excel 4 February 14th 07 08:30 PM
Auto Correction Hi_no_Tori Excel Discussion (Misc queries) 9 October 7th 06 08:32 AM
Auto Correction david.salazar Excel Discussion (Misc queries) 1 July 19th 06 05:24 PM
correction nowfal Excel Discussion (Misc queries) 4 March 24th 06 06:40 PM
decimal correction K.S.Warrier Excel Worksheet Functions 2 November 24th 04 09:25 AM


All times are GMT +1. The time now is 08:29 PM.

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

About Us

"It's about Microsoft Excel"