The Grim Discovery
Board Regular
- Joined
- Jan 23, 2015
- Messages
- 244
- Office Version
- 365
- Platform
- Windows
Hello Legends
I've got a column of data containing the follow formula
COUNTIFS('Primary'!$A$2:$A$5000,B$1,'Primary'!$D$2:$D$5000,$A2)&"/"&COUNTIFS('Secondary'!$A$2:$A$5000,B$1,'Secondary'!$D$2:$D$5000,$A2)
This works well in each cell as it gives me what I'm looking for a number for: 'primary' / a number for 'secondary' - but i need to produce a total for this column which sums up all the 'primary' formulae separately from 'secondary' formulae. Is there anyway of doing this that doesn't include helper columns.
Thanks
I've got a column of data containing the follow formula
COUNTIFS('Primary'!$A$2:$A$5000,B$1,'Primary'!$D$2:$D$5000,$A2)&"/"&COUNTIFS('Secondary'!$A$2:$A$5000,B$1,'Secondary'!$D$2:$D$5000,$A2)
This works well in each cell as it gives me what I'm looking for a number for: 'primary' / a number for 'secondary' - but i need to produce a total for this column which sums up all the 'primary' formulae separately from 'secondary' formulae. Is there anyway of doing this that doesn't include helper columns.
Thanks
Primary/Secondary | |||||||
2/3 | |||||||
7/9 | |||||||
1/8 | |||||||
Total: | |||||||
10/20 | <<Trying to achieve this |