Hi All,
i am trying to find the specific month (row 1 is dates, Jan thru Sept) that a specific value (in this case "vacant") occurs for a specific property number in column A.
I tried using index/match in a reverse/backward manner in order to do so, but the formula is not working. Any idea how I can flip this formula so the output is the month in which "vacant" occurs?
Thanks so much for any help!
=INDEX('[Sheet1.xlsx]Vacancy Status'!$E:$M,MATCH("0150",'[Sheet1.xlsx]Vacancy Status'!$A:$A,0),MATCH("Vacant",'[Sheet1.xlsx]Vacancy Status'!$E$1:$M$1,0))
i am trying to find the specific month (row 1 is dates, Jan thru Sept) that a specific value (in this case "vacant") occurs for a specific property number in column A.
I tried using index/match in a reverse/backward manner in order to do so, but the formula is not working. Any idea how I can flip this formula so the output is the month in which "vacant" occurs?
Thanks so much for any help!
=INDEX('[Sheet1.xlsx]Vacancy Status'!$E:$M,MATCH("0150",'[Sheet1.xlsx]Vacancy Status'!$A:$A,0),MATCH("Vacant",'[Sheet1.xlsx]Vacancy Status'!$E$1:$M$1,0))