Carl Stephens
New Member
- Joined
- Jan 3, 2017
- Messages
- 46
- Office Version
- 365
Hello All,
The below FILTER formula returns the exact desired result that I am looking for, with the first cell on the FILTER range being BP4, and when I run the MATCH formula below, that references BP4, this returns the exact result that I am looking for, however, when I drag the MATCH formula to BQ4, the result is "No", even though the correct data is in the FILTER range. Is this because the FILTER formula in only typed in one cell? Any ideas on why this is not working? Thank you.
=IFNA(TRANSPOSE(FILTER('CM-SE'!$B$6:$B$52,INDEX('CM-SE'!$D$6:$CX$52,,XMATCH($E4,'CM-SE'!$D$5:$CX$5))="X")),"")
=IF(ISNUMBER(MATCH(BP4, INDEX($B$4:$AZ$4,,), 0)),"Yes","No")
The below FILTER formula returns the exact desired result that I am looking for, with the first cell on the FILTER range being BP4, and when I run the MATCH formula below, that references BP4, this returns the exact result that I am looking for, however, when I drag the MATCH formula to BQ4, the result is "No", even though the correct data is in the FILTER range. Is this because the FILTER formula in only typed in one cell? Any ideas on why this is not working? Thank you.
=IFNA(TRANSPOSE(FILTER('CM-SE'!$B$6:$B$52,INDEX('CM-SE'!$D$6:$CX$52,,XMATCH($E4,'CM-SE'!$D$5:$CX$5))="X")),"")
=IF(ISNUMBER(MATCH(BP4, INDEX($B$4:$AZ$4,,), 0)),"Yes","No")