![]() |
Get Cell Style
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 |
Get Cell Style
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. |
Get Cell Style
|
All times are GMT +1. The time now is 12:06 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com