C
CarolA
Hi,
I have created a quote sheet that pulls through descriptions and costs
from 2 different price files - saved as seperate workbooks. These price
files are updated with new file names on a monthly basis - new
filenames so we have a record of previous costs. I have tried to
update my Jan files and the links no longer seem to pull through any
data and just display #N/A.
Code being used is:
=IF($L21="V",IF($B21>0,VLOOKUP($B21,'I:\Product
information\Software\Veritas\Price lists\Enterprise\[FulPriceList_UK
DEC03.xls]FullPriceList'!Print_Area,3,FALSE),""),IF($B21>0,VLOOKUP($B21,'I:\INTEL\Pricing\HP
Intel Pricelist.xls'!intel_prices,2,FALSE),""))
L21 = cell where if V is displayed it looks in one file, no v means use
other file.
B21 is part code that is used to search the price files.
Can anyone think why the link no longer pulls through when I change the
filenames and links?
I have created a quote sheet that pulls through descriptions and costs
from 2 different price files - saved as seperate workbooks. These price
files are updated with new file names on a monthly basis - new
filenames so we have a record of previous costs. I have tried to
update my Jan files and the links no longer seem to pull through any
data and just display #N/A.
Code being used is:
=IF($L21="V",IF($B21>0,VLOOKUP($B21,'I:\Product
information\Software\Veritas\Price lists\Enterprise\[FulPriceList_UK
DEC03.xls]FullPriceList'!Print_Area,3,FALSE),""),IF($B21>0,VLOOKUP($B21,'I:\INTEL\Pricing\HP
Intel Pricelist.xls'!intel_prices,2,FALSE),""))
L21 = cell where if V is displayed it looks in one file, no v means use
other file.
B21 is part code that is used to search the price files.
Can anyone think why the link no longer pulls through when I change the
filenames and links?