Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default NEGATIVE PERCENT FORMULA

I am creating a spread sheet, for sales. If the amount is $1838 and I need to
discount 60% what formula do I use?

example:
Cell F17 Total $1838
Cell F18 DISCOUNT -60%
Cell F19 Total after discount ??? Please help

Beginner =)

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default NEGATIVE PERCENT FORMULA

Hi,
I assume you entered 60 in cell F18

=F17*(1+F18/100)

if you have entered 0.60 in cell F18 use

=F17*(1+F18)


"Tammy V." wrote:

I am creating a spread sheet, for sales. If the amount is $1838 and I need to
discount 60% what formula do I use?

example:
Cell F17 Total $1838
Cell F18 DISCOUNT -60%
Cell F19 Total after discount ??? Please help

Beginner =)

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default NEGATIVE PERCENT FORMULA

Tammy, It depends on how you have the percentage in F18.

If it shows as -60%
=F17 + (F17 * F18)
if F18 just shows .6 or 60% then
=F17 - (F17 * F18)



"Tammy V." wrote:

I am creating a spread sheet, for sales. If the amount is $1838 and I need to
discount 60% what formula do I use?

example:
Cell F17 Total $1838
Cell F18 DISCOUNT -60%
Cell F19 Total after discount ??? Please help

Beginner =)

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 136
Default NEGATIVE PERCENT FORMULA

=F17*40%

--


Regards,


Peo Sjoblom


"Tammy V." <Tammy wrote in message
...
I am creating a spread sheet, for sales. If the amount is $1838 and I need
to
discount 60% what formula do I use?

example:
Cell F17 Total $1838
Cell F18 DISCOUNT -60%
Cell F19 Total after discount ??? Please help

Beginner =)



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
Formatting negative percent Tschurin Excel Worksheet Functions 12 April 14th 11 09:18 AM
column to show certain percent positive AND negative Jerid B Excel Discussion (Misc queries) 3 July 3rd 09 08:37 PM
negative numbers to percent Scorpion Excel Discussion (Misc queries) 3 March 21st 08 12:49 AM
Negative percent formula Bob Excel Worksheet Functions 2 May 8th 05 05:46 PM
How do I format a negative percent? Hawk186 Excel Discussion (Misc queries) 1 February 10th 05 09:02 PM


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