Hello!
I actually have two questions about linking within cells of an excel 2000 spreadsheet:
#1 Is there any way I can make hyperlinks within a spreadsheet relative or generic? For instance, if I have a hyperlink that links to another workbook's spreadsheet, it wouldn't do me any good if I put these two workbooks in another computer because the links are still set to the addresses on my own computer.
#2 I have a form where if I type in an item's serial number in one cell, the item's description is pulled from another workbook's spreadsheet and placed into the next cell over. Unfortunately all I get is a big, fat, "0" for a description when I put in the serial number. The cell's code/logic is as follows:
=IF(ISNA(VLOOKUP(A40,'C:\WINDOWS\Desktop\[master parts price list.xls]s189975'!$B$2:$E$8116,2,FALSE)),"",VLOOKUP(A40,'C:\WINDOWS\Desktop\[master parts price list.xls]s189975'!$B$2:$E$8116,2,FALSE))
Does anyone have any idea what's wrong?
Thanks,
Jisoo22
P.S. In the 2nd workbook, all the descriptions are in the "D" column. Just in case I hope this helps!
I actually have two questions about linking within cells of an excel 2000 spreadsheet:
#1 Is there any way I can make hyperlinks within a spreadsheet relative or generic? For instance, if I have a hyperlink that links to another workbook's spreadsheet, it wouldn't do me any good if I put these two workbooks in another computer because the links are still set to the addresses on my own computer.
#2 I have a form where if I type in an item's serial number in one cell, the item's description is pulled from another workbook's spreadsheet and placed into the next cell over. Unfortunately all I get is a big, fat, "0" for a description when I put in the serial number. The cell's code/logic is as follows:
=IF(ISNA(VLOOKUP(A40,'C:\WINDOWS\Desktop\[master parts price list.xls]s189975'!$B$2:$E$8116,2,FALSE)),"",VLOOKUP(A40,'C:\WINDOWS\Desktop\[master parts price list.xls]s189975'!$B$2:$E$8116,2,FALSE))
Does anyone have any idea what's wrong?
Thanks,
Jisoo22
P.S. In the 2nd workbook, all the descriptions are in the "D" column. Just in case I hope this helps!