Alternatives to INDIRECT Function

FalconFlyer

New Member
Joined
May 18, 2015
Messages
30
I am trying to find an alternative to INDIRECT. I started modifying a spreadsheet using INDIRECT, but I am worried about the future implications considering INDIRECT is a volatile function. The spreadsheet is not huge, but it is on going. There is a new tab for every month, going back to 2002. I was interested in making the spreadsheet easier to setup every year. Using this method, there would be 28 INDIRECT formulas on each tab going forward. Each tab is labeled by month, for example, Jan2017, etc.

Is there a better way to write this formula instead of using INDIRECT?

=INDIRECT(((TEXT($E$25,"MMM"))&((TEXT($E$25,"YYYY")-4))) & "!$N$44")

Thank you for your help.
 
I think your other option would be to create the formulas via VBA
 
Upvote 0

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