I have a workbook with FEMA work orders that I am trying to get a vlookup to return a value from the parts/equipment page, so that when I type in an equipment number it automatically returns the correct hourly value from the parts page. This is the formula I am using but keep getting error. Please any help is appreciated.
=iferror(vlookup(i7,parts!D:E, 2, false,"")
i7 is column on page I type the equipment number into, parts is the page the parts and equipment are in tables and the equipment is in column D & E on that page.
Bookmarks