formula not working

JOEE1979

Active Member
Joined
Dec 18, 2022
Messages
292
Office Version
  1. 365
Platform
  1. Windows
Hello,
I'm not sure where I have messed up this formula
='(A1-1)'!B6725
---------------
Cell A1=2025 (next year)
I have a page that is named 2024 (current year)

I want to create the formula so it would make it easier to copy the worksheet and continue for next year.

If someone can help me, I would appreciate it

Thank you
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
it worked, but I cant seem to copy it for the lines below
for example
=INDIRECT("'"&A1-1&"'!B6725")
=INDIRECT("'"&A1-1&"'!B6726")
=INDIRECT("'"&A1-1&"'!B6727")
 
Upvote 0
it worked, but I cant seem to copy it for the lines below
for example
=INDIRECT("'"&A1-1&"'!B6725")
=INDIRECT("'"&A1-1&"'!B6726")
=INDIRECT("'"&A1-1&"'!B6727")
=INDIRECT("'"&A1-1&"'!B"&ROW(A6725))
 
Upvote 0
Solution

Forum statistics

Threads
1,223,888
Messages
6,175,212
Members
452,618
Latest member
Tam84

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