Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default VLOOKUP - Hyperlinks Vanish

Hello!

I am using VLOOKUP to bring matching data into the relevant field and while it works perfectly bringing the correct text across i lose the hyperlink.

Is there anyway to do make sure the full hyperlink is brought over?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default VLOOKUP - Hyperlinks Vanish

There are two parts to a hyperlink:

1. the URL
2. the "friendly name"

The first thing to do is to make sure the two items match, so you see the
URL if you view the cell. Once that is done replace:

=VLOOKUP()
with:
=HYPERLINK(VLOOKUP())

to produce a nice, "clickable" link
--
Gary''s Student - gsnu2007k


"Paul Cook" wrote:

Hello!

I am using VLOOKUP to bring matching data into the relevant field and while it works perfectly bringing the correct text across i lose the hyperlink.

Is there anyway to do make sure the full hyperlink is brought over?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default actually

Actually thinking about it i dont need to use the VLOOKUP Function.



I am using a Advanced filter which copies into another sheet etc...

Againt the text comes over and looks like a link (blue/underlined) but isnt a link, so is there a way to fix that?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default VLOOKUP - Hyperlinks Vanish

Paul,

Lets say we have a list of web sites and their full addresses in sheet 2 in
columns A & B. Here's and example of that data for Google

Col A Col B
Google http://www.google.co.uk/


Try this in sheet 1

=HYPERLINK(VLOOKUP(A2,Sheet2!A1:B30,2,FALSE),A2)

Where A2 is the site to lookup (Google)

Mike

"Paul Cook" wrote:

Hello!

I am using VLOOKUP to bring matching data into the relevant field and while it works perfectly bringing the correct text across i lose the hyperlink.

Is there anyway to do make sure the full hyperlink is brought over?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default VLOOKUP - Hyperlinks Vanish

Just to add...

Formulas bring back values. They don't bring back hyperlinks or formatting or
comments or...



Paul, Cook wrote:

Hello!

I am using VLOOKUP to bring matching data into the relevant field and while it works perfectly bringing the correct text across i lose the hyperlink.

Is there anyway to do make sure the full hyperlink is brought over?


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default actually

Hi,

i see you never got an answer to your revised question. The answer is not.
Advanced filter never brings hyperlinks across, but as you found out it does
bring formatting. Instead use Data, Filter AutoFilter, highlight the
resulting cells and copy them, move to another sheet and paste them, the
hyperlinks will come along.

If you are using advanced filter because it allows fancier criteria, use it
but choose the Filter in place option rather than copying to another
location, then again choose the filtered data and manually copy and paste it
to a new location.

If this helps, please click the Yes button.

Cheers,
Shane Devenshire

"Paul Cook" wrote:

Actually thinking about it i dont need to use the VLOOKUP Function.



I am using a Advanced filter which copies into another sheet etc...

Againt the text comes over and looks like a link (blue/underlined) but isnt a link, so is there a way to fix that?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel cells vanish. Sutton Who Excel Discussion (Misc queries) 0 September 10th 07 08:56 PM
Vlookup of Hyperlinks sdurso Excel Discussion (Misc queries) 5 January 16th 07 05:22 PM
GETPIVOTDATA used with a central pivot table - values vanish scharf Excel Worksheet Functions 2 October 30th 06 08:43 PM
Vlookup and hyperlinks wendy Excel Worksheet Functions 2 April 21st 06 12:45 AM
Menu & tool bars in Excel vanish after using display manager power Sarah K Excel Discussion (Misc queries) 1 March 6th 06 05:50 PM


All times are GMT +1. The time now is 10:39 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"