In google sheets I have one sheet with a huge list of text messages. Each text message has a unique phone number.
In another sheet, I have a table of all phone numbers and a corresponding zero (female) or one (male).
I want the first sheet to have an additional column next to each text message with a 0 or 1 determined by a lookup with the second sheet.
What I've tried: I thought about using filter or match, but neither help me find the individual target cell being iterated over. Thanks for your ideas.