Hello! I am attempting to populate a series of cells (sheet 1, C4-I4) with store numbers based on users inputting a market name into sheet 1 B2 and using an index/match to return up to 7 unique matches in C4-I4. I have been able to write a formula to populate the cells with matches, but when I have less than 7 matches results are input in my cells that are not a match when I want my cells to remain blank if there are no more matches.
Here is the formula I am using: =INDEX('Quarterly Results'!$A:$A, MATCH($B$2, 'Quarterly Results'!$B:$B,0)...adding +1 to +6 in subsequent cells.
Any help would be SO greatly appreciated!!
Here is the formula I am using: =INDEX('Quarterly Results'!$A:$A, MATCH($B$2, 'Quarterly Results'!$B:$B,0)...adding +1 to +6 in subsequent cells.
Any help would be SO greatly appreciated!!