+ Reply to Thread
Results 1 to 5 of 5

Lookup a month from a weekly date range and return the minimum value in that month?

  1. #1
    Registered User
    Join Date
    01-17-2020
    Location
    UK
    MS-Off Ver
    2016
    Posts
    43

    Lookup a month from a weekly date range and return the minimum value in that month?

    Hi all,

    My conundrum is this

    I have in columns numerous dates (the dates in reality stretch from Nov-19 to Jul-21) with values below. This is on one tab in excel

    16/11/19 - 23/11/19 - 30/11/19 - 7/12/19 - 14/12/19 - 21/12/19 -

    there are then then values below each date

    23.42 - 24.56 - 23.45 - - 24.43 - -



    On the next tab I have the following columns with months (again this will go from Nov-19 to Jul-21

    Nov-19 - Dec-19

    This is where I need the excel magic to happen

    I need excel to look on the previous tab and provide the lowest value which is not zero



    So the answer should look like

    Nov-19 - Dec-19

    23.42 - 24.43



    Does that make sense and can anyone help please?

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: Lookup a month from a weekly date range and return the minimum value in that month?

    Administrative note

    Welcome to the forum

    missed the yellow banner advising how to get answers faster by posting a sheet ?

    Please take a moment to read it and attach a sheet accordingly.

    Thanks you for helping us help you

  3. #3
    Registered User
    Join Date
    01-17-2020
    Location
    UK
    MS-Off Ver
    2016
    Posts
    43

    Re: Lookup a month from a weekly date range and return the minimum value in that month?

    File now atttached
    Attached Files Attached Files

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Lookup a month from a weekly date range and return the minimum value in that month?

    In C10 try this array formula

    =MIN(IF(TEXT($C$3:$L$3,"mmmyyyy")=TEXT(C$9,"mmmyyyy"),IF($C4:$L4<>"",$C4:$L4)))

    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.

    Copy down and across
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  5. #5
    Registered User
    Join Date
    01-17-2020
    Location
    UK
    MS-Off Ver
    2016
    Posts
    43

    Re: Lookup a month from a weekly date range and return the minimum value in that month?

    Thats incredible, thankyou

+ 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. Replies: 9
    Last Post: 10-08-2015, 01:50 PM
  2. [SOLVED] Is there a way to insert all dates for a month weekly when user inputs Month and a Year?
    By uniqbboy in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-11-2014, 10:40 AM
  3. [SOLVED] Formula to return End OF Month date with non-calendar month lengths.
    By Snoddas in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 05-09-2014, 08:45 AM
  4. [SOLVED] Vlookup date range to return month
    By AW76 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-06-2013, 06:21 AM
  5. [SOLVED] Create Fiscal Year - Lookup Date in Fiscal Month Date Range and Return EOM Date
    By gbriscoe in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-25-2013, 03:29 PM
  6. [SOLVED] lookup date within date range grid to return fiscal month value
    By tigerseye001 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-10-2012, 02:27 PM
  7. Replies: 3
    Last Post: 09-25-2007, 10:26 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