#1   Report Post  
Mike Busch
 
Posts: n/a
Default Help with formula

I have a simple formula for some friends that will input the correct sates
tax on two of 10 line items in a list. So it reads =(C20+C24)*.07. OK. Now
the line above the tax is a sum of the list, then the tax, and after is the
Total with tax. Lets say the subtotal line is C30, tax line is C31 and Total
line is C32. I made this into a template because it is opened every day. When
you open it you get the #Value in both the Tax and the Total cell because
nothing has been entered into the cells in the formula. Is there some way to
allow this tax and Toal cells to show $0 rather than the #value. Thanks in
advance.
  #2   Report Post  
FSt1
 
Posts: n/a
Default

hi,
yes, something like this might work.

=IF(AND(C20="",C24=""),0,SUM(C30:C31))

regards
FSt1
"Mike Busch" wrote:

I have a simple formula for some friends that will input the correct sates
tax on two of 10 line items in a list. So it reads =(C20+C24)*.07. OK. Now
the line above the tax is a sum of the list, then the tax, and after is the
Total with tax. Lets say the subtotal line is C30, tax line is C31 and Total
line is C32. I made this into a template because it is opened every day. When
you open it you get the #Value in both the Tax and the Total cell because
nothing has been entered into the cells in the formula. Is there some way to
allow this tax and Toal cells to show $0 rather than the #value. 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
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
put formula results into a different cell if it is empty PutFormula Excel Worksheet Functions 2 February 11th 05 03:31 AM
how do i write a formula and keep in in formula form, so it DOESN. norcalchick2207 Excel Discussion (Misc queries) 2 February 4th 05 08:38 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


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