Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 788
Default Setting a sale price and rounding up

I have a wigit that's say $119. I want to take 15% off of that price and then
round up to nearest dollar amount.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 275
Default Setting a sale price and rounding up

hi,

If the price for ur wigit is held in cell A1 (ie $119)
in B1 place =A1*(1-15%) - this takes off the 15%
in C1 place =ROUND(B2,0) - this round the number
not sure how to combine the two entries, but they will give youi the
required result

"Chris" wrote:

I have a wigit that's say $119. I want to take 15% off of that price and then
round up to nearest dollar amount.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 275
Default Setting a sale price and rounding up

Sorry typo,
in C1 place =ROUND(B1,0) - this round the number

"Anthony" wrote:

hi,

If the price for ur wigit is held in cell A1 (ie $119)
in B1 place =A1*(1-15%) - this takes off the 15%
in C1 place =ROUND(B2,0) - this round the number
not sure how to combine the two entries, but they will give youi the
required result

"Chris" wrote:

I have a wigit that's say $119. I want to take 15% off of that price and then
round up to nearest dollar amount.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 788
Default Setting a sale price and rounding up

Thanks, that worked perfect!

"Anthony" wrote:

Sorry typo,
in C1 place =ROUND(B1,0) - this round the number

"Anthony" wrote:

hi,

If the price for ur wigit is held in cell A1 (ie $119)
in B1 place =A1*(1-15%) - this takes off the 15%
in C1 place =ROUND(B2,0) - this round the number
not sure how to combine the two entries, but they will give youi the
required result

"Chris" wrote:

I have a wigit that's say $119. I want to take 15% off of that price and then
round up to nearest dollar amount.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Setting a sale price and rounding up

All in B1

=ROUND(A1*(1-15%),0)


Gord Dibben MS Excel MVP

On Wed, 2 Jul 2008 08:52:01 -0700, Chris
wrote:

Thanks, that worked perfect!

"Anthony" wrote:

Sorry typo,
in C1 place =ROUND(B1,0) - this round the number

"Anthony" wrote:

hi,

If the price for ur wigit is held in cell A1 (ie $119)
in B1 place =A1*(1-15%) - this takes off the 15%
in C1 place =ROUND(B2,0) - this round the number
not sure how to combine the two entries, but they will give youi the
required result

"Chris" wrote:

I have a wigit that's say $119. I want to take 15% off of that price and then
round up to nearest dollar amount.


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
Need to increase price by % and rounding up and down klafert Excel Discussion (Misc queries) 5 January 5th 08 12:00 PM
Price calculation - rounding Orninn Excel Discussion (Misc queries) 6 January 23rd 07 04:10 PM
Can I automaticly figure "cost" and sale price in Excel? txwatkinsman Excel Worksheet Functions 1 February 25th 06 11:15 AM
Setting up a price list G4 Excel Worksheet Functions 4 February 10th 06 10:16 PM
formula for cost as percentage of sale price elisabeth New Users to Excel 2 January 21st 06 05:43 PM


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