PC Review


Reply
Thread Tools Rate Thread

concatenate link

 
 
=?Utf-8?B?RmVlc2g=?=
Guest
Posts: n/a
 
      2nd Jul 2007
I am using concatenate to create a link to a cell in a different spreadsheet.
I cannot find an easy way to activate the link.

I have a formula =("="&F$1&"!"&"$B"&$A60) where the content of strings and
referenced cells generates a string: =filename.xls!$B67

However I can't get it to display the value of the string. It just displays:
=filename.xls!$B67


If I copy the cell and paste as a value, I'm close, but to get it to work as
link, I have to edit the string...for example replace "=file" with "file"
and then replace "file" back to "=file" and then it works correctly. Is
there a better way to activate a link?
 
Reply With Quote
 
 
 
 
=?Utf-8?B?Ymo=?=
Guest
Posts: n/a
 
      2nd Jul 2007
use indirect()
=indirect(F$1&"!$B"&$A60)

"Feesh" wrote:

> I am using concatenate to create a link to a cell in a different spreadsheet.
> I cannot find an easy way to activate the link.
>
> I have a formula =("="&F$1&"!"&"$B"&$A60) where the content of strings and
> referenced cells generates a string: =filename.xls!$B67
>
> However I can't get it to display the value of the string. It just displays:
> =filename.xls!$B67
>
>
> If I copy the cell and paste as a value, I'm close, but to get it to work as
> link, I have to edit the string...for example replace "=file" with "file"
> and then replace "file" back to "=file" and then it works correctly. Is
> there a better way to activate a link?

 
Reply With Quote
 
Scoops
Guest
Posts: n/a
 
      2nd Jul 2007
On 2 Jul, 17:10, Feesh <F...@discussions.microsoft.com> wrote:
> I am using concatenate to create a link to a cell in a different spreadsheet.
> I cannot find an easy way to activate the link.
>
> I have a formula =("="&F$1&"!"&"$B"&$A60) where the content of strings and
> referenced cells generates a string: =filename.xls!$B67
>
> However I can't get it to display the value of the string. It just displays:
> =filename.xls!$B67
>
> If I copy the cell and paste as a value, I'm close, but to get it to work as
> link, I have to edit the string...for example replace "=file" with "file"
> and then replace "file" back to "=file" and then it works correctly. Is
> there a better way to activate a link?


Hi Feesh

Try =INDIRECT(F$1&"!"&"$B"&$A60)

But note that this will only reference an open workbook.

Regards

Steve

 
Reply With Quote
 
=?Utf-8?B?RmVlc2g=?=
Guest
Posts: n/a
 
      3rd Jul 2007
Thanks for your help. This works, though I reference too many other files to
make this practical. For now, I'll stick with the copy paste and double
replace.

Regards, Feesh


"Scoops" wrote:

> On 2 Jul, 17:10, Feesh <F...@discussions.microsoft.com> wrote:
> > I am using concatenate to create a link to a cell in a different spreadsheet.
> > I cannot find an easy way to activate the link.
> >
> > I have a formula =("="&F$1&"!"&"$B"&$A60) where the content of strings and
> > referenced cells generates a string: =filename.xls!$B67
> >
> > However I can't get it to display the value of the string. It just displays:
> > =filename.xls!$B67
> >
> > If I copy the cell and paste as a value, I'm close, but to get it to work as
> > link, I have to edit the string...for example replace "=file" with "file"
> > and then replace "file" back to "=file" and then it works correctly. Is
> > there a better way to activate a link?

>
> Hi Feesh
>
> Try =INDIRECT(F$1&"!"&"$B"&$A60)
>
> But note that this will only reference an open workbook.
>
> Regards
>
> Steve
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SYLK (Symbol Link) file - unable to link to Access 2003 =?Utf-8?B?UG9zdCBUZW5lYnJhcyBMdXg=?= Microsoft Access External Data 3 1st Mar 2007 06:00 PM
link problem. paste into browser works Front Page link doesn't? =?Utf-8?B?bW9kZmVhcg==?= Microsoft Frontpage 3 9th Dec 2005 02:35 PM
I know how to concatenate ,can one de-concatenate to split date? =?Utf-8?B?UVVJQ0sgQk9PS1MgUFJPQkxFTS0=?= Microsoft Excel New Users 1 26th Jul 2005 05:07 PM
Re: Link Link Link DANGER WILL ROBINSON!!! Kevin Spencer Microsoft ASP .NET 0 17th May 2005 11:41 AM
Click on a link and a picture loads in cell depending on which link you have clicked gatesheadthunde Microsoft Excel Discussion 7 13th Jun 2004 03:19 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:24 AM.