Count Formula Needed

MikeNorrisMOC

New Member
Joined
Jan 7, 2019
Messages
2
Is there a simple count formula that I can input on sheet 1 in cell B1, B2 and B3 that I can copy down that will return the number of times Red, Blue and Green are listed on sheet 2? There are about 650 items that I need to have counted, so hoping there is something I can use that I can copy down to just reference whats in the cell on sheet 1.

Sheet 1
Cell A1 - Red
Cell A2 - Blue
Cell A3 - Green

Sheet 2 - All in Column A
[TABLE="width: 64"]
<colgroup><col width="64" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64, bgcolor: transparent"][TABLE="width: 64"]
<colgroup><col width="64" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64, bgcolor: transparent"]Red [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Red [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Red [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Red [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Blue [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Green [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Blue [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Blue [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Blue [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Green [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Green [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Green [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Blue [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Green [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Green [/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Hi,

Based on your description:

=COUNTIF(Sheet2!A$1:A$1000,A1)

Change/adjust cell reference/range as needed.
 
Upvote 0

Forum statistics

Threads
1,226,730
Messages
6,192,711
Members
453,748
Latest member
akhtarf3

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