Help needed please!

Sonicair

New Member
Joined
Sep 12, 2002
Messages
9
Hi,

Is there a way that I can do the following; I have 5 columns in my spreadsheet. The first column is labelled 'Code' while the second is called 'Description, in the code column there are various codes i.e.

D183
D182

My problem is is that I have various codes entered more than once, is it possible to create a formula so that it tells me how many D183's are in the sheet?

Hope you can help, and thanks in advance
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Type the formula in cell A101

=CountIf(A1:A100,"D183")

to count the no of appearance of D183 in the range A1 to A100

Gnaga
 
Upvote 0
Another solution is to highligh the column with codes, select Data|Pivot table Report and enter the codes tab in the rows & data field. This will give you the number of occurances for each code listed.

Regards

Lee
 
Upvote 0

Forum statistics

Threads
1,214,952
Messages
6,122,454
Members
449,083
Latest member
Ava19

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