• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

upward counting instances of matching multiple criteria

In a very large data table I have ID numbers in column A, many other columns of data, then at the end a column that flags rows as needing attention. I use this to create a worklist. My column at the end is a simple nested IF statement. If all 3 criteria are met it returns a 1, otherwise it returns a 0.

Is there a way (that doesn't involve macros and doesn't add too awful much processing time in a 65,000 row, 30 column worksheet) for it to return a 1 the first time a given ID hits on all three criteria, then a 2 the second time, etc?
 
Back
Top