put ^ between number and text EG- 125663232 5555 ^ good day

shrinivasmj

Board Regular
Joined
Aug 29, 2012
Messages
140
hi

i need a formula to put ^ in between no and text

put ^ between number and text 125663232 5555 ^ good day


456845563 ^ WE ARE HAPPRY
7896846511 ^ HELP YOU
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
=left(a1,min(find({0,1,2,3,4,5,6,7,8,9},a1&"0123456789"))-1)&"^"&right(a1,min(find({0,1,2,3,4,5,6,7,8,9},a1&"0123456789"))-1)
 
Upvote 0
Try this :

=REPLACE(A1,LOOKUP(1,-MID(A1,ROW($1:$99),1),ROW($1:$99))+1,1," ^ ")
 
Upvote 0
need help

if i have data like

[h=2]125663232 5555 good day 7898797987[/h]
it as to put like this [h=2]125663232 5555 ^ good day 7898797987[/h]
 
Upvote 0

Forum statistics

Threads
1,222,562
Messages
6,166,804
Members
452,073
Latest member
akinch

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top