Hi All I am trying to make a formula and struggling please help

PAul Birch

New Member
Joined
Mar 25, 2009
Messages
7
Hi All

I have an excel spreadsheet that list performance month on month over a ever growing period. I am trying to insert a cell that will show the difference between the last filled in cell and the cell that was 12 months before. The spreadsheet looks like this

Name Jan08 Feb08 mar08 ..... jan09 Feb09 Mar09 Year on year

Paul .... 5...... 6 .....7 .............6....... 6.................. ?


I cannot work out the formula i would need to fill in year on year

Any help would be greatly appreciated

Paul
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Your Date Row is a named range called "DATES"
'You're currently in Column Z
'The Dates row is on row 2
'You're currently on row 8


something like this should get your number from the period last year.

=sumif(dates,date(year(z2)-1,month(z2),Day(z2)),$A8:Y8)

...I think...
 
Upvote 0
Hi Thanks for that

Unfortunately it gives me #Name , Also i am unsure how this would find the last filled cell.

thanks for trying
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,427
Members
448,961
Latest member
nzskater

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