+ Reply to Thread
Results 1 to 3 of 3

Thread: find and copy

  1. #1
    Registered User
    Join Date
    12-12-2005
    Posts
    8

    find and copy

    Hi,

    I would like to find text start with INC in Column A and if found copy that row in to Column C.

    Column A (something like this)

    INC1234
    TEST1234
    <blank>
    <blank>
    TE
    INC12345
    INC23456
    <blank>
    <blank>
    CK
    INC5678
    summer

  2. #2
    Valued Forum Contributor
    Join Date
    04-27-2006
    Location
    Cayman Islands
    Posts
    280
    So put this in Column C

    =IF(LEFT(A1,3)="INC", A1,"")

    That work for you?
    Last edited by ChrisMattock; 11-27-2008 at 03:39 PM. Reason: Spelling!

  3. #3
    Registered User
    Join Date
    12-12-2005
    Posts
    8
    Thank you this is working only if i drag down the formula.

    in my case i have 2000+ line. i would still like to learn but this time i fould another way to do the report.

    Thank you again for you help.

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