Forum Discussion

PeterK007's avatar
PeterK007
Copper Contributor
Mar 13, 2022
Solved

Vlookup function returning 0 instead of the cell value.

Dear community. It is my first post so be patient with me 😜 I have a problem with VLOOKUP function. When I am typing in: =VLOOKUP(B2,hourly_stock_pl,3,TRUE) the function returns the correct values...
  • HansVogelaar's avatar
    HansVogelaar
    Mar 14, 2022

    PeterK007 

    None of the part numbers in column B of the Destination sheet match any of the values in the first column of hourly_stock_pl.

    Use

    =VLOOKUP(B2,hourly_stock_pl[[p_pn]:[imStock]],2,FALSE)

    and

    =VLOOKUP(B2,hourly_stock_pl[[p_pn]:[imStock]],3,FALSE)

Resources