A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi Exceluser_123!
I am Shakiru, an independent advisor and a user like you, and I am glad to be helping you out today.
Please try using the ADDRESS and MATCH functions:
=INDIRECT("'Sheet'!" &ADDRESS(97,MATCH("H",'Sheet'!1:1,0)))
In this formula, the MATCH function finds the column number of the "H" header in the first row of the "Sheet" worksheet. The ADDRESS function then combines the row number (97 in this case) and the column number to create a dynamic reference to the cell you want to reference. The INDIRECT function then returns the value in that referenced cell.
Kindly let me know, if you require additional assistance, I will be glad to help further.
Best Regards, Shakiru