percentage change

techstyle20

New Member
Joined
May 14, 2012
Messages
40
Hi,

I want to find out how to calculate a seasonal adjustment but my formula is extreemly complicated and probably incorrect. I need to calculate a weekly % change but I also need to take into account that the overall figures have changed too.

I have this weeks overall figures in cell D7 and last weeks figures in cell H7. I have the following formula in cell J7 which I presume is correct and calculates the percentage change based on that weeks figures. (please correct me if this is wrong!)

=IF(D7>H7,((D7-H7)/D7),-((H7-D7)/H7))

These figures are then split down again. I then need to calculate the % change from the previous weeks figures but i need to take into account the overall % change above.

I have this weeks figures stored in D12 and last weeks figures stored in E12. I need to find the % change from this week to last while taking ionto account that the overall numbers have changed. I have the following formula in cell G12:

=(IF(AND(D12=0,E12<>0),(E12*-100%-J7),IF(AND(E12=0,D12<>0),(D12*100%-J7),IF(D12=0,"-",IF(D12>E12,(((D12-E12)/D12)-J7),((E12-D12)/E12-J7))))))

Is this correct or is there a simpler way to calculate this?

Thanks in advance,

T
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.

Forum statistics

Threads
1,216,790
Messages
6,132,710
Members
449,754
Latest member
KJSCPA

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