Help Counting Cells

rdwng1975

New Member
Joined
Dec 11, 2009
Messages
4
I have data in Excel that row by row represents a delivery stop by one of our trucks. Each row has customer name, address, invoice number, and billing and shipping account numbers. I am trying to find a way to have Excel recognize duplicate addresses, count them, and total. I am a newbie. This total count would represent how many times we have have stopped at that customer. Any ideas?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Welcome to the board..

That sounds like Countif...

Say column A is the list of all the addresses for each stop.

In B1 (or whatever column is available) put the formula

=COUNTIF(A:A,A1)
And fill that formula down to the end of the data.
 
Upvote 0
You might also want to look at using a pivot table.:)
 
Upvote 0

Forum statistics

Threads
1,215,517
Messages
6,125,288
Members
449,218
Latest member
Excel Master

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