+ Reply to Thread
Results 1 to 3 of 3

Counter number output

  1. #1
    Registered User
    Join Date
    08-13-2004
    Posts
    39

    Counter number output

    Please see attached

    I have a time series with month beginning and end date and accompanying counter - Rows 1-3.

    The range Choice is a dropdown list which the user can edit.

    Based on this user date I want to return the counter output. eg for first date, 01 May 05, the counter return value would be 1.

    Any help would be greatly appreciated.

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097

    Re: Counter number output

    Hi,

    First of all you need to format the cells in A9:A27 to exactly the same format as the dates in row 1 - at the moment they are not the same, then use

    =HLOOKUP(A9,$A$1:$DP$3,3) drag downwards
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Counter number output

    In B9 and copy down, =HLOOKUP(A9, $A$1:$DQ$3, 3, FALSE)
    Entia non sunt multiplicanda sine necessitate

+ 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