Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 2
Exclamation Help ASAP with formula!

Hello!

So I am having a really BIG problem coming up with a formula..

Here's the issue:
I have a number in E11 that is negative. I'm trying to subtract two percentages that are in E7 & E9 to this negative number to reduce it and make it go positive.

Here's an example of what I mean: -654 - 58% - 7.125% = -255.10
E7 = 7.125%
E9 = 58%
E11 = -654
E13 = Total(-255.10)

What is a good formula for this?

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 829
Default Help ASAP with formula!

"LouisCG3" wrote:
Here's the issue:
I have a number in E11 that is negative. I'm trying

< to subtract two percentages that are in E7 & E9 to
this negative number to reduce it and make it go positive.

Here's an example of what I mean: -654 - 58% - 7.125% = -255.10


Apparently you want: -654*(1-58%)*(1-7.125%)

But that does not "make it go positive".

I assume you mean it something like: "reduce" it in a positive direction".
Really, you want to reduce the __magnitude__ of the number.


"LouisCG3" wrote:
E7 = 7.125%
E9 = 58%
E11 = -654
E13 = Total(-255.10)
What is a good formula for this?


=E11*(1-E9)*(1-E7)

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Help ASAP with formula!

Hi,, Try this


=(E11-(E11*58%))-(E11-(E11*58%))*7.125%






On Thursday, May 7, 2015 at 9:19:05 AM UTC+5:30, LouisCG3 wrote:
Hello!

So I am having a really BIG problem coming up with a formula..

Here's the issue:
I have a number in E11 that is negative. I'm trying to subtract two
percentages that are in E7 & E9 to this negative number to reduce it and
make it go positive.

Here's an example of what I mean: -654 - 58% - 7.125% = -255.10
E7 = 7.125%
E9 = 58%
E11 = -654
E13 = Total(-255.10)

What is a good formula for this?

Thanks!




--
LouisCG3

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Help ASAP with formula!

or use this

(E11-(E11*E9))-(E11-(E11*E9))*E7


On Thursday, May 7, 2015 at 9:19:05 AM UTC+5:30, LouisCG3 wrote:
Hello!

So I am having a really BIG problem coming up with a formula..

Here's the issue:
I have a number in E11 that is negative. I'm trying to subtract two
percentages that are in E7 & E9 to this negative number to reduce it and
make it go positive.

Here's an example of what I mean: -654 - 58% - 7.125% = -255.10
E7 = 7.125%
E9 = 58%
E11 = -654
E13 = Total(-255.10)

What is a good formula for this?

Thanks!




--
LouisCG3

  #5   Report Post  
Junior Member
 
Posts: 2
Default

Thank you so much!!!
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 formula assistance ASAP Deanna Excel Worksheet Functions 6 July 30th 07 06:12 PM
Formula Help-ASAP Lisa Excel Discussion (Misc queries) 6 June 1st 07 03:31 PM
ASAP - need help with formula! Jane Excel Worksheet Functions 7 February 6th 07 05:51 PM
Complicated formula please help asap! babiigirl Excel Worksheet Functions 8 June 14th 06 04:26 PM
Need a Formula ASAP Korie Excel Worksheet Functions 8 October 6th 05 04:48 PM


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