+ Reply to Thread
Results 1 to 4 of 4

print days of min price per months

  1. #1
    Registered User
    Join Date
    10-15-2021
    Location
    Lithuania
    MS-Off Ver
    MS Office 2019
    Posts
    2

    print days of min price per months

    Hi all,

    I have attached excel file with described case.
    I have Date and Price data and want to get min price days for every year and month. I was able to find min value per month using minifs with additional table.

    but I cannot print days from these months where min price is. If I use TextJoin. I will try to post more details if I be allowed. sorry for being newbie.

    I appreciate any advice or help.
    Attached Files Attached Files
    Last edited by garbanna; 10-15-2021 at 08:51 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    02-06-2013
    Location
    Germany
    MS-Off Ver
    365
    Posts
    491

    Re: print days of min price per months

    Try this: =TEXTJOIN(", ",TRUE,IF((K2=B2:B121)*(D2:D121=MONTH(I2)),C2:C121,""))

    Alternatively: =TEXTJOIN(", ",TRUE,FILTER(C2:C121,(K2=B2:B121)*(D2:D121=MONTH(I2)),""))

  3. #3
    Registered User
    Join Date
    10-15-2021
    Location
    Lithuania
    MS-Off Ver
    MS Office 2019
    Posts
    2

    Re: print days of min price per months

    first case returned all days, the second didn't accept formula due to "filter", I believe it can be my used office 2019 feature limits, because when I tried them on 365, it worked properly. confusing.
    thank you RaulSerg, at least it works on 365, looks like I need to plan to upgrade, but I believe it should be the way to get the same results with older excel version as well.

  4. #4
    Valued Forum Contributor
    Join Date
    02-06-2013
    Location
    Germany
    MS-Off Ver
    365
    Posts
    491

    Re: print days of min price per months

    Hmm, maybe try to array enter the first formula then with Ctrl+Shift+Enter

+ 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. From number of days to Years, months and days DATEDIFF madness!!
    By zozew in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 01-13-2021, 10:56 PM
  2. Replies: 8
    Last Post: 03-28-2020, 12:47 PM
  3. [SOLVED] Calculating Years, Months, Week, Days, Hours, Minutes for Work Days between two dates
    By hecgroups in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 08-23-2019, 12:09 AM
  4. Replies: 1
    Last Post: 09-25-2016, 06:18 PM
  5. [SOLVED] Converting years months and days into into total days
    By Aestivator1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-26-2015, 04:35 PM
  6. How do I convert years, months, days back to complete days
    By Nisha Dhawan in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-13-2014, 03:21 AM
  7. Convert days -> Years, Months, Days, Hours, Minutes, Seconds
    By brharrii in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-06-2012, 06:44 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