Hello,
I have the following look-up formula:
=IFERROR((VLOOKUP(AG2,Sheet2!$L$2:$M$617,2,0)),"N/A")
I would like to add a condition to this formula that says:
IF Column BD = Hello, then return a value of "MK" regardless of the look-up value.
Essentially, this logic should override the value...