YTD Dynamic Trend formula

salc325

New Member
Joined
Sep 20, 2022
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi All,

could someone please help me figure out how to make a dynamic trend formula in a following way:
I calculated YTD trend as but would like the Trend formula to automatically take into account the following month once I update the source table with September Actuals so that the trend for all future periods is calculated based on the all available actuals​
(Cell V2 will automatically be "Actual" and I guess Trend formula should reference to it?)​
Here is the current Trend formula in line 6:​
=+TREND($B$4:$U$4,$B$1:$U$1,B1)​
Would Offset instead of $U$4 do the trick?​
1663707420489.png
Sorry I can't upload the sheet due to computer installation restrictions but will appreciate any help!​
Thanks!​
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Could you not just do an if statement saying if(V2="Actual",TREND($B$4:$U$4,$B$1:$U$1,B1),"") ?
 
Upvote 0

Forum statistics

Threads
1,214,932
Messages
6,122,332
Members
449,077
Latest member
jmsotelo

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