Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Sometimes, when I import databases, the numbers are not recognized and I have to manually convert to number, using the 'autocorrect' tab by each one. Is there a faster way to change them all at once? Thanks JP |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
select list and run this kode
Sub Convert() For Each x In Selection x = CDec(x) Next End Sub "juanpablo" skrev: Hi, Sometimes, when I import databases, the numbers are not recognized and I have to manually convert to number, using the 'autocorrect' tab by each one. Is there a faster way to change them all at once? Thanks JP |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Juan,
To correct what you have, format the cells as General or to a desired number format, then use the TrimAll macro to reenter content of cells in selection. http://www.mvps.org/dmcritchie/excel/join.htm#trimall If you don't want to use macros yet then you can try select a cell that is empty (never used) and copy it (Ctrl+C) then select the cells to be converted and use Edit, Paste Special, Add, Ok when finished hit Esc to remove the "marching ants" around the original selection. --- HTH, David McRitchie, Microsoft MVP - Excel My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "juanpablo" wrote in message ... Hi, Sometimes, when I import databases, the numbers are not recognized and I have to manually convert to number, using the 'autocorrect' tab by each one. Is there a faster way to change them all at once? Thanks JP |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Copy a blank cell highlight your range right click Paste Special Add OK
"juanpablo" wrote: Hi, Sometimes, when I import databases, the numbers are not recognized and I have to manually convert to number, using the 'autocorrect' tab by each one. Is there a faster way to change them all at once? Thanks JP |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks!
"Teethless mama" wrote: Copy a blank cell highlight your range right click Paste Special Add OK "juanpablo" wrote: Hi, Sometimes, when I import databases, the numbers are not recognized and I have to manually convert to number, using the 'autocorrect' tab by each one. Is there a faster way to change them all at once? Thanks JP |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change 2000 cells (negative numbers) into positive numbers | Excel Worksheet Functions | |||
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? | Excel Worksheet Functions | |||
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? | Excel Worksheet Functions | |||
to find missing serial numbers in randomly generated numbers | Excel Worksheet Functions | |||
Count comma separated numbers, numbers in a range with dash, not t | Excel Discussion (Misc queries) |