Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have two columns with text. I'm looking for a formula that will count that
if column A has the word "Aug" and column B has the word "sl" it will give me a number of time that it occurs. |
#2
![]() |
|||
|
|||
![]()
One way:
=SUMPRODUCT(--(A1:A100="Aug"),--(B1:B100="sl")) For an explanation of the -- in the formula, see http://www.mcgimpsey.com/excel/doubleneg.html In article , "Shannon" wrote: I have two columns with text. I'm looking for a formula that will count that if column A has the word "Aug" and column B has the word "sl" it will give me a number of time that it occurs. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Import comma delimited text | Excel Discussion (Misc queries) | |||
Hide text that doesn't fit in the cell | Excel Discussion (Misc queries) | |||
Macro or Function to make text size to suite text Length? | Excel Discussion (Misc queries) | |||
Text Boxes | Excel Discussion (Misc queries) | |||
How to count matching text | Excel Discussion (Misc queries) |