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
Red
Red
Red
Red
Blue
Green
Blue
Blue
Blue
Green
Green
Green
Blue
Green
Green

<colgroup><col width="64" style="width:48pt"> </colgroup><tbody>
</tbody>

<colgroup><col width="64" style="width:48pt"> </colgroup><tbody>
</tbody>
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
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,215,824
Messages
6,127,098
Members
449,358
Latest member
Snowinx

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