Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Location: South Woodham Ferrers, Essex
Posts: 19
Default Taking away a percentage from a sum.

Hi,

I would like to subtract 15% from a cell which already has a formula.

for example:

=SUM(3600/H16) This gives me an answer, but I now want to take 15% off that answer without using any other cells.

I thought =SUM(3600/H16)-1.15 would work but of course it just takes away 1.15 from the sum not 15%

H16 will be an amount gathered from another worksheet and will be different each time.

Any help would be appreciated

Carl
  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,393
Default Taking away a percentage from a sum.

Why are you using SUM? You just need =3600/H16
What you want is: (your-answer) - 15% of your answer)
So =3600/H16 -(3600/H16)*15%
Which can be simplified to
=(3600/H16)*(1-15%)
or
=(3600/H16)*0.85
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"the-jackal" wrote in message
...

Hi,

I would like to subtract 15% from a cell which already has a formula.

for example:

=SUM(3600/H16) This gives me an answer, but I now want to take 15% off
that answer without using any other cells.

I thought =SUM(3600/H16)-1.15 would work but of course it just takes
away 1.15 from the sum not 15%

H16 will be an amount gathered from another worksheet and will be
different each time.

Any help would be appreciated

Carl




--
the-jackal



  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,501
Default Taking away a percentage from a sum.

Maybe:-

=((3600/H16)/100)*85

Mike

"the-jackal" wrote:


Hi,

I would like to subtract 15% from a cell which already has a formula.

for example:

=SUM(3600/H16) This gives me an answer, but I now want to take 15% off
that answer without using any other cells.

I thought =SUM(3600/H16)-1.15 would work but of course it just takes
away 1.15 from the sum not 15%

H16 will be an amount gathered from another worksheet and will be
different each time.

Any help would be appreciated

Carl




--
the-jackal

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
Taking out Emptys [email protected] Excel Worksheet Functions 1 October 19th 07 07:54 PM
Taking off or hiding #N/A FC Excel Discussion (Misc queries) 4 August 4th 07 09:36 PM
taking percentages Zr2x350 Excel Discussion (Misc queries) 6 March 14th 07 10:06 PM
Calculating a percentage with the end percentage in mind Shadowshady Excel Discussion (Misc queries) 2 June 17th 06 09:41 AM
Taking Attendance L.Paul Excel Discussion (Misc queries) 2 April 19th 05 08:27 PM


All times are GMT +1. The time now is 12:50 AM.

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"