A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
You should always enclose the sheet name in single quotes in case it has special characters in it, so:
=@INDIRECT("'"&O$4&"'!B"&$A8)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to pull data from another tab, my formula is =@INDIRECT(O$4&"!B"&$A8) where O4 has the tab name and A8 has the row number. I am using the same formula in the same sheet to pull info from a different tab and it works (working formula =@INDIRECT(B$4&"!B"&$A8) where B4 is the tab name and A8 is the row number). Does this have something to do with the tab names? The working formula tab name is VOBA and the non-working formula is DAC 2017.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
You should always enclose the sheet name in single quotes in case it has special characters in it, so:
=@INDIRECT("'"&O$4&"'!B"&$A8)