Hi
I have a scenario like below
If Award Type is MP, then Vlook up buyer name
If Award Type is non MP and Approval required is tick, then vlookup buyer name
The formula that I am thinking as below, but i think it is wrong. Can help to show me the correct formula
=IF(AND([Approval]@row = "Yes", [Award Type]@row="Non MP")), OR([Award Type]]@row = "MP", VLOOKUP(Commodity@row, {BuyerRange 1}, 3, 0))