Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default #Value! error in cell

I am getting #Value! in a cell that has a formula of course
I pretty sure I know the problem but I dont know how to fix it
:)

in the Cell with the "#Value!" error is a simple formula =SUM(H12:I12)

In Cell H12 is a formula that is dependent on another cell for information
so its empty except for the formula
When information is placed in the cell H12 the "#Value!" error goes away and
it does its job

How do I hide that "#Value!" until the time when information is placed in H12

I hope I explained the situation correctly

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default #Value! error in cell

Try this:

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

--
Biff
Microsoft Excel MVP


"shallowz" wrote in message
...
I am getting #Value! in a cell that has a formula of course
I pretty sure I know the problem but I don't know how to fix it
:)

in the Cell with the "#Value!" error is a simple formula =SUM(H12:I12)

In Cell H12 is a formula that is dependent on another cell for information
so it's empty except for the formula
When information is placed in the cell H12 the "#Value!" error goes away
and
it does its job

How do I hide that "#Value!" until the time when information is placed in
H12

I hope I explained the situation correctly



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default #Value! error in cell

Hi,
try

=SUMIF(H12:I12,"<#Value!")

"shallowz" wrote:

I am getting #Value! in a cell that has a formula of course
I pretty sure I know the problem but I dont know how to fix it
:)

in the Cell with the "#Value!" error is a simple formula =SUM(H12:I12)

In Cell H12 is a formula that is dependent on another cell for information
so its empty except for the formula
When information is placed in the cell H12 the "#Value!" error goes away and
it does its job

How do I hide that "#Value!" until the time when information is placed in H12

I hope I explained the situation correctly

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default #Value! error in cell

I have no idea how you guys knows this stuff but it worked thank you very much

"T. Valko" wrote:

Try this:

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

--
Biff
Microsoft Excel MVP


"shallowz" wrote in message
...
I am getting #Value! in a cell that has a formula of course
I pretty sure I know the problem but I don't know how to fix it
:)

in the Cell with the "#Value!" error is a simple formula =SUM(H12:I12)

In Cell H12 is a formula that is dependent on another cell for information
so it's empty except for the formula
When information is placed in the cell H12 the "#Value!" error goes away
and
it does its job

How do I hide that "#Value!" until the time when information is placed in
H12

I hope I explained the situation correctly




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default #Value! error in cell

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"shallowz" wrote in message
...
I have no idea how you guys knows this stuff but it worked thank you very
much

"T. Valko" wrote:

Try this:

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

--
Biff
Microsoft Excel MVP


"shallowz" wrote in message
...
I am getting #Value! in a cell that has a formula of course
I pretty sure I know the problem but I don't know how to fix it
:)

in the Cell with the "#Value!" error is a simple formula =SUM(H12:I12)

In Cell H12 is a formula that is dependent on another cell for
information
so it's empty except for the formula
When information is placed in the cell H12 the "#Value!" error goes
away
and
it does its job

How do I hide that "#Value!" until the time when information is placed
in
H12

I hope I explained the situation correctly






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
Error Format Cell Benoit Excel Discussion (Misc queries) 0 January 15th 09 01:37 PM
##### error in a cell donniebb Excel Discussion (Misc queries) 1 July 21st 07 02:06 PM
ERROR: Too many cell formats ChrisA Excel Discussion (Misc queries) 1 May 25th 05 07:41 PM
Cell C1 ="error" if.... DaveMoore Excel Worksheet Functions 2 May 20th 05 10:57 AM
#### error if cell has more than 255 characters Budalacovyek Excel Discussion (Misc queries) 1 December 8th 04 06:42 PM


All times are GMT +1. The time now is 05:20 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"