+ Reply to Thread
Results 1 to 15 of 15

Need to get the summary of all the compoent total

  1. #1
    Forum Contributor
    Join Date
    10-16-2010
    Location
    bangalore
    MS-Off Ver
    Excel 2019
    Posts
    288

    Need to get the summary of all the compoent total

    I Need to get the total almount in the summary details from the table automatically even total column row moved to up or down. (i.e total column may move down if names are more similarly it may come down if names or less). PFA sample and do needful.
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Need to get the summary of all the compoent total

    Easiest way is to convert it to a Table.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Contributor
    Join Date
    10-16-2010
    Location
    bangalore
    MS-Off Ver
    Excel 2019
    Posts
    288

    Re: Need to get the summary of all the compoent total

    Can this be done without using the tables?

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Need to get the summary of all the compoent total

    Use this & copy across:

    =INDEX(F:F,MATCH("total",$D:$D,0))

  5. #5
    Forum Contributor
    Join Date
    10-16-2010
    Location
    bangalore
    MS-Off Ver
    Excel 2019
    Posts
    288

    Re: Need to get the summary of all the compoent total

    Thanks. It works. Is it possible to get the total amount of a particualr header whenever i change teh header name in the summary. (Eg. in Summary table if change the Item1 header to Iteam2 i should get the item2 total amounts.

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Need to get the summary of all the compoent total

    Is this what you meant?

    =INDEX(F:I,MATCH("total",$D:$D,0),MATCH($F$17,$F$5:$I$5,0))

  7. #7
    Forum Contributor
    Join Date
    10-16-2010
    Location
    bangalore
    MS-Off Ver
    Excel 2019
    Posts
    288

    Re: Need to get the summary of all the compoent total

    Thanks a lot Glenn.

  8. #8
    Forum Contributor
    Join Date
    10-16-2010
    Location
    bangalore
    MS-Off Ver
    Excel 2019
    Posts
    288

    Re: Need to get the summary of all the compoent total

    Addition to the above formula, can i get the namewise total amounts??

  9. #9
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Need to get the summary of all the compoent total

    Can you explain what you mean by that?

  10. #10
    Forum Contributor
    Join Date
    10-16-2010
    Location
    bangalore
    MS-Off Ver
    Excel 2019
    Posts
    288

    Re: Need to get the summary of all the compoent total

    I need to get the namewise total amount (Iteamwise). whenever i change teh name or component, with respect to that name and component total amount should appear. Attached the sample.
    Attached Files Attached Files

  11. #11
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Need to get the summary of all the compoent total

    See the attached file
    F12=SUM(F6:INDEX(F:F,ROW()-1))
    F18=F12
    F20=SUMIF($D$6:$D$12,$D20,F$6:F$12)
    TRY THIS AND COPY TOWARDS RIGHT
    Attached Files Attached Files
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  12. #12
    Forum Contributor
    Join Date
    10-16-2010
    Location
    bangalore
    MS-Off Ver
    Excel 2019
    Posts
    288

    Re: Need to get the summary of all the compoent total

    Hi
    Thanks for ur hlep.The formula should also include teh condition for COmponent name as well, if i change teh componet name from Item1 to Item2 also total should get changed as per the total amount of Item1.

  13. #13
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Need to get the summary of all the compoent total

    f18=INDEX($F$12:$I$12,MATCH(F$17,$F$5:$I$5,0))
    Please Login or Register  to view this content.
    f20=SUMIF($D$6:$D$12,$D20,INDEX($F$6:$I$12,,MATCH(F$17,$F$5:$I$5,0)))
    Please Login or Register  to view this content.
    Try this and copy towards right / across

  14. #14
    Forum Contributor
    Join Date
    10-16-2010
    Location
    bangalore
    MS-Off Ver
    Excel 2019
    Posts
    288

    Re: Need to get the summary of all the compoent total

    Thanks a lot

  15. #15
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Need to get the summary of all the compoent total

    You are welcome

+ 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] Summary for unique ProductID and Total Quantity
    By maniootek in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 01-26-2014, 09:10 PM
  2. Summary Total of Maxes in pivot table?
    By odi3 in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 10-31-2012, 03:15 PM
  3. Move data from one sheet to another sorted by zip code
    By malacqua in forum Excel General
    Replies: 5
    Last Post: 08-21-2012, 04:15 PM
  4. Replies: 11
    Last Post: 09-17-2010, 10:21 AM
  5. Total Summary of Multiple Worksheets
    By Cortlyn in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 05-26-2010, 04:10 AM
  6. [SOLVED] To sum up the many work sheets total on a summary sheet
    By PRADEEPB270 in forum Excel General
    Replies: 1
    Last Post: 05-24-2010, 06:04 AM
  7. Excel compoent
    By ramendra in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-10-2006, 07:55 AM
  8. Summary total from another worksheet?
    By tb in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-18-2006, 09:48 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