Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If cell A1 contains the text "Jane Doe", and I would like the the adjoining
cell to display as ", how would I go about doing that? I basically have a column of data (first name and last names) I would like to format in that manner. Thanks in advance for any advice. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try something like this:
With A1: Jane Doe B1: =SUBSTITUTE(A1," " Does that help? *********** Regards, Ron XL2002, WinXP "Max Prophet" wrote: If cell A1 contains the text "Jane Doe", and I would like the the adjoining cell to display as ", how would I go about doing that? I basically have a column of data (first name and last names) I would like to format in that manner. Thanks in advance for any advice. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Like a charm! Thanks.
"Ron Coderre" wrote: Try something like this: With A1: Jane Doe B1: =SUBSTITUTE(A1," " Does that help? *********** Regards, Ron XL2002, WinXP "Max Prophet" wrote: If cell A1 contains the text "Jane Doe", and I would like the the adjoining cell to display as ", how would I go about doing that? I basically have a column of data (first name and last names) I would like to format in that manner. Thanks in advance for any advice. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=LOWER(SUBSTITUTE(A1," "
"Max Prophet" wrote: If cell A1 contains the text "Jane Doe", and I would like the the adjoining cell to display as ", how would I go about doing that? I basically have a column of data (first name and last names) I would like to format in that manner. Thanks in advance for any advice. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert spreadsheet - without changing appearance? | Excel Discussion (Misc queries) | |||
Changing the appearance of the cursor/pointer & size of tabs | Excel Discussion (Misc queries) | |||
changing text case | New Users to Excel | |||
Changing text to value | Excel Discussion (Misc queries) | |||
How to format date as text without changing appearance? | Excel Discussion (Misc queries) |