cwhiteheadjr84

New Member
Joined
Jun 12, 2019
Messages
6
hey everyone i am trying to figure out the formula to allow me to count the number of times a word "open" appears if the text in column A matches the text in sheet 2 column A then counting the number of times "open" appears in sheet 2 column G

CLT5->DDU-CLT5-101

<colgroup><col width="148"></colgroup><tbody>
</tbody>
2
CLT5->DDU-CLT5-102

<colgroup><col width="148"></colgroup><tbody>
</tbody>
1
SHEET 1

<tbody>
</tbody>
CLT5->DDU-CLT5-101

<colgroup><col width="148"></colgroup><tbody>
</tbody>
OPEN
CLT5->DDU-CLT5-101

<colgroup><col width="148"></colgroup><tbody>
</tbody>
OPEN
CLT5->DDU-CLT5-101

<colgroup><col width="148"></colgroup><tbody>
</tbody>
CLOSED
CLT5->DDU-CLT5-102

<colgroup><col width="148"></colgroup><tbody>
</tbody>
OPEN
CLT5->DDU-CLT5-102

<colgroup><col width="148"></colgroup><tbody>
</tbody>
CLOSED
SHEET 2

<tbody>
</tbody>
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Try:

Excel Workbook
AB
1CLT5->DDU-CLT5-1012
2CLT5->DDU-CLT5-1021
Sheet1
Excel Workbook
AB
1CLT5->DDU-CLT5-101OPEN
2CLT5->DDU-CLT5-101OPEN
3CLT5->DDU-CLT5-101
4CLT5->DDU-CLT5-102OPEN
5CLT5->DDU-CLT5-102CLOSED
Sheet2
 
Upvote 0
Thank you that did the trick had the criteria backwards =COUNTIFS('VISTA DUMP'!A:A,A1,'VISTA DUMP'!G:G,"OPEN") now that i have this i need to build on to it to have it use these sames rules to get the sum of the numbers in VISTA DUMP COLUMN J that match these criteria.
Try:

Sheet1


AB
1CLT5->DDU-CLT5-1012
2CLT5->DDU-CLT5-1021

<colgroup><col style="width:30px; "><col style="width:143px;"><col style="width:107px;"></colgroup><tbody>
</tbody>

Spreadsheet Formulas
CellFormula
B1=COUNTIFS(Sheet2!$A$1:$A$5,A1,Sheet2!$B$1:$B$5,"OPEN")

<tbody>
</tbody>

<tbody>
</tbody>


Sheet2


AB
1CLT5->DDU-CLT5-101OPEN
2CLT5->DDU-CLT5-101OPEN
3CLT5->DDU-CLT5-101
4CLT5->DDU-CLT5-102OPEN
5CLT5->DDU-CLT5-102CLOSED

<colgroup><col style="width:30px; "><col style="width:164px;"><col style="width:134px;"></colgroup><tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4
 
Upvote 0

Forum statistics

Threads
1,215,639
Messages
6,125,971
Members
449,276
Latest member
surendra75

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