Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]() Can anyone help me solve a simple but annoying problem? I have a formula that links to a URL ='http://www.domain.com/18 Apr 2007/[results.xls]results'!$D$2 which gives back the value 3 (as it should) Now I want to draw 18 Apr 2007 from a cell value found in an open file called reference.xls. So I tried ="'http://www.domain.com/" &'[reference.xls]sheet1'!$A$53 &"/[results.xls]results'!$D$2" but it just shows the words 'http://www.domain.com/18 Apr 2007/[results.xls]results'!$D$2 instead of the value Can anyone tell me the right syntax please? many thanks tp |
#2
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this:
=HYPERLINK("'http://www.domain.com/" &'[reference.xls]sheet1'!$A$53 &"/[results.xls]results'!$D$2","Link Text") -Cory "teepee" wrote: Can anyone help me solve a simple but annoying problem? I have a formula that links to a URL ='http://www.domain.com/18 Apr 2007/[results.xls]results'!$D$2 which gives back the value 3 (as it should) Now I want to draw 18 Apr 2007 from a cell value found in an open file called reference.xls. So I tried ="'http://www.domain.com/" &'[reference.xls]sheet1'!$A$53 &"/[results.xls]results'!$D$2" but it just shows the words 'http://www.domain.com/18 Apr 2007/[results.xls]results'!$D$2 instead of the value Can anyone tell me the right syntax please? many thanks tp |
#3
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]() "Cory" wrote in message ... Try this: =HYPERLINK("'http://www.domain.com/" &'[reference.xls]sheet1'!$A$53 &"/[results.xls]results'!$D$2","Link Text") -Cory Thanks for trying Unfortunately that displays a hyperlink rather than the actual value |
#4
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]()
Look at help for the INDIRECT() function.
-- David Biddulph "teepee" wrote in message ... Can anyone help me solve a simple but annoying problem? I have a formula that links to a URL ='http://www.domain.com/18 Apr 2007/[results.xls]results'!$D$2 which gives back the value 3 (as it should) Now I want to draw 18 Apr 2007 from a cell value found in an open file called reference.xls. So I tried ="'http://www.domain.com/" &'[reference.xls]sheet1'!$A$53 &"/[results.xls]results'!$D$2" but it just shows the words 'http://www.domain.com/18 Apr 2007/[results.xls]results'!$D$2 instead of the value Can anyone tell me the right syntax please? many thanks tp |
#5
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]() "David Biddulph" <groups [at] biddulph.org.uk wrote in message ... Look at help for the INDIRECT() function. That worked - many thanks David |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
if formula with variables | Excel Worksheet Functions | |||
Variables in URL formula help | Excel Discussion (Misc queries) | |||
Using variables in a cell/formula | Excel Worksheet Functions | |||
IF formula for 13 plus variables | Excel Worksheet Functions | |||
How to use array formula for three variables? | Excel Discussion (Misc queries) |