+ Reply to Thread
Results 1 to 7 of 7

Filter formula to show transactions in chronlogical date order

  1. #1
    Forum Contributor
    Join Date
    07-06-2020
    Location
    zimbabwe
    MS-Off Ver
    Excel 365
    Posts
    470

    Filter formula to show transactions in chronlogical date order

    Hi

    I'm kindly asking for the adjustment of Filter formula to show the transactions in chronological order of dates (In ascending order). The current formula is working well but the transactions are not in date order form.

    Thank you.

    Regards,

    Sunboy
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,980

    Re: Filter formula to show transactions in chronlogical date order

    Try this:

    =FILTER(SORTBY(Transactions!$D$5:$I$5000,Transactions!$E$5:$E$5000,1), rest of formula
    Attached Files Attached Files
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Contributor
    Join Date
    07-06-2020
    Location
    zimbabwe
    MS-Off Ver
    Excel 365
    Posts
    470

    Re: Filter formula to show transactions in chronlogical date order

    Hi Aligw

    Thanks for the formula. However the formula you gave me is producing a report with several months and the report is suppose to produce one month transactions. See on Cell D4 there is a drop down list. If possible adjust your formula to only include one month.

    Thank you.

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,980

    Re: Filter formula to show transactions in chronlogical date order

    Yes, I have just realised this - sorry.

    if you play around with the SORTBY function, I am sure you'll find the correct way to do it, though.

    https://exceloffthegrid.com/sortby-function-in-excel/

    https://www.laramellortraining.co.uk...icrosoft-excel
    Last edited by AliGW; 07-11-2021 at 05:21 AM.

  5. #5
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Filter formula to show transactions in chronlogical date order

    Please try

    =SORT(FILTER(Transactions!$D$5:$I$5000,(Transactions!$E$5:$E$5000>=--(1&$D$4))*(Transactions!E5:E5000<EDATE(1&$D$4,1))*(Transactions!D5:D5000="Bulawayo"),""),2)
    Attached Files Attached Files

  6. #6
    Forum Contributor
    Join Date
    07-06-2020
    Location
    zimbabwe
    MS-Off Ver
    Excel 365
    Posts
    470

    Re: Filter formula to show transactions in chronlogical date order

    Hi Bo_Ry

    Thank you for the great formula.

    Regards,

    Sunboy

  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,980

    Re: Filter formula to show transactions in chronlogical date order

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

+ 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] Budget Array Formula lookup pulling transactions in wrong order
    By the_grinch in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-26-2018, 11:36 PM
  2. Replies: 9
    Last Post: 07-17-2017, 09:22 PM
  3. Add up order quantities and show date required summary
    By miked79 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-04-2017, 10:02 AM
  4. [SOLVED] index match to show in date order
    By nigelog in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-29-2015, 10:03 AM
  5. [SOLVED] Looking to match transactions, in order to work out variances seperately
    By alloygator in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-04-2014, 08:39 AM
  6. Replies: 4
    Last Post: 01-14-2014, 03:50 PM
  7. [SOLVED] Show date and order number when the userform opens.
    By MariaPap in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-23-2013, 04:50 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