Forum Discussion

WorrypasCanada's avatar
WorrypasCanada
Copper Contributor
Jun 18, 2020
Solved

Excel Formula: Look up column A, and if in Reference List, then fill column B accordingly

Hello,   I need an Excel formula that look for roman number (see Reference List below), and if in this list, then fill column B. Can you help?   Thanks.   REFERENCE LIST I = LAISSE II = STROP...
  • SergeiBaklan's avatar
    Jun 18, 2020

    WorrypasCanada 

    That could be like

    with formula

    =LOOKUP(LEFT(A1,SEARCH(".",A1)-1),$D$1:$D$6,$E$1:$E$6)

Resources