I currently have this formula in a cell in my spreadsheet:
=VLOOKUP(C21,'LEMS Rates'!A$1:D$1303,2,0)
I am trying to figure out how to modify it based on some IF circumstances:
IF
'Cat & OH&P Markups'!A2
=
'LEMS Rates'!B1
It should use that formula
or
IF
'Cat & OH&P Markups'!A2
=
'LEMS Rates'!C1
The formula should be
=VLOOKUP(C21,'LEMS Rates'!A$1:D$1303,3,0)
or
IF
'Cat & OH&P Markups'!A2
=
'LEMS Rates'!D1
The formula should be
=VLOOKUP(C21,'LEMS Rates'!A$1:D$1303,4,0)
Could someone help me fix the formula to make this work?
=VLOOKUP(C21,'LEMS Rates'!A$1:D$1303,2,0)
I am trying to figure out how to modify it based on some IF circumstances:
IF
'Cat & OH&P Markups'!A2
=
'LEMS Rates'!B1
It should use that formula
or
IF
'Cat & OH&P Markups'!A2
=
'LEMS Rates'!C1
The formula should be
=VLOOKUP(C21,'LEMS Rates'!A$1:D$1303,3,0)
or
IF
'Cat & OH&P Markups'!A2
=
'LEMS Rates'!D1
The formula should be
=VLOOKUP(C21,'LEMS Rates'!A$1:D$1303,4,0)
Could someone help me fix the formula to make this work?