Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have text in a cell in Google sheets which is formatted like this:
Name #XXXXX I want to put it in this format but am unsure of how to do so: Name (#XXXX) - AAA Can anyone assist? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try:
="(" & [YourCell] & ") -" & " AAA" HTH |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional formatting--different formatting depending on cell con | Excel Discussion (Misc queries) | |||
Find formatting in text in cell, insert tags around formatting. | Excel Programming | |||
Protect Cell Formatting including Conditional Formatting | Excel Discussion (Misc queries) | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
expanding custom formatting without removing existing cell formatting? | Excel Worksheet Functions |