Forum Discussion

robgill205's avatar
robgill205
Copper Contributor
Apr 26, 2023
Solved

Excel vlookup help

Hi, so in column a i have a list of multiple different items. These range from stuff like "payroll23214.."etc. to insurance23423 for example. In cell b2 its blank. I need to fill the column with a sh...
  • OliverScheurich's avatar
    OliverScheurich
    Apr 26, 2023

    robgill205 

    =INDEX($E$4:$E$7,MATCH(TRUE,ISNUMBER(SEARCH($D$4:$D$7,A2)),0))

    You can try this formula along with a reference table. Enter the formula with ctrl+shift+enter if you don't work with Office 365 or Excel 2021.

     

Resources