+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Automatically remove cells with text

  1. #1
    Registered User
    Join Date
    11-29-2010
    Location
    Belgium
    MS-Off Ver
    2010
    Posts
    87

    Exclamation Automatically remove cells with text

    Hi

    In attachment you'll find an example of how my sheet looks like. In red the data I have and in green what I should end up with...

    Is there an easy way to have Excel recognize if a cell has any text in it and the remove it?

    A quick reply is highly appreciated.

    Regards,
    Tino XXL
    Attached Files Attached Files
    Last edited by Tino XXL; 12-08-2010 at 05:55 AM.

  2. #2
    Registered User
    Join Date
    12-06-2010
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: Automatically remove cells with text

    The below formula should work ok. It basically only recognises numerical values, so all text values will NOT show up.

    =IF(A1="","",IF(COUNT(A1)=1,A1,IF(ISTEXT(A1)=TRUE,"")))

    Regards
    LL1980

  3. #3
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Automatically remove cells with text

    Maybe this

    =IF(ISNUMBER(A1),A1,"")

    Drag/Down and Across
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

+ 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