To Whom it may concern:
I am having issues calling up values from another table based on the formula below. I thought the values I used as references were unique enough but I am receiving a no match in many of the cells I am trying to reference. Please help if you can.
This table I will be referencing to populate cells in another sheet based off similar criteria with an index match formula, but this is where I am running into issues because after I pass 09 in the sorting value column it does not work. The formula is assigned as a column formula, so this is where I am just confused.
My formula for this sheet is as follows:
=INDEX({Candidate}, MATCH([Sorting Value]@row, {Booth Value}, 0))
{Candidate} references the range for Candidate (RecNo.) in the table below
{Booth Value} references the range for Booth Value in the table below
The other table is setup is structure in the picture below;
My formulas for this sheet is as follows:
=INDEX({Booth Assignment Range}, MATCH([Co-Op Time Slot(s)]@row, {Record Number Range}))
=INDEX({Interviewers}, MATCH([Co-Op Time Slot(s)]@row, {Record Number Range}))
{Booth Assignment Range} references the range for Sorting value in the table above
{Record Number Range} references the range for Record Number in the table above
{Interviewers} references the range for Interviewers in the table above
Both the Co-Op Time Slot(s) range and the record numbers will have the same values and the same goes for Booth Value and Sorting Value
Note: Sorry for the inconsistent naming conventions, kind of new to this whole formula thing.
Overall I am getting no match in a lot of cells but I should be getting a real value based on values between the two tables.
Any help would be greatly appreciated. If nothing here makes sense, please ask questions and I will try to explain a little better.
-LaBeach