Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I've been able to do this for any specific word e.g.
Manager, Department Manager, Regional with a basic function but it requires me to re-do for each word. Is there anyway to set up a function that simply swaps anything before the , with anything after (removing the , in the process)? Thanks in advance for any help! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
if your text starts in cell A2, put this in a cell somehwere in that row and
copy down it will only work on the first set of ", '" that are in each cell =RIGHT(A2,LEN(A2)-SEARCH(", ",A2,1)-1)&" "&LEFT(A2,SEARCH(", ",A2,1)-1) "msnyc07" wrote: I've been able to do this for any specific word e.g. Manager, Department Manager, Regional with a basic function but it requires me to re-do for each word. Is there anyway to set up a function that simply swaps anything before the , with anything after (removing the , in the process)? Thanks in advance for any help! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reorder String | Excel Worksheet Functions | |||
How do I reorder sheets in excel | Excel Worksheet Functions | |||
reorder data | Excel Worksheet Functions | |||
Reorder columns? | Excel Discussion (Misc queries) | |||
reorder function | Excel Worksheet Functions |