I have a formula that searches for a dynamic string (the value and location of the fiscal quarter and year, which changes every quarter). I need to return the cell location (such as V88) where that string is located.
My formula is: =INDEX($J88:$IV88,MATCH("*"&$D$88&" "&LOOKUP(MONTH(TODAY()),$B$140:$B$151,$C$140:$C$151),$J$88:$IV$88,0))
The LOOKUP is returning the current fiscal quarter and year.
I've tried it with the COLUMN function in front, but that returns the column number, not the alphabetic column reference. I don't want to have to substitute the column alpha version for the column number unless I have to. Also, how do I combine both the row and column reference in the returned value?
Is there an easy way to return the cell reference?
Bookmarks