I need to search the 'ITEM NAME' list for matching size and set MRP based on it.
For Example-
NIKE PAHANTOM 38 RED''s MRP needs to be set 320
NIKE PAHANTOM 44 RED''s MRP needs to be set 400
I need to search the 'ITEM NAME' list for matching size and set MRP based on it.
For Example-
NIKE PAHANTOM 38 RED''s MRP needs to be set 320
NIKE PAHANTOM 44 RED''s MRP needs to be set 400
Using
XLOOKUP()would work:Or, if the pattern remains same then using
HLOOKUP()Or, Using the same method with
HLOOKUP()andTEXTSPLIT()