+ Reply to Thread
Results 1 to 6 of 6

Date wise column total in another sheet

  1. #1
    Registered User
    Join Date
    07-26-2014
    Location
    india
    MS-Off Ver
    2010
    Posts
    66

    Date wise column total in another sheet

    Dear All

    I have a file where 2 worksheet are there
    first is income and another is result
    In Income sheet First Column is Date another Clien and Then Region
    I am inserting so many values for differant region for 1 day

    I need output in another sheet as region wise total for specific date

    Suppose for todays date 3 entries for A region 5 entries for B region and 7 Entries for C region
    Then Result should come in Another sheet Date Column Then, Total of 3 Entries in A Region,
    ThenTotal of 5 entries for B region and then Total of 7 Entries for C region

    I am not aware with coding
    So please attache the sheet So I can understand formula

    Please find attached sheet

    Please help
    Attached Files Attached Files

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Date wise column total in another sheet

    See attached for one way of accomplishing this.

    Please note you have posted this in the VBA/Macro section of the forum but the solution does not require a macro as it is easily done with formulas. You could also get the same outcome by using a Pivot Table.

    BSB.
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    07-26-2014
    Location
    india
    MS-Off Ver
    2010
    Posts
    66

    Re: Date wise column total in another sheet

    Thanks for your Prompt Reply
    I am sorry to reply Late

    Just I want One More help

    If I want to make total for 3 region in One column
    Then what formula I should apply

    Like Day Total of Mumbai, Pune and Indore will
    Reflect in 1 column in (Other)


    I tried with this formula but it gives #value error

    =SUMIFS(Income!C2:E2,Income!$A:$A,$A2)

    Please help

    Atul
    Last edited by atulexel79; 07-30-2014 at 01:21 PM. Reason: Some Information Left

  4. #4
    Registered User
    Join Date
    07-26-2014
    Location
    india
    MS-Off Ver
    2010
    Posts
    66

    Re: Date wise column total in another sheet

    I tried with this formula but it gives #value error

    =SUMIFS(Income!C2:E2,Income!$A:$A,$A2)

    Please help

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Date wise column total in another sheet

    BecauSe of the way your Input table is laid out, I dont think there is a simple/quick way to do that. Try...
    =SUMIF(Income!$A$2:$A$36,Result!$A2,Income!C$2:C$36)+SUMIF(Income!$A$2:$A$36,Result!$A2,Income!D$2:D$36)+SUMIF(Income!$A$2:$A$36,Result!$A2,Income!E$2:E$36)
    Last edited by FDibbins; 08-01-2014 at 10:43 AM.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  6. #6
    Registered User
    Join Date
    07-26-2014
    Location
    india
    MS-Off Ver
    2010
    Posts
    66

    Re: Date wise column total in another sheet

    Thanks Dude

    It works for me
    Just I have to write so long formula when I want to club 10 fields
    So If possible try to do something else

    Anyway my work is going ahead with this formula

    Thanks

    Atul

+ 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] 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
  2. [SOLVED] Stock price list merged by date wise from one sheet to another sheet by macro
    By nur2544 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-12-2013, 07:19 AM
  3. [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
  4. [SOLVED] I want change the data row wise to coloum wise & coloumn wise to row wise.
    By satputenandkumar0 in forum Excel General
    Replies: 3
    Last Post: 12-20-2012, 08:34 AM
  5. Replies: 4
    Last Post: 08-01-2012, 09: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