using sumif function to sum up values

drkiran33

New Member
Joined
Sep 1, 2013
Messages
37
hello,

I am here to have a solution to a problem to sumup the data.my question is--
[TABLE="width: 500"]
<tbody>[TR]
[TD]rg no[/TD]
[TD]reg[/TD]
[TD]reg1[/TD]
[TD]count[/TD]
[TD]reg2[/TD]
[TD]count[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]zln[/TD]
[TD]zln[/TD]
[TD]60[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]tln[/TD]
[TD]tl[/TD]
[TD]30[/TD]
[TD]n[/TD]
[TD]60[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]tle[/TD]
[TD]tl[/TD]
[TD]30[/TD]
[TD]e[/TD]
[TD]30[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]zle[/TD]
[TD]zl[/TD]
[TD]60[/TD]
[TD]e[/TD]
[TD]30[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]tlatv/r[/TD]
[TD]tl[/TD]
[TD]30[/TD]
[TD]atv[/TD]
[TD]30[/TD]
[TD]r[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]zle[/TD]
[TD]zl[/TD]
[TD]60[/TD]
[TD]e[/TD]
[TD]30[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]36[/TD]
[TD]aln50[/TD]
[TD]al[/TD]
[TD]180[/TD]
[TD]n50[/TD]
[TD]180[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]ale200[/TD]
[TD]al[/TD]
[TD]180[/TD]
[TD]e200[/TD]
[TD]45[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

My data is arranged like this.so i need to add individually,ie.,for each zln,zl,tl,n,e,n50,e200, seperately, like this

zln=60,
tl=90,
zl=120,
al=360
n=60,
e=90
n50=180
e200=45
r=30
atv=30
Thanks in advance.
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Lets assume yoor data is in A1 to F9
Lets assume your summary list is in A15 to A25

Then In B15 key =sumif($c$2:$C$9,A15,$D$2:$D$9)+=sumif($E$2:$E$9,A15,$F$2:$F$9)

Copy down to get all values
 
Upvote 0
Thank you very much,i made some correction to include the third segment and removed =,
again...thank you so much...
 
Upvote 0

Forum statistics

Threads
1,223,231
Messages
6,170,884
Members
452,364
Latest member
springate

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top