Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a column with blanks, text, and numbers.
I want to delete the text and keep all numbers. What is the easiest way to do this? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Select the column
F5Special Constants Uncheck all under Formulas except Text OK You can no delete the cells or complete rows -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "evoxfan" wrote in message ... I have a column with blanks, text, and numbers. I want to delete the text and keep all numbers. What is the easiest way to do this? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I think I'd add a column and put this in it
=ISTEXT(A1) I'd then autofilter and delete the entries with TRUE. -- HTH, Barb Reinhardt If this post was helpful to you, please click YES below. "evoxfan" wrote: I have a column with blanks, text, and numbers. I want to delete the text and keep all numbers. What is the easiest way to do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Delete Rows Based on Words | Excel Discussion (Misc queries) | |||
Macro to Delete first words in a column | Excel Discussion (Misc queries) | |||
how i delete other like words in excel? | Excel Discussion (Misc queries) | |||
How to add or delete words to dictionary in Excel | Excel Discussion (Misc queries) | |||
How do I delete words I have added to CUSTOM.DIC? | New Users to Excel |