HELP.jpgHi,
I seem to be in trpuble with the sumif formula or did I use the wrong formula?
I am trying to get the total $$$ for each person from all three tables. Thanks.
Excel sheet is attached.
HELP.jpgHi,
I seem to be in trpuble with the sumif formula or did I use the wrong formula?
I am trying to get the total $$$ for each person from all three tables. Thanks.
Excel sheet is attached.
Last edited by Halmsteen; 06-14-2014 at 11:42 PM.
Hi,
I can find the image only, can you upload the workbook - its missing.
If my assistance has helped, there is a reputation icon * on the left hand corner below the post - you can show your appreciation to the user who has helped in resolving your requirement.
If your requirement has been solved please mark your thread as Solved.
In the menu bar above the very first post, select Thread Tools, then select "Mark this thread as Solved".
Kindly use [FORMULA] or [CODE] tags when posting your code.
Regards,
Sarang
Please do not upload a picture of your file...rather, upload a sample of your workbook, showing what data you are working with, a few samples of your expected outcome is (manually entered is ok) and how you arrived at that. (exclude sensitive info). Pictures are pretty much impossible to edit, and no-one wants to re-type your data for youAlso, not all members can upload picture files (Company firewalls and stuff)
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
Will do Sir, still trying to upload a file though.
Sorry for all the inconveniences caused.
assuming your tables are equal in size
copy paste below in E21
=SUMPRODUCT(--($D$3:$D$18=D21)*($E$3:$E$18)+($H$3:$H$18=D21)*($I$3:$I$18)+($L$3:$L$18=D21)*($M$3:$M$18))
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST
More we learn about excel, more it shows us, how less we know about it.
for chemistry
https://www.youtube.com/c/chemistrybyshivaansh
Try this...
Data Range
D E F G H I J K L M 1 ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- 2 Name1 90 Name1 38 Name1 75 3 Name2 22 Name2 41 Name2 88 4 Name3 38 Name3 58 Name3 99 5 Name4 56 Name4 83 Name4 17 6 7 8 Name1 203 9 Name2 151 10 Name3 195 11 Name4 156
This formula entered in E8 and copied down:
=SUMIF(D$2:L$5,D8,E$2:M$5)
Biff
Microsoft MVP Excel
Keep It Simple Stupid
Let's Go Pens. We Want The Cup.
Hi,
Enter below equation to the cell E21 & copy down.
=SUMIF($D$3:$D$18,B21,$E$3:$E$18)+SUMIF($H$3:$H$18,B21,$I$3:$I$18)+SUMIF($L$3:$L$18,B21,$M$3:$M$18)
You can learn more about sumif by visiting below
Advance Uses of IF
Last edited by Keashan; 06-16-2014 at 01:10 AM.
Keashan
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks