Formula to reference a cell between two spreadsheets

Trying2learnVBA

Board Regular
Joined
Aug 21, 2019
Messages
67
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
S1 is my macro template.
S2 is the actual report which gets a new tab each month. Ex. T1-Jan T2-Feb- etc- to current month.

Sometimes there are changes to S2. So, I want a system to cross check if anything has changed.

Exaple.

S1 n S2 look identical unless a new loan type was added.

So - I want to do this simple formula but for S2 active tab-sheet.

Say I do this on S1 any cell of my choice "=A8=S2 active sheet A8"
S1 =A8="S2 A8" works but once I make a new tab - The formula references the old tab.

Thanks for the help in advance.
 
Re: Help finding a formula to reference a cell between two spreadsheets

Yes - it looks exactly like that.

=A93='[Month End Reports Macros.xlsm]LNST Template'!$A$93

This is me doing =Ax on the LNST wb =A93 on Month End Macro WB.

The first one is me doing =Ax on the month end macro =Ax on the LNST wb
 
Upvote 0

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Re: Help finding a formula to reference a cell between two spreadsheets

Yes - it looks exactly like that.

=A93='[Month End Reports Macros.xlsm]LNST Template'!$A$93
That is a bit different than our original formula.

What does your exact INDIRECT formula look like right now?

Also, when you are doing these tests (comparing the formula), are you doing the from the EXACT same workbook AND worksheet?
It matters, as references change depending on where you are doing them from.
 
Upvote 0

Forum statistics

Threads
1,214,978
Messages
6,122,545
Members
449,089
Latest member
davidcom

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