+ Reply to Thread
Results 1 to 2 of 2

Autocopy the first cell with more than 30 characters to a different sheet?

  1. #1
    Registered User
    Join Date
    12-11-2012
    Location
    Oslo, Norway
    MS-Off Ver
    Excel 2010
    Posts
    1

    Autocopy the first cell with more than 30 characters to a different sheet?

    Hi. I am using Excel 2010.
    I have a workbook with a web query.
    Is it possible to autocopy the first cell that has more than 30 characters to a different sheet?
    It would help me a lot, because I then could see if there were any changes from the Website.

    Example:

    "Sheet1"
    Range F1:F238.

    F1:F20 String < 30 characters. Don't autocopy
    F21: => 30 characters. Then copy to "sheet2" A1

    Thanks in advance.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Autocopy the first cell with more than 30 characters to a different sheet?

    g1 =If(len(f1)<30;f1;"") and drag down.

    Then you see in colum G the value which are > 30 characters.

    Then you could filter them and copy to an second sheet.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

+ 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