Jeffrey Lebowski
Member
Hi,
I have a column that contains text strings and I want to count the number of times any cell in this column has a specific word in its text string...so say my column has values like:
[pre]
[/pre]
I want to be able to count the number of instances that a cell in this range contains the word "Meals", regardless of if it was breakfast or lunch, etc. So this example would yield 6 counts.
I have been trying to use COUNTIFS but have had no luck!
Thanks for the help!
I have a column that contains text strings and I want to count the number of times any cell in this column has a specific word in its text string...so say my column has values like:
[pre]
Code:
Meals-Breakfast
Parking
Meals-Lunch
Lodging
Taxi
Meals-Snack
Meals-Lunch
Airfare
Meals-Dinner
Meals-Snack
I want to be able to count the number of instances that a cell in this range contains the word "Meals", regardless of if it was breakfast or lunch, etc. So this example would yield 6 counts.
I have been trying to use COUNTIFS but have had no luck!
Thanks for the help!