Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi
have 15 digit numbers downloaded off scanner but need to insert a space between 3rd and 4th digits. 3000 to do so how can i do it with function or formula ie. 982123456789876 should be 982 123456789876 thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() hi assuming that your number (obviously formatted as text) is in A1,in A2: =replace(A1,1,3,982&" ") -via135 Anthony Wrote: hi have 15 digit numbers downloaded off scanner but need to insert a space between 3rd and 4th digits. 3000 to do so how can i do it with function or formula ie. 982123456789876 should be 982 123456789876 thanks -- via135 ------------------------------------------------------------------------ via135's Profile: http://www.excelforum.com/member.php...o&userid=26725 View this thread: http://www.excelforum.com/showthread...hreadid=535297 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thanks
by the way could you explain the 1,3, in the formula "via135" wrote: hi assuming that your number (obviously formatted as text) is in A1,in A2: =replace(A1,1,3,982&" ") -via135 Anthony Wrote: hi have 15 digit numbers downloaded off scanner but need to insert a space between 3rd and 4th digits. 3000 to do so how can i do it with function or formula ie. 982123456789876 should be 982 123456789876 thanks -- via135 ------------------------------------------------------------------------ via135's Profile: http://www.excelforum.com/member.php...o&userid=26725 View this thread: http://www.excelforum.com/showthread...hreadid=535297 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "start_number" & "number of characters to be replaced" respectively!!! -via135 Anthony Wrote: thanks by the way could you explain the 1,3, in the formula "via135" wrote: hi assuming that your number (obviously formatted as text) is in A1,in A2: =replace(A1,1,3,982&" ") -via135 Anthony Wrote: hi have 15 digit numbers downloaded off scanner but need to insert a space between 3rd and 4th digits. 3000 to do so how can i do it with function or formula ie. 982123456789876 should be 982 123456789876 thanks -- via135 ------------------------------------------------------------------------ via135's Profile: http://www.excelforum.com/member.php...o&userid=26725 View this thread: http://www.excelforum.com/showthread...hreadid=535297 -- via135 ------------------------------------------------------------------------ via135's Profile: http://www.excelforum.com/member.php...o&userid=26725 View this thread: http://www.excelforum.com/showthread...hreadid=535297 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can you cutom format as ##_############0
"Anthony" wrote: hi have 15 digit numbers downloaded off scanner but need to insert a space between 3rd and 4th digits. 3000 to do so how can i do it with function or formula ie. 982123456789876 should be 982 123456789876 thanks |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I think you can do it by selecting DATA Text to columns Fixed width this will help only if its allways the 4th number in the cell -- shlomop ------------------------------------------------------------------------ shlomop's Profile: http://www.excelforum.com/member.php...fo&userid=9734 View this thread: http://www.excelforum.com/showthread...hreadid=535297 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
number format | Excel Discussion (Misc queries) | |||
vlookup with more than number to be retrieved | Excel Worksheet Functions | |||
Count Number of Characters in a cell? | Excel Discussion (Misc queries) | |||
Need number of Saturdays and number of Sundays between 2 dates | Excel Worksheet Functions | |||
How to format a number in Indian style in Excel? | Excel Discussion (Misc queries) |