Forum Discussion

lianda88's avatar
lianda88
Copper Contributor
Nov 03, 2022
Solved

IF this than that function in excel

Hi,   I am wondering if there is a formula for the following: Column T (50 rows) represents descriptions Column V (50 rows) represents a code which is linked to the description For example: ...
  • OliverScheurich's avatar
    Nov 03, 2022

    lianda88 

    =IFERROR(INDEX($V$1:$V$50,MATCH(H1,$T$1:$T$50,0)),"")

    You can try INDEX and MATCH. An alternative could be VLOOKUP. If you work with Office365 you can apply XLOOKUP.

     

Resources