Hi everyone,
I am trying to figure out if there is an OR function that would work, or another way to look for only 1 of 2 values for a Vlookup. I have a cute little formula that helps me know if people signed off on a project - (the completion page looks up on the form results for an email and a date, and reports back to with a Vlookup formula - and when the cell is no longer blank, it turns my indicator green.) This works great for everyone but one stinker, who has 2 emails and alternates between them.
This is my original formula
=IFERROR(VLOOKUP([Email at _____]@row, {Training Sheet Range 1}, 2, false), " ")
I tried a few variations, but I keep getting errors. Any suggestions?