Forum Discussion

stephurso's avatar
stephurso
Copper Contributor
Jan 25, 2022
Solved

Validate Part Number in Cell

Hello,   I have a spreadsheet with cells B11 through B65 with a 4 digit part number.  Example, 4112. If a user enters a part number in cells B72 through B150 but that part number is not a valid par...
  • OliverScheurich's avatar
    OliverScheurich
    Jan 25, 2022

    stephurso 

    =IFERROR(VLOOKUP(B72,$B$11:$C$65,2,FALSE),"Invalid Part")

     

    This works in my spreadsheet. Unfortunately from your initial post i didn't understand that there are part descriptions in range C11:C65 which you want to retrieve.

Resources