Hi,
I have two VLOOKUP formulas that work independently:
=VLOOKUP([Iteration Name]@row, {HH Release Schedule Sprint 1}, 5, false)
=VLOOKUP([Iteration Name]@row, {HH Release Schedule Sprint 2}, 5, false)
How do I combine these with an OR? I want the formula to look in 1 schedule, if it doesn't find a match, look in the other schedule. (the result will always be in one or the other)
I tried some IF(ORs but got tripped up in the logic.