View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ms-Exl-Learner Ms-Exl-Learner is offline
external usenet poster
 
Posts: 506
Default Find certain "Text" in a specific coloum, add corres. values

Use Pivot Table. Drag and drop the Text Field in Row and the Value Field in
Data. Do double click and change the Value field in data to Sum if it is
shown as Count. Remove the subtotal if required.

Have a look in the below links for more details about Pivot Table.

http://www.cpearson.com/excel/pivots.htm
http://www.ozgrid.com/Excel/excel-pivot-tables.htm

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"Arum Khan" wrote:

Hi,
I have two coloums. One has text and the other has Values.
I need excel to search through a whole coloum, and summerize the results.
My coloums look like as follows

A 2
B 5
A 2

The results should look like

A 4
B 2

How can I achieve this?
Thanks