Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a formula that creates a clickable hyperlink to a list on another
sheet, when clicked you are taken to the matched cell however i would like the formula to select the whole row as opposed to just the cell. this is my formula =HYPERLINK("#'validationlists'!a" & MATCH(C17,validationlists!A1:A500,0), C17) any help much appreciated rslc |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When you want to select a row, you can use:
Edit|Goto and type in something like: 187:187 So you could change your formula: =HYPERLINK("#'validationlists'!" &MATCH(C17,ValidationLists!A1:A500,0) &":" &MATCH(C17,ValidationLists!A1:A500,0),C17) rslc wrote: I have a formula that creates a clickable hyperlink to a list on another sheet, when clicked you are taken to the matched cell however i would like the formula to select the whole row as opposed to just the cell. this is my formula =HYPERLINK("#'validationlists'!a" & MATCH(C17,validationlists!A1:A500,0), C17) any help much appreciated rslc -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you it works perfectly
rslc "Dave Peterson" wrote in message ... When you want to select a row, you can use: Edit|Goto and type in something like: 187:187 So you could change your formula: =HYPERLINK("#'validationlists'!" &MATCH(C17,ValidationLists!A1:A500,0) &":" &MATCH(C17,ValidationLists!A1:A500,0),C17) rslc wrote: I have a formula that creates a clickable hyperlink to a list on another sheet, when clicked you are taken to the matched cell however i would like the formula to select the whole row as opposed to just the cell. this is my formula =HYPERLINK("#'validationlists'!a" & MATCH(C17,validationlists!A1:A500,0), C17) any help much appreciated rslc -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 auto select | New Users to Excel | |||
Excel 2007 - Select Multiple Shapes | Excel Discussion (Misc queries) | |||
excel 2007 select multiple cells | Excel Discussion (Misc queries) | |||
CTRL+select Excel 2007 | Excel Worksheet Functions | |||
Select chart object in Excel 2007 | Excel Programming |