+ Reply to Thread
Results 1 to 4 of 4

HLOOKUP Todays date column then COUNTIF

  1. #1
    Registered User
    Join Date
    06-07-2017
    Location
    Perth
    MS-Off Ver
    2013
    Posts
    33

    HLOOKUP Todays date column then COUNTIF

    Hello all,

    I have a spreadsheet with dates across the top row and multiple rows of data underneath
    I am trying to HLOOKUP to get todays date then count the number of times a particular data string appears across all rows in that column
    E.g. count of the number "2" across all rows


    Looking for some guru help
    Regards
    Last edited by sadsack5000; 05-11-2020 at 09:07 AM.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,734

    Re: HLOOKUP Todays date column then COUNTIF

    try
    =COUNTIFS(INDEX(datarange,,MATCH(today(),headerrange,0)),criteria)

    datarange , your data
    header range , you headers

    assuming the data is in C to K row 2 to 2000

    =COUNTIFS(INDEX(C2:K2000,,MATCH(today(),C1:K1,0)),2)
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    06-07-2017
    Location
    Perth
    MS-Off Ver
    2013
    Posts
    33

    Re: HLOOKUP Todays date column then COUNTIF

    This worked really well thankyou

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,734

    Re: HLOOKUP Todays date column then COUNTIF

    you are welcome

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. CountIF before todays date
    By velben27 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-22-2019, 12:57 PM
  2. Using countif for todays date that changes daily
    By chris.serra in forum Excel General
    Replies: 4
    Last Post: 01-29-2017, 09:22 PM
  3. Replies: 3
    Last Post: 04-08-2016, 09:11 AM
  4. [SOLVED] Countif, match, and less then todays date
    By JasonNeedsHelp in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-15-2015, 06:33 PM
  5. [SOLVED] getting total from column if todays date is equal to or greater than date column
    By peterjb44 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-11-2013, 07:43 PM
  6. Excel 2007 : countif name but not if past todays date
    By tvonbehren in forum Excel General
    Replies: 7
    Last Post: 10-18-2011, 07:54 AM
  7. Replies: 2
    Last Post: 10-29-2009, 04:52 PM

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