formula to calculate sum of repeated text

tinkode

New Member
Joined
Oct 21, 2018
Messages
35
hello i want a formula to calculate sum of repeated text

exemple when i put the text its search in table and find the repeated text and calculate the sum


like in the picture

HqyePGv.png
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
hello i want a formula to calculate sum of repeated text

exemple when i put the text its search in table and find the repeated text and calculate the sum


like in the picture

HqyePGv.png
Your image does not show the Column and Row locations for your data, so it is hard to give you a direct formula; however, if you lookup the SUMIF function in the help files, I think that it will do what you seek.
 
Upvote 0
Something like
=SUMIF(A:A,D3,B:B)

Also please respond to the PM that I sent you.
 
Upvote 0

Forum statistics

Threads
1,215,054
Messages
6,122,901
Members
449,097
Latest member
dbomb1414

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