Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Excel 2007
I need to return a boolean value based on whether or not a cell contains a hyperlink. All the cells that contain hyperlinks are formatted in the Hyperlink style. What formula can I use to tell me if a given cell is formatted in the Hyperlink style? --Tom |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi, Thomas !
Excel 2007 I need to return a boolean value based on whether or not a cell contains a hyperlink. All the cells that contain hyperlinks are formatted in the Hyperlink style. What formula can I use to tell me if a given cell is formatted in the Hyperlink style? let's assume your hyperlinked text is in cell B2 and "the formula" will be (allways) one column to the right (C2) - select [C2] and add/create/define/... a name using xl4 macro-functions language (i.e.) name: IsHyperlink formula: =and(get.cell(22,!b2),get.cell(24+0*now(),!b2)=5) - apply "the name" to C2 cell: =IsHyperlink hth, hector. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to stop style for col A changing to style of co D date vs $ | Setting up and Configuration of Excel | |||
How do I change sheet notation from R1C1 style to A1 style in XL 2 | Setting up and Configuration of Excel | |||
Changing from format style to list style | Excel Worksheet Functions | |||
How do I convert US style dates to European style? | Excel Discussion (Misc queries) | |||
can a1 reference style and r1c1 style be used in same formula? | Excel Worksheet Functions |