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--
rg noregreg1countreg2count
1zlnzln60
11tlntl30n60
2tletl30e30
4zlezl60e30
5tlatv/rtl30atv30r30
4zlezl60e30
36aln50al180n50180
7ale200al180e20045

<tbody>
</tbody>

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

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
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,216,113
Messages
6,128,905
Members
449,478
Latest member
Davenil

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