Evaluate string as a formula

P

peacelittleone

I have this concatentated string in cell D1:

=CONCATENATE("=hyperlink('Sheet1'!C",A1,",""",B1,""")")

Which appropriately creates a string of:
=hyperlink('Sheet1'!C3,"Link me")

My question is this:

How do I get excel to evaluate that string as a formula?

TIA

Heather
 
H

Héctor Miguel

hi, Heather !
I have this concatentated string in cell D1:
=CONCATENATE("=hyperlink('Sheet1'!C",A1,",""",B1,""")")
Which appropriately creates a string of:
=hyperlink('Sheet1'!C3,"Link me")
My question is this:
How do I get excel to evaluate that string as a formula?

you can use 'directly' in D1: =hyperlink("#'sheet1'!c"&a1,b1)

hth,
hector.
 
P

peacelittleone

Thank you Hector!

Now a follow-up...,.

The hyperlink doesn't seem to work if the link is in the same workbook
but on a different worksheet. Is there a different function I should
be using?

TIA

Heather.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top