How to calculate percentage in 2 difference no

Thiyagu8423

New Member
Joined
Aug 21, 2020
Messages
6
Office Version
  1. 2013
Platform
  1. Windows
Today. Before
30. 60. Formula (30-60)/30*100=-100

Today. Before
60. 30 Formula (60-30)/60*100=+50
Wrong value shown.i want formula to shown +100.
Basicly the formula should calculate both plus and minus percentage in single formula.
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
ExcelRange.PNG
 
Upvote 0
If you are trying to get the percentage change from prior day to today (like a stock price), then your general formula is (Today - yesterday) / yesterday * 100.
You have it as (today - yesterday) / today * 100 which uses the incorrect denominator.
 
Upvote 0
Hi pholt33.
Thanks for your formula..
Im looking for single formula that can be use for both condition.
Its for stock price..their is price higher than yesterday and some lower than yesterday in single colomn.i need one single formula that can calculate correct percentage drop or increase
 
Upvote 0
The general formula is always: (Today - yesterday) / yesterday * 100
ExcelChange.PNG
 
Upvote 0
Hi pholt33.
Thanks for your formula..
Im looking for single formula that can be use for both condition.
Its for stock price..their is price higher than yesterday and some lower than yesterday in single colomn.i need one single formula that can calculate correct percentage drop or
 
Upvote 0

Forum statistics

Threads
1,214,925
Messages
6,122,303
Members
449,078
Latest member
nonnakkong

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