I am trying to match the Item Number in the BOM sheet and fill in the Description and Price from the Item Master sheet. I need to keep the Item Number columns formtted as Text (I think) because we have many part numbers that begin with 0. I tried google and a few Excel forums but I haven't figured it out yet. I would appreciate any suggestions or solutions very much.
Thanks
Bill
Code:
=TEXT(VLOOKUP(A3,'[H:\Quick Estimator Project\Estimating Tool06-06-2018.xlsm]Item Master'!$A:$F,1, FALSE)Text)
Bill