Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi all,
I need help converting data from text to number in order to export into Access. The current format is as follows: 1234-0000012345-6 and need to have it as 12340000123456 I looked into other postings but could not find a solution...then again I might have missed it... Thanks for the help. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=VALUE(SUBSTITUTE(A1,"-","")) will delete the hyphens and convert what's left
to a number. You'll still need to change the format. And beware, you're nearing the limits of Excel's numeric precision. "FJinSA" wrote: Hi all, I need help converting data from text to number in order to export into Access. The current format is as follows: 1234-0000012345-6 and need to have it as 12340000123456 I looked into other postings but could not find a solution...then again I might have missed it... Thanks for the help. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Have you tried EditReplace
What: - With: nothing Gord Dibben MS Excel MVP On Wed, 28 Jun 2006 09:35:02 -0700, FJinSA wrote: Hi all, I need help converting data from text to number in order to export into Access. The current format is as follows: 1234-0000012345-6 and need to have it as 12340000123456 I looked into other postings but could not find a solution...then again I might have missed it... Thanks for the help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Excell-How to add the number of cells containing text? = a sum | Excel Worksheet Functions | |||
Change number in Text Box in Excel | Excel Discussion (Misc queries) | |||
Format Number to Text | Excel Worksheet Functions | |||
16 digit number wont keep alteration unless format cell to text | Excel Discussion (Misc queries) |