+ Reply to Thread
Results 1 to 3 of 3

Hlookup formula to display current month value

  1. #1
    Registered User
    Join Date
    09-29-2018
    Location
    UK
    MS-Off Ver
    2010
    Posts
    8

    Hlookup formula to display current month value

    Hi, I have a table headed months along the top row, with various values in the columns below. I want to have a column that always display the value of just the current month to save scrolling through them all the time, what formula do i need to use please? Example attached TIA
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,891

    Re: Hlookup formula to display current month value

    Try this:

    =LOOKUP(2,1/(TEXT(TODAY(),"mmm-yy")=TEXT($C$1:$G$1,"mmm-yy")),C2:G2)

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,893

    Re: Hlookup formula to display current month value

    One way (of many...):

    In B2, copied down:

    IFERROR(INDEX($A$2:$G$6,ROWS($1:1),SUMPRODUCT(--(MONTH($C$1:$G$1)=MONTH(TODAY()))*COLUMN($C:$G))),"")
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ 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. [SOLVED] Display Chart Data Only Up to Current Month
    By vill in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-02-2018, 03:23 PM
  2. [SOLVED] Current day to display as Year, Month, Day?
    By OpOrange in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 09-21-2014, 09:41 PM
  3. Formula to display last day of month if current day is past X date?
    By WL2005HBD in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-17-2013, 08:02 AM
  4. display only weekdays from current month
    By muldercs in forum Excel General
    Replies: 3
    Last Post: 11-20-2013, 08:25 AM
  5. [SOLVED] Look up for current month and display corresponding value
    By Abu Abdurakhim in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-26-2013, 03:19 AM
  6. Formula(s) to detect and display first Wednesday of current month
    By FrancisXSlaughterry in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-05-2011, 09:09 AM
  7. display value based on current month
    By XLS-EXCEL in forum Excel General
    Replies: 8
    Last Post: 10-04-2007, 08:28 AM

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