Dan Morris
New Member
- Joined
- May 22, 2012
- Messages
- 37
- Office Version
- 365
- Platform
- Windows
Hello MrExcel Members
Could you please help me with this.
I have a database in which:
Column E contains place names, ie: London, Cardiff, etc
Column G contains abbreviated departmental names, ie: EM, FEE, etc
Column P contains a number, ie: 1.0 or 0.4 or 0.6 etc
At the moment, I create a count depending on the place name value, using this equation:
=SUMPRODUCT(('TALENT SS'!$E$5:$E$369="LONDON")*ISNUMBER('TALENT SS'!$P$5:$P$369))
This equation then counts the numbers between P5 and P369 when E5-E369 contains "London"
I now need to complicate that by counting depending on what's in column E and in column G, so for example:
if E = London and G = EM, it will count the number in P (so in that example if E = London but G =FEE, then it wouldn't count it).
I hope I've managed to explain that as I'm trying to get my own head round it.
I'd be most grateful if anyone is able to help me.
Thank you so much. Dan
Could you please help me with this.
I have a database in which:
Column E contains place names, ie: London, Cardiff, etc
Column G contains abbreviated departmental names, ie: EM, FEE, etc
Column P contains a number, ie: 1.0 or 0.4 or 0.6 etc
At the moment, I create a count depending on the place name value, using this equation:
=SUMPRODUCT(('TALENT SS'!$E$5:$E$369="LONDON")*ISNUMBER('TALENT SS'!$P$5:$P$369))
This equation then counts the numbers between P5 and P369 when E5-E369 contains "London"
I now need to complicate that by counting depending on what's in column E and in column G, so for example:
if E = London and G = EM, it will count the number in P (so in that example if E = London but G =FEE, then it wouldn't count it).
I hope I've managed to explain that as I'm trying to get my own head round it.
I'd be most grateful if anyone is able to help me.
Thank you so much. Dan