When using the Sheet name formula excel is not allowing me to reference that cell with another formula. Any ideas?
=TEXTAFTER(CELL("filename",A1),"]")
Then I am trying to use a simple vlookup based off the cell with the file name.
=IFERROR(VLOOKUP($C$2,options!$E:$F,2,0),"")
=TEXTAFTER(CELL("filename",A1),"]")
Then I am trying to use a simple vlookup based off the cell with the file name.
=IFERROR(VLOOKUP($C$2,options!$E:$F,2,0),"")