B
brown_toby
I am trying to have one Excel file pull up a price from another Excel
file. In cell B3 I type in my part number, B4 is going to be the price.
I want B4 to look through column A in another workbook to find the part
number (from B3) and then look in column B of the same row to find the
price of the part number. To Get this to work, I used the following
function:
=VLOOKUP(B3,'O:\Eng_Sales\NQL LOG\NQL work sheet\[12-1-05 Pricing Sheet
with Multipliers and Ultraline.xls]Sheet1'!$A$1:$B$415,2,FALSE)
However, when cell B3 is empty, cell B4 shows "#N/A". If B3 is left
empty, I want B4 to read 0. I am not sure what to do to fix this
problem.
Your help is greatly appreciated!!
file. In cell B3 I type in my part number, B4 is going to be the price.
I want B4 to look through column A in another workbook to find the part
number (from B3) and then look in column B of the same row to find the
price of the part number. To Get this to work, I used the following
function:
=VLOOKUP(B3,'O:\Eng_Sales\NQL LOG\NQL work sheet\[12-1-05 Pricing Sheet
with Multipliers and Ultraline.xls]Sheet1'!$A$1:$B$415,2,FALSE)
However, when cell B3 is empty, cell B4 shows "#N/A". If B3 is left
empty, I want B4 to read 0. I am not sure what to do to fix this
problem.
Your help is greatly appreciated!!