Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
JoeyW
 
Posts: n/a
Default Want #VALUE! to show as blank cell

Hi,

Using Windows 2000 Pro, Excel 2003.

Im tracking the amount of copies our office uses on a monthly basis. If we
go over 20,000 copies, we have to pay an additional charge for those copies.
Cell B7 has the previous months meter reading. Cell C7 has the current
months reading. The formulas Im using work, except when we do not go over
the 20,000, I end up with #VALUE! in Cell F8. I assume this is because Cell
E8 is not actually blank, but has a formula in it?? If a cell has no value, I
want it to show as empty, but I dont know how to accomplish this for Cell
F8, and E9 & F9/10, which are in cells on rows for months in the future (I
want to set this up for an entire year so all I have to enter each month is
the Current months reading).

I hope this makes sense. What do I need to do in order to get the cells with
#VALUE! to show as blank cells?

The following are examples of the cells and formulas:

B C D E F
Past Current Used Over Pay This
7 20,000 50,000 30,000 10,000 $150.00
8 50,000 65,500 15,500 #VALUE!
9 65,500 #VALUE! #VALUE!
10 #VALUE!

The formula in columns D, E, & F:

B8 =IF(C7="","",SUM(C7))

D =IF(C7="","",SUM(C7-B7))
E =IF(D720000,D7-20000,"")
F =IF(E7<=0,"",E7*0.015)

Thanks.
  #2   Report Post  
Roy P
 
Posts: n/a
Default Want #VALUE! to show as blank cell

Work the "iserr funtion into your formulas as listed.
B8 =if(iserr(IF(C7="","",SUM(C7)))=true,"",IF(C7=""," ",SUM(C7)))
best of luck.

"JoeyW" wrote in message
...
Hi,

Using Windows 2000 Pro, Excel 2003.

I'm tracking the amount of copies our office uses on a monthly basis. If
we
go over 20,000 copies, we have to pay an additional charge for those
copies.
Cell B7 has the previous month's meter reading. Cell C7 has the current
month's reading. The formulas I'm using work, except when we do not go
over
the 20,000, I end up with #VALUE! in Cell F8. I assume this is because
Cell
E8 is not actually blank, but has a formula in it?? If a cell has no
value, I
want it to show as empty, but I don't know how to accomplish this for Cell
F8, and E9 & F9/10, which are in cells on rows for months in the future (I
want to set this up for an entire year so all I have to enter each month
is
the Current month's reading).

I hope this makes sense. What do I need to do in order to get the cells
with
#VALUE! to show as blank cells?

The following are examples of the cells and formulas:

B C D E F
Past Current Used Over Pay This
7 20,000 50,000 30,000 10,000 $150.00
8 50,000 65,500 15,500 #VALUE!
9 65,500 #VALUE! #VALUE!
10 #VALUE!

The formula in columns D, E, & F:

B8 =IF(C7="","",SUM(C7))

D =IF(C7="","",SUM(C7-B7))
E =IF(D720000,D7-20000,"")
F =IF(E7<=0,"",E7*0.015)

Thanks.



  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default Want #VALUE! to show as blank cell

In all of your formula, change the "" to 0.

If you don't want to see zero, suppress them, ToolsOptionsGeneralView and
uncheck Zero Values

--

HTH

RP
(remove nothere from the email address if mailing direct)


"JoeyW" wrote in message
...
Hi,

Using Windows 2000 Pro, Excel 2003.

I'm tracking the amount of copies our office uses on a monthly basis. If

we
go over 20,000 copies, we have to pay an additional charge for those

copies.
Cell B7 has the previous month's meter reading. Cell C7 has the current
month's reading. The formulas I'm using work, except when we do not go

over
the 20,000, I end up with #VALUE! in Cell F8. I assume this is because

Cell
E8 is not actually blank, but has a formula in it?? If a cell has no

value, I
want it to show as empty, but I don't know how to accomplish this for Cell
F8, and E9 & F9/10, which are in cells on rows for months in the future (I
want to set this up for an entire year so all I have to enter each month

is
the Current month's reading).

I hope this makes sense. What do I need to do in order to get the cells

with
#VALUE! to show as blank cells?

The following are examples of the cells and formulas:

B C D E F
Past Current Used Over Pay This
7 20,000 50,000 30,000 10,000 $150.00
8 50,000 65,500 15,500 #VALUE!
9 65,500 #VALUE! #VALUE!
10 #VALUE!

The formula in columns D, E, & F:

B8 =IF(C7="","",SUM(C7))

D =IF(C7="","",SUM(C7-B7))
E =IF(D720000,D7-20000,"")
F =IF(E7<=0,"",E7*0.015)

Thanks.



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
Setting Purely BLANK Cell yokato95 Excel Worksheet Functions 4 August 18th 05 04:43 PM
Replace null string with blank cell gjcase Excel Discussion (Misc queries) 2 August 9th 05 02:13 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
blank cell turns to 0 LMB New Users to Excel 2 April 25th 05 03:57 PM
Show Blank is cell value=0 but count as a zero in sum. How to format this cell ? Markus Obermayer Excel Worksheet Functions 1 January 4th 05 08:01 PM


All times are GMT +1. The time now is 04:39 PM.

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"