Dan Morris
New Member
- Joined
- May 22, 2012
- Messages
- 37
- Office Version
- 365
- Platform
- Windows
I have a spreadsheet of staff a little like this (but with hundreds of names in several locations or different departments:
A B C
1 NAME LOCATION EFT
2 Fred Bloggs London 1.0
3 Jane Bloggs London 0.75
4 John Blaggs Salford 1.0
5 Richard Hobbs London 0.5
6 Tim Huggins Cardiff 0.6
7 Janet Smith Salford 1.0
What I need to do is create counts of both HEADCOUNT (ie: actual number of people) and EFT (ie: some staff are part time and EFT is the equivalent amount of full-time staff).
To get an accurate count on HEADCOUNT of everyone in London, I am using this:
= COUNTIF($B2:$B7,"London")
And that would give me the total number of everyone with London set as the location (ie: 3 people in the above example)
What I can’t understand is how to do the same with EFT, so using the above example the equation would have to ask does it have “London” in column B, and if it does add up the figures in column C, so London would equal 2.25 in the above example.
I’d be so grateful if someone could tell me how to make that equation.
Thank you so much. Dan
A B C
1 NAME LOCATION EFT
2 Fred Bloggs London 1.0
3 Jane Bloggs London 0.75
4 John Blaggs Salford 1.0
5 Richard Hobbs London 0.5
6 Tim Huggins Cardiff 0.6
7 Janet Smith Salford 1.0
What I need to do is create counts of both HEADCOUNT (ie: actual number of people) and EFT (ie: some staff are part time and EFT is the equivalent amount of full-time staff).
To get an accurate count on HEADCOUNT of everyone in London, I am using this:
= COUNTIF($B2:$B7,"London")
And that would give me the total number of everyone with London set as the location (ie: 3 people in the above example)
What I can’t understand is how to do the same with EFT, so using the above example the equation would have to ask does it have “London” in column B, and if it does add up the figures in column C, so London would equal 2.25 in the above example.
I’d be so grateful if someone could tell me how to make that equation.
Thank you so much. Dan