P
philcud
I have an array formula that creates a hyperlink:-
=IF(K24=0,"",HYPERLINK("[inventory.xls]Inventory!a"&MATCH($A$1&$A24&
$B24,Inventory.xls!$A$2:$A$10000&Inventory.xls!$D$2:$D
$10000&Inventory.xls!$E$2:$E$10000,0)+1,"[inventory.xls]Inventory!
a"&MATCH($A$1&$A24&$B24,Inventory.xls!$A$2:$A$10000&Inventory.xls!$D
$2:$D$10000&Inventory.xls!$E$2:$E$10000,0)+1))
this works and creates the hyperlink:-
[Inventory.xls]Inventory!a1
this works fine, but when the workbook inventory.xls is closed,
nothing at all works when i clickon the link??
any ideas?
=IF(K24=0,"",HYPERLINK("[inventory.xls]Inventory!a"&MATCH($A$1&$A24&
$B24,Inventory.xls!$A$2:$A$10000&Inventory.xls!$D$2:$D
$10000&Inventory.xls!$E$2:$E$10000,0)+1,"[inventory.xls]Inventory!
a"&MATCH($A$1&$A24&$B24,Inventory.xls!$A$2:$A$10000&Inventory.xls!$D
$2:$D$10000&Inventory.xls!$E$2:$E$10000,0)+1))
this works and creates the hyperlink:-
[Inventory.xls]Inventory!a1
this works fine, but when the workbook inventory.xls is closed,
nothing at all works when i clickon the link??
any ideas?