Link to home
Create AccountLog in
Avatar of bleggee
bleggeeFlag for United States of America

asked on

Excel Formula for counting a specific character in a Cell?

I want to count how many occurrences of a certain character exist in a column of Excel data.
For example, if I want to count Ampersands (&) and I have this:
        A
Cars & Trucks & Engines
Cars & Trucks
I want to end up with this
        A                                               B
Cars & Trucks & Engines              2
Cars & Trucks                                  1

Is there a formula (or another method) that can do this?
ASKER CERTIFIED SOLUTION
Avatar of Subodh Tiwari (Neeraj)
Subodh Tiwari (Neeraj)
Flag of India image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Click the button in this workbook.
29166920.xlsm
Avatar of bleggee

ASKER

Awesome, you both Rock! Thank you
You're welcome!