negative percentage

Gettingbetter15

New Member
Joined
Oct 20, 2016
Messages
20
Hi!
I'm trying to figure out how to do the formula for: 893.30 (A1) is a negative percentage of 1393.30 (B1). I've figured out that:
=(B1/A1)-1 = 0.559723. But I'm looking for the opposite...that A1 = -.44027 (a 44% loss of the original value) and I just don't know how to make Excel give me THAT without doing it manually...any help would be greatly appreciated! TIA!
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
=(B1-A1)/A1-1 = -0.44027762229934

But I think the correct answer to the "percent change to 893.30 from 1393.30" is "After divided by Before minus one":

=A1/B1-1 = -0.358860259814828

Because -0.358860259814828 * 1393.30 = -500

Another way: you could also have (After minus Before) divided by Before: =(A1-B1)/B1
 
Last edited:
Upvote 0
Thank you so much, veryamusing! I didn't even see the error you saw and correctedy!!!! That's exactly what I needed. Have a great New Year!
 
Upvote 0

Forum statistics

Threads
1,216,489
Messages
6,130,959
Members
449,608
Latest member
jacobmudombe

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top