Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
G33kman
 
Posts: n/a
Default Trying To Roundup only if more than zero


Okay so im trying to set up a quote sheet for when a customer comes in
and wants me to build a new computer for them the problem that I have
is, I have an upgrade area at the bottom of the last workbook titled
"final" it's suppose to take the price from the upgrades area on
"pirces" and round it up to the nearest ten dollar amoust
eg. monitor price $261.60 rounded up to $270.00 and then add on $9.99
so it equals $279.99 that part works fine but when the cell is empty
(instead of $261.60 it's $0.00 the final cell turns out to be the
$9.99) I want to be able to have it show up $0.00 on the final cell
I've uploaded the book to my website (Link Below) if someone could take
a look at it and give some help it would be greatly appreciated. if you
would like to talk to me my e-mail is
thanks.
http://www.rentageekusa.com/Quote.xls


--
G33kman
------------------------------------------------------------------------
G33kman's Profile: http://www.excelforum.com/member.php...o&userid=29189
View this thread: http://www.excelforum.com/showthread...hreadid=489189

  #2   Report Post  
Posted to microsoft.public.excel.misc
Vito
 
Posts: n/a
Default Trying To Roundup only if more than zero


All you should need is to add an If Condition to check if the cell is
blank.


=If(A1="",0,Round.......), Where A1 is the cell containing the initial
value, and Round...is your formula for rounding etc...


--
Vito
------------------------------------------------------------------------
Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182
View this thread: http://www.excelforum.com/showthread...hreadid=489189

  #3   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Trying To Roundup only if more than zero

An IFless alternatve

=ROUNDUP(A21,-1)+(A210)*9.99

--

HTH

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


"Vito" wrote in message
...

All you should need is to add an If Condition to check if the cell is
blank.


=If(A1="",0,Round.......), Where A1 is the cell containing the initial
value, and Round...is your formula for rounding etc...


--
Vito
------------------------------------------------------------------------
Vito's Profile:

http://www.excelforum.com/member.php...o&userid=29182
View this thread: http://www.excelforum.com/showthread...hreadid=489189



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
roundup within a formula fwb Excel Worksheet Functions 2 February 18th 09 08:23 PM
ROUNDUP copy/paste and fill handle not working Jason Southco Excel Worksheet Functions 1 October 10th 05 05:41 PM
Roundup for multiple cells STK Excel Discussion (Misc queries) 1 September 28th 05 04:21 PM
roundup within a formula David Billigmeier Excel Worksheet Functions 0 September 7th 05 01:10 AM
How do I use Roundup in a logical test in excel DC Excel Worksheet Functions 3 March 9th 05 05:27 PM


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