+ Reply to Thread
Results 1 to 4 of 4

Find the minimum value based on the month

  1. #1
    Registered User
    Join Date
    01-28-2012
    Location
    hyderabad
    MS-Off Ver
    Excel 2007
    Posts
    2

    Find the minimum value based on the month

    I want the minimum value based on the Month for Eg:
    Month RF
    Jan 5
    Jan 3
    Jan 2
    Feb 4
    Feb 1
    Feb 0
    Mar 1
    Mar 5
    Apr 9
    Apr 8
    Answer should be next column like this in corresponding row
    2
    1
    1
    8
    pls do the needful

  2. #2
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Find the minimum value based on the month

    Hi,

    in column A are dates


    Please Login or Register  to view this content.
    to be confirmed with control+shift +enter and copied down


    or if in column A there are texts ("JAN", "FEB"...)

    Please Login or Register  to view this content.

    Please Login or Register  to view this content.

    Again confirmed with control+shift+enter

    Hope it helps
    Last edited by canapone; 02-01-2012 at 06:11 AM. Reason: just wrapped with [code]
    -----------------------------------------------------

    At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.

    Please, mark your thread [SOLVED] if you received your answer.

  3. #3
    Registered User
    Join Date
    01-28-2012
    Location
    hyderabad
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Find the minimum value based on the month

    This formula is working
    =min(if(month($A$2:$A$1000)=Row(A1),$B$2:$B$1000))
    but the answer is coming like
    2
    1
    1
    8
    but i want
    Jan 5
    Jan 3
    Jan 2 2
    Feb 4
    Feb 1
    Feb 0 0
    Mar 1 1
    Mar 5
    Apr 9
    Apr 8 8
    like this i want
    and one more thing this formula is not working =min(if(month($A$2:$A$1000)="Jan",$B$2:$B$1000))
    thank you

  4. #4
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Find the minimum value based on the month

    Hi,

    an attempt, in C2 and down:


    Please Login or Register  to view this content.
    to be confirmed with control+shift+enter


    Regards

+ 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