jimdandy745
New Member
- Joined
- Jun 19, 2014
- Messages
- 2
I have a spreadsheet that I would like to get a "headcount" for our membership. Example:
A B C D
1 LastName FirstName email address
2 Doe Jon and Mary jondoe@yahoo.com 2
3 Doe Harry harry@gmail.com 1
4 Jones Jim and Judy jandj@Hotmail.com 2
5 Smith Elizabeth Elizabeth@outlook.com 1
6 Smith Ralph ralph@msn.com 1
This is my thought.
A formula that IF cells B2:B6 contains the word "and" then that cell = a count of 2, else count = 1
"Total Headcount" based on above example should report 7.
OR I could create a column (D) with formula to do:
IF B(x) contains the word "and" then count=2, else count = 1 and then
total
A B C D
1 LastName FirstName email address
2 Doe Jon and Mary jondoe@yahoo.com 2
3 Doe Harry harry@gmail.com 1
4 Jones Jim and Judy jandj@Hotmail.com 2
5 Smith Elizabeth Elizabeth@outlook.com 1
6 Smith Ralph ralph@msn.com 1
This is my thought.
A formula that IF cells B2:B6 contains the word "and" then that cell = a count of 2, else count = 1
"Total Headcount" based on above example should report 7.
OR I could create a column (D) with formula to do:
IF B(x) contains the word "and" then count=2, else count = 1 and then
total