+ Reply to Thread
Results 1 to 11 of 11

What formula should I use to get total value date wise.

  1. #1
    Registered User
    Join Date
    11-25-2021
    Location
    India
    MS-Off Ver
    2016
    Posts
    54

    What formula should I use to get total value date wise.

    What formula should I use to get total value date wise.

    datetotal.xlsx
    https://www.excelforum.com/attachmen...1&d=1644416985

  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,460

    Re: What formula should I use to get total value date wise.

    In D3 copied down:

    =IF([@Column1]=A4,"",SUM(B$2:B2)-SUM(D$2:D2))
    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
    Registered User
    Join Date
    11-25-2021
    Location
    India
    MS-Off Ver
    2016
    Posts
    54

    Re: What formula should I use to get total value date wise.

    by applying your formula result is not correct.
    Last edited by meraz; 02-09-2022 at 10:46 AM.

  4. #4
    Registered User
    Join Date
    11-25-2021
    Location
    India
    MS-Off Ver
    2016
    Posts
    54

    Re: What formula should I use to get total value date wise.

    Result is not correct Attachment 767335

  5. #5
    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,460

    Re: What formula should I use to get total value date wise.

    Sorry - should be this:

    =IF([@Column1]=A4,"",SUM(B$2:B3)-SUM(D$2:D2))

    AliGW on MS365 Insider (Windows) 64 bit

    A
    B
    C
    D
    2
    Date Amount Total
    3
    02-01-2022
    $ 202.00
    4
    02-01-2022
    $ 200.00
    5
    02-01-2022
    $ 456.00
    6
    02-01-2022
    $ 356.00
    7
    02-01-2022
    $ 345.00
    8
    02-01-2022
    $ 867.00
    $2,426.00
    9
    03-01-2022
    $ 454.00
    10
    03-01-2022
    $ 345.00
    11
    03-01-2022
    $ 444.00
    12
    03-01-2022
    $ 346.00
    $1,589.00
    13
    04-01-2022
    $ 34.00
    14
    04-01-2022
    $ 267.00
    $ 301.00
    15
    05-01-2022
    $ 367.00
    16
    05-01-2022
    $ 43.00
    17
    05-01-2022
    $ 65.00
    18
    05-01-2022
    $ 774.00
    $1,249.00
    Sheet: Sheet1

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

    Also, if you have not already done so, 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 all those who offered help.

  6. #6
    Registered User
    Join Date
    11-25-2021
    Location
    India
    MS-Off Ver
    2016
    Posts
    54

    Re: What formula should I use to get total value date wise.

    I want to know why you use [@Column1] in column1 I may write anything instead of Column1 or doesn't use any heading at that scenario what should I use IF([@Column1]=A4
    and also why =A4 why not A3
    Last edited by meraz; 02-09-2022 at 11:04 AM.

  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,460

    Re: What formula should I use to get total value date wise.

    The answer is simply that this is how it works. I'm sorry if you don't like it.

    and also why =A4 why not A3
    Change it to A3 and you will see why - it won't work. You need to identify where there is a change of date.

    Use Evaluate Formula on the Formulas ribbon to see how it works.

    Is there any chance you could change the tone of your responses? It's all very curt at the moment - English may not be your first language, but 'please' and 'thank you' are universal courtesies.
    Last edited by AliGW; 02-09-2022 at 11:11 AM.

  8. #8
    Registered User
    Join Date
    11-25-2021
    Location
    India
    MS-Off Ver
    2016
    Posts
    54

    Re: What formula should I use to get total value date wise.

    In Sample2 I applied same formula it didn't work for me
    Attachment 767339

  9. #9
    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,460

    Re: What formula should I use to get total value date wise.

    You got it wrong. It should be this:

    =IF(F4=F5,"",SUM(G$3:G4)-SUM(I$3:I3))

    AliGW on MS365 Insider (Windows) 64 bit

    F
    G
    H
    I
    3
    Date Amount Total
    4
    02-01-2022
    $ 202.00
    5
    02-01-2022
    $ 200.00
    6
    02-01-2022
    $ 456.00
    7
    02-01-2022
    $ 356.00
    8
    02-01-2022
    $ 345.00
    9
    02-01-2022
    $ 867.00
    $ 2,426.00
    10
    03-01-2022
    $ 454.00
    11
    03-01-2022
    $ 345.00
    12
    03-01-2022
    $ 444.00
    13
    03-01-2022
    $ 346.00
    $ 1,589.00
    14
    04-01-2022
    $ 34.00
    15
    04-01-2022
    $ 267.00
    $ 301.00
    16
    05-01-2022
    $ 367.00
    17
    05-01-2022
    $ 43.00
    18
    05-01-2022
    $ 65.00
    19
    05-01-2022
    $ 774.00
    $ 1,249.00
    Sheet: Sheet1

    I
    4
    =IF(F4=F5,"",SUM(G$3:G4)-SUM(I$3:I3))
    Sheet: Sheet1


    Still not one 'please' or 'thank you' from you, so that's it from me now. I have given of my time freely to help you: the least you could have done was to be courteous in your responses.

    Good luck!

  10. #10
    Registered User
    Join Date
    11-25-2021
    Location
    India
    MS-Off Ver
    2016
    Posts
    54

    Re: What formula should I use to get total value date wise.

    Sorry about my tone of response English is not my first language I will try to maintain courtesies in my reply" I am deeply regrate inconvenience caused by me" next time i will maintain courtesies in my reply Mam.
    Last edited by AliGW; 02-09-2022 at 11:21 AM. Reason: PLEASE don't quote unnecessarily!

  11. #11
    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,460

    Re: What formula should I use to get total value date wise.

    I get that - I said as much - however, 'please' and 'thank you' are some of the very first things we learn in any language. I have no doubt that you know both, so use them in future.

    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] calculate the duration Month wise ( total days in to period wise )
    By abuharvey in forum Excel General
    Replies: 4
    Last Post: 10-16-2018, 07:33 AM
  2. [SOLVED] Need a formula for department wise total
    By akshay6s in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-27-2018, 09:13 AM
  3. [SOLVED] Date wise column Total
    By atulexel79 in forum Excel General
    Replies: 9
    Last Post: 08-20-2014, 04:01 AM
  4. [SOLVED] date wise /name wise total with round function
    By hkbhansali in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-03-2014, 11:37 AM
  5. [SOLVED] Date wise column total in another sheet
    By atulexel79 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-01-2014, 05:19 AM
  6. [SOLVED] display total sales at the end of each month from date-wise data
    By Ranjeet2001 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-11-2014, 01:20 AM
  7. [SOLVED] Total line item sale qty to be sum in a cell as date wise
    By geromio in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-15-2013, 10:50 PM

Tags for this Thread

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