I have formulas with cells from other worksheet tabs.
ex. ='Chris'!A26
='Jason'!A29
, and so on with a spreadsheet that has a dozen or so tabs (names).
I want to use a formula in a blank cell that will return the name of the tab used in the adjacent cell (exampled below).
--------------------------
|='Chris'!A26 | Chris |
--------------------------
|='Chris'!A26 | Chris |
--------------------------
|='Jason'!A29 | Jason |
--------------------------
|='Chris'!A26 | Chris |
--------------------------
|='Jason'!A29 | Jason |
--------------------------
|='Chris'!A26 | Chris |
--------------------------
|='Chris'!A26 | Chris |
--------------------------
Bookmarks