+ Reply to Thread
Results 1 to 3 of 3

Search or Find to False in a row/back to back

  1. #1
    Forum Contributor
    Join Date
    06-28-2011
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    115

    Search or Find to False in a row/back to back

    Hi, I have column E with Random True & False in it
    like this

    COLUMN E
    TRUE
    TRUE
    FALSE
    TRUE
    FALSE
    TRUE
    TRUE
    TRUE
    TRUE
    FALSE
    FALSE
    FALSE



    please
    I want macro that would go to cell that two false back to back
    Thanks

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Search or Find to False in a row/back to back

    assuming your data starts in E1, try this formula in F2....

    =if(and(E1="FALSE",E2="FALSE"),"Two Falses","")

    Let me know if that is what you need?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Expert
    Join Date
    09-27-2011
    Location
    Poland
    MS-Off Ver
    Excel 2007
    Posts
    1,312

    Re: Search or Find to False in a row/back to back

    And why not this three?
    COLUMN E
    TRUE
    TRUE
    FALSE
    TRUE
    FALSE
    TRUE
    TRUE
    TRUE
    TRUE
    FALSE
    FALSE
    FALSE


    whatever try this
    Please Login or Register  to view this content.
    Last edited by tom1977; 04-20-2012 at 04:39 PM.
    Regards

    tom1977

    If You are satisfied with my solution click the small star icon on the left to say 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