+ Reply to Thread
Results 1 to 2 of 2

Thread: specific data

  1. #1
    delmac
    Guest

    specific data

    Hi all, I have a column of over a 1000 account numbers , some of then end in C.
    I would like to filter out these values into a separate column . for eg
    IF last character = C then insert value else blank.
    Thanks for you r help again, everyone.
    --
    delmac

  2. #2
    Stefi
    Guest

    RE: specific data

    Say your column is A, then insert this formula in an unused column, row 2,
    and drag down as necessary:
    =IF(RIGHT(A2,1)="C",A2,"")

    Regards,
    Stefi


    „delmac” ezt *rta:

    > Hi all, I have a column of over a 1000 account numbers , some of then end in C.
    > I would like to filter out these values into a separate column . for eg
    > IF last character = C then insert value else blank.
    > Thanks for you r help again, everyone.
    > --
    > delmac


+ 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.2.0