benposaner
New Member
- Joined
- Jan 7, 2021
- Messages
- 9
- Office Version
- 365
- 2019
- Platform
- Windows
Hi All
I'm sure it's a really simple and obvious solution, but I've tried a few obvious (to me) ideas, but keep on getting errors.
I've got the following formula and it works fine.
=IFERROR(OFFSET('Data Sheet 1'!$A$1,XMATCH($A4,'Data Sheet 1'!$A$2:$A$4),XMATCH(B$3,'Data Sheet 1'!$C$1:$F$1)+1),"No Data Available")
But I want it to be dynamic and replace the 'Data Sheet 1' parts with a cell reference, which will contain the sheet name.
Any help would be much appreciated.
Thanks
I'm sure it's a really simple and obvious solution, but I've tried a few obvious (to me) ideas, but keep on getting errors.
I've got the following formula and it works fine.
=IFERROR(OFFSET('Data Sheet 1'!$A$1,XMATCH($A4,'Data Sheet 1'!$A$2:$A$4),XMATCH(B$3,'Data Sheet 1'!$C$1:$F$1)+1),"No Data Available")
But I want it to be dynamic and replace the 'Data Sheet 1' parts with a cell reference, which will contain the sheet name.
Any help would be much appreciated.
Thanks