I'm using the formula
=VLOOKUP(R3,'Payment Term'!A2:B9,2,0)
and my lookup table is
So, now when I enter 1 in R3, I get 'Net' but I want the opposite behavior, I want to enter 'Net' and get the id but I am not able to find a way to do it. Is this even possible
