Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Formula to hyperlink to match

Hi
I have a formula to take me to the result of a match in a list on
another sheet where it selects the matched cell, is there a way to get it to
select the whole row instead of just the cell. This is the formula which
looks for a match for contents of c17
=HYPERLINK("#'validationlists'!a" & MATCH(C17,validationlists!A1:A500,0),
C17)

any help much appreciated
rslc


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Formula to hyperlink to match

Make sure the MATCH part is giving you a correct range referernce.

You should be able to hyperlink to a block of cells:

=HYPERLINK("#'some other sheet'!A1:A10")
--
Gary''s Student - gsnu200812


"rslc" wrote:

Hi
I have a formula to take me to the result of a match in a list on
another sheet where it selects the matched cell, is there a way to get it to
select the whole row instead of just the cell. This is the formula which
looks for a match for contents of c17
=HYPERLINK("#'validationlists'!a" & MATCH(C17,validationlists!A1:A500,0),
C17)

any help much appreciated
rslc



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 58
Default Formula to hyperlink to match

On Nov 7, 3:12 am, "rslc" wrote:
Hi
I have a formula to take me to the result of a match in a list on
another sheet where it selects the matched cell, is there a way to get it to
select the whole row instead of just the cell. This is the formula which
looks for a match for contents of c17
=HYPERLINK("#'validationlists'!a" & MATCH(C17,validationlists!A1:A500,0),
C17)

any help much appreciated
rslc


Try leaving the 'a' out and adding a ': after the match and then
repeat the match statement so you get say.... 22:22 vs a22
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Formula to hyperlink to match

Check your other post.

rslc wrote:

Hi
I have a formula to take me to the result of a match in a list on
another sheet where it selects the matched cell, is there a way to get it to
select the whole row instead of just the cell. This is the formula which
looks for a match for contents of c17
=HYPERLINK("#'validationlists'!a" & MATCH(C17,validationlists!A1:A500,0),
C17)

any help much appreciated
rslc


--

Dave Peterson
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
Lookup Formula: Return 1st match, then 2nd match, then 3rd match Scott Excel Discussion (Misc queries) 4 December 11th 09 05:50 AM
MATCH -- HYPERLINK functions F. Lawrence Kulchar Excel Discussion (Misc queries) 5 May 30th 08 06:06 PM
HYPERLINK, MATCH functions F. Lawrence Kulchar Excel Discussion (Misc queries) 3 May 15th 08 02:59 AM
MATCH plus HYPERLINK functions F. Lawrence Kulchar Excel Discussion (Misc queries) 4 April 22nd 08 10:00 AM
Hyperlink Match Corrine Excel Discussion (Misc queries) 4 July 28th 07 03:33 PM


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

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

About Us

"It's about Microsoft Excel"