Hello -
A bit stumped and would appreciate some advice. I am trying to lookup values in Sheet 1 and populate the ID into Sheet 2.
In Sheet 1, I have Intake Status and ID columns as shown:
I am trying to pull the ID into Sheet 2 for any instance in which the Intake Status is New. I used a VLOOKUP formula as follows:
=VLOOKUP("New", {Status and ID}, 2, false)
However, that only returns the first value of TMO-0315 and does not pick up any other IDs with a New status. When applying as a column formula I end up with multiple rows in Sheet 2 that pull the ID TMO-0315.
How do I get the formula to return all IDs that show an Intake Status "New"?
Thank you!