Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It can be solved with a UDF:
Function ExtrBold(str) ExtrBold = "" For s = 1 To Len(Range(str).Value) If Range(str).Characters(1, s).Font.Bold Then ExtrBold = Left(Range(str).Value, s) Else Exit Function End If Next s End Function Usage: =ExtrBold(ADDRESS(1,1,4,1)) where ADDRESS(1,1,4,1) refers to cell A1 Regards, Stefi €žhbamse€ť ezt Ă*rta: Hello! I have a great list of names in a column. The names are in bold letters, and the titles is in normal letters. Is there a way to extract only the bold letters from these cells? I have spent a few hours searching for this but haven't seen any solutions for it. Most thankful /Henrik |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need to change writing to bold by only typing, not changing cell | Excel Worksheet Functions | |||
Can I search a cell for a value and extract part of content? | Excel Discussion (Misc queries) | |||
separating numbers and letters from alphanumeric cell contents | Excel Worksheet Functions | |||
Copy cell format to cell on another worksht and update automatical | Excel Worksheet Functions | |||
up to 7 functions? | Excel Worksheet Functions |