Results 1 to 5 of 5

Identify missing values

Threaded View

  1. #1
    Registered User
    Join Date
    04-18-2008
    Location
    Chicago, IL
    Posts
    47

    Identify missing values

    Hello again,

    I have a new project I am working on and in it, I am trying to get Excel to identify to me if a certain value hasn't occurred in the previous X attempts (5 in the example sheet attached).

    Another example is...say Johnny hasn't been to school in the last 5 days, it will flag on the 6th day that Johnny wasn't present in the last 5 days.

    I attempted to do this, but could only think of sumproduct function where
    =sumproduct(--($B2:$B6="A"))
    =sumproduct(--($B2:$B6="B"))
    =sumproduct(--($B2:$B6="C"))
    are placed in consecutive columns...and a value of 0 would indicate that the particular value hasn't occurred in the previous 5 cells.

    I suspect that there is a more space conscious method of achieving this...any ideas?

    Thanks!
    Attached Files Attached Files

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