+ Reply to Thread
Results 1 to 3 of 3

removing some of the characters from a cell

  1. #1
    Patience
    Guest

    removing some of the characters from a cell

    Hi. I have a spreadsheet where attendance in classes is represented as "55 of
    60." I need to add the actual # of attendees, so I need to remove the "of
    60." How can I do that?
    Thanks!

  2. #2
    Peo Sjoblom
    Guest

    RE: removing some of the characters from a cell

    One way

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


    Regards,

    Peo Sjoblom

    "Patience" wrote:

    > Hi. I have a spreadsheet where attendance in classes is represented as "55 of
    > 60." I need to add the actual # of attendees, so I need to remove the "of
    > 60." How can I do that?
    > Thanks!


  3. #3
    Gord Dibben
    Guest

    Re: removing some of the characters from a cell

    Data>Text to Columns>Space delimited and skip the columns you don't want.

    This will leave 55 in first column.


    Gord Dibben Excel MVP


    On Tue, 3 May 2005 11:37:05 -0700, "Patience"
    <[email protected]> wrote:

    >Hi. I have a spreadsheet where attendance in classes is represented as "55 of
    >60." I need to add the actual # of attendees, so I need to remove the "of
    >60." How can I do that?
    >Thanks!



+ 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