+ Reply to Thread
Results 1 to 3 of 3

copying numbers and leaving the text

  1. #1
    Registered User
    Join Date
    11-26-2003
    Location
    Scotland
    Posts
    26

    copying numbers and leaving the text

    Hi people,

    I have a column that has both text and numbers in it. Eg:

    Blue
    Blue
    2
    Yellow
    1
    Red
    Red
    Red
    3

    I would like to be able to copy only the numbers into a new column, so that the text isn't copied over. I would like the spaces (i.e. rows) between the numbers to remain as they are.

    Can this be done?

    Sincere thanks,
    melv

  2. #2
    Registered User
    Join Date
    01-07-2005
    Posts
    1

    sure can

    hi,

    you should be able to filter it based on the TYPE property.

    =IF(TYPE(A1)=1,A1,"")

    will show any numbers and blank for anything else i think.

    Cheers.
    Gareth

  3. #3
    Registered User
    Join Date
    11-26-2003
    Location
    Scotland
    Posts
    26
    Many thanks Gareth,

    that works perfectly!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1