+ Reply to Thread
Results 1 to 2 of 2

Deleting Specific Data in Specific Cells

  1. #1
    Registered User
    Join Date
    04-18-2013
    Location
    DSM, IA
    MS-Off Ver
    Excel 2007
    Posts
    1

    Deleting Specific Data in Specific Cells

    Help! I need to delete data in cells but not all the data.
    For example: In one cell I have 10.00% (12.00%) directly underneath. I want to keep the 10.00% but delete the (12.00%). Not all the data is the same, some may be 100% (85%) others could be 4.00% (3.75%) the numbers vary. But everything I do want deleted is a percentage in parenthesis. Is there a way I can do this?
    Thank you!

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Deleting Specific Data in Specific Cells

    Try

    =LEFT(A1,FIND(" ",A1)-1)

+ 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