Results 1 to 17 of 17

Adding a single date and number to a max list of 20

Threaded View

  1. #1
    Forum Contributor
    Join Date
    11-13-2010
    Location
    Warren, Michigan
    MS-Off Ver
    Excel 2008 for Mac
    Posts
    307

    Adding a single date and number to a max list of 20

    I'm looking to input only a single date and number and have that information automatically update a list of 20 (dropping off the oldest entry).

    I know the below coding will bring in the last 20 entries of a list:

    =IF(ROWS($AC$95:$AC95)>MATCH(REPT("Z",255),$C$4:$C$2902),"",INDEX($C$4:$C$2902,MATCH(REPT("Z",255),$C$4:$C$2902)-MIN(20,MATCH(REPT("Z",255),$C$4:$C$2902))+ROWS($AC$95:$AC95)))

    Is it possible to record a single date and number in Columns A1 & B1, then in Columns F & G update automatically to a max amount of 20 entries?

    See sample, I marked in yellow the last entry.
    Attached Files Attached Files
    Last edited by khank; 03-30-2011 at 02:19 PM.

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