Can't find the error: VLOOKUP not returning the value

前端 未结 4 1989
被撕碎了的回忆
被撕碎了的回忆 2020-12-11 09:29

I am working with an excel file and I am trying to \"map\" some values with the vLookUp function.

The first parameter of the vLookUp function is giving me headaches:

4条回答
  •  悲哀的现实
    2020-12-11 10:13

    Using this formula will address the issue highlighted by RocketDonkey

    =VLOOKUP(TEXT(D1,"#"),$A$1:$B$219,2,FALSE)

提交回复
热议问题