Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi all,
I need to do following in excel. column data 123456 789123 what I want is 654321 321987 Any help is highly appreciated. C |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One method...........a UDF
Public Function RevStr(rng As Range) RevStr = StrReverse(rng.text) End Function =RevStr(cellref) If you want a number to remain a number............. =RevStr(cellref)*1 Gord Dibben MS Excel MVP On 1 Mar 2007 15:37:56 -0800, wrote: Hi all, I need to do following in excel. column data 123456 789123 what I want is 654321 321987 Any help is highly appreciated. C |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Horizontal Data arranged Vertically | Excel Discussion (Misc queries) | |||
Flipping Data in Excel | Excel Worksheet Functions | |||
Lookup vertically to next cell with data | Excel Worksheet Functions | |||
Data Flipping | Excel Discussion (Misc queries) | |||
Flipping the order around? | Excel Discussion (Misc queries) |