+ Reply to Thread
Results 1 to 2 of 2

Creating Progressively Incremented Counting Criteria

  1. #1
    David J W
    Guest

    Yes, but ...

    But how about if I want to count how many times I have changed the contents of one cell - plus the ability to reset this counter?

  2. #2
    Forum Contributor
    Join Date
    12-07-2004
    Posts
    596

    Creating Progressively Incremented Counting Criteria

    Problem:

    Create a new list in column B where the first value is the number of values in List1 (column A) that are smaller than 1, the second value is the number of values in List1 smaller than 2, and so on.

    Solution:

    Use the COUNTIF and ROW functions as shown in the following formula in the first cell (B2) of the new list, and copy the formula down the column:
    =COUNTIF($A$2:$A$6,\"

+ 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