Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is it possible to enter multiple links in one Excel cell? I am using the
fuction string rather than the GUI interface. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() No it isn't. What are you trying to accomplish? What version of Excel? What operating system? -- Jim Cone Portland, Oregon USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) "Jody" wrote in message Is it possible to enter multiple links in one Excel cell? I am using the fuction string rather than the GUI interface. Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can hold down the alt key and press the Enter key, and the new link will
wrap down to the next line, but as far as I can telly, you will only be able to access the first link, no matter which one you click on. Regards, Ryan--- -- RyGuy "Jim Cone" wrote: No it isn't. What are you trying to accomplish? What version of Excel? What operating system? -- Jim Cone Portland, Oregon USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) "Jody" wrote in message Is it possible to enter multiple links in one Excel cell? I am using the fuction string rather than the GUI interface. Thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Jim and Ryan are correct. You can get the effect as follows:
In B9 enter: =HYPERLINK(B8,B8) In B8 enter a Data Validation list that includes all the desired hyperlinks. A similar trick works with VLOOKUP or other lookup functions. -- Gary''s Student - gsnu200787 "Jody" wrote: Is it possible to enter multiple links in one Excel cell? I am using the fuction string rather than the GUI interface. Thanks |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You get one hyperlink per cell--either from the Insert|Hyperlink or from the
=hyperlink() worksheet function. But you could cheat. You could add multiple rectangles from the Drawing toolbar (hide the borders!) and assign a different hyperlink to each of those rectangles. But you can't use the =hyperlink() worksheet function to create the hyperlink for the rectangles. Jody wrote: Is it possible to enter multiple links in one Excel cell? I am using the fuction string rather than the GUI interface. Thanks -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple hyperlinks in one cell | New Users to Excel | |||
multiple hyperlinks in one cell | Excel Discussion (Misc queries) | |||
How do I remove multiple hyperlinks in the same cell (Excel)? | Charts and Charting in Excel | |||
Multiple Hyperlinks Per Cell | Links and Linking in Excel | |||
Excel should allow multiple hyperlinks in a single cell | Excel Discussion (Misc queries) |