Results 1 to 5 of 5

Matrix Help

Threaded View

173 Matrix Help 05-22-2008, 11:00 PM
mrice This macro might help. It... 05-23-2008, 03:14 PM
173 Thanks 06-25-2008, 09:55 PM
173 Solved 12-28-2008, 03:48 AM
DonkeyOte Purely as a heads up (given... 12-28-2008, 05:39 AM
  1. #1
    Registered User
    Join Date
    05-14-2008
    Location
    Southern Illinois
    MS-Off Ver
    2007
    Posts
    56

    Matrix Help

    I have a set of 4 columns with YES/NO statements in them.
    I need to find any YES strings, of three or more, within one column, uninterupted by a YES in another colum.

    EXAMPLE:
    _____A ___B__C__D__E
    1 1/1/2008 YES NO NO NO
    2 1/2/2008 NO NO YES YES
    3 1/3/2008 YES NO NO NO
    4 1/4/2008 YES NO NO NO
    5 1/5/2008 NO NO NO NO
    6 1/6/2008 YES NO NO NO

    B1:B4 would not meet this criteria because D2 and E2 fall in the middle of this yes string.

    B3:B6 would meet this criteria. Any set of numbers that do meet this criteria need to be recorded with the last date that string falls on, the number of uninterupted YES's in that string, and the catagorie it falls under.

    In this example, I need something like:
    DATE_________No of Occurences/Catagorie
    1/6/2008_______________3B


    After multiple entries, it would look something like this:
    1/ 6/2008______________3B
    1/13/2008______________3A
    1/19/2008______________3D
    2/ 4/2008______________4C

    Can something like this be done?
    Last edited by VBA Noob; 12-28-2008 at 06:40 AM.

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