Hey Guys,
I've been getting frustrated with this all day & I am convinced there must be a simple solution. I am working with several columns in a spreadsheet & I require certain criteria in several columns to force results onto a summary sheet. I have managed to complete this task with Array formulas but as soon as I attach the Frequencey formula to the Array it falls down. I'll attempt to explain with some random data below:
A B
1 Agent Name Ref
2 Jon Todd 123456
3 Jack Jones 45
4 Jon Todd 123456
5 Jon Todd 21
6 Jim Reeves 123
7 Jim Reeves 123
Ok so I want to see each name only once with a count of the unique Ref's. Like this:
Jon Todd = 2 '(123456 & 21)
Jack Jones = 1 '(45)
Jim Reeves = 1 '(123)
So my array will allow me to show the agent name but will only sum up the ref's it count see the unique values. I could do this a number of ways such as with advanced filters but then I can't work it into the array. It has to be part of the array as I can't change the source data in any way. The frequency formula works but not within an array.
My task is 99% done & this final part is frustrating me no end.
Any views on this would be greatfully received.
I've been getting frustrated with this all day & I am convinced there must be a simple solution. I am working with several columns in a spreadsheet & I require certain criteria in several columns to force results onto a summary sheet. I have managed to complete this task with Array formulas but as soon as I attach the Frequencey formula to the Array it falls down. I'll attempt to explain with some random data below:
A B
1 Agent Name Ref
2 Jon Todd 123456
3 Jack Jones 45
4 Jon Todd 123456
5 Jon Todd 21
6 Jim Reeves 123
7 Jim Reeves 123
Ok so I want to see each name only once with a count of the unique Ref's. Like this:
Jon Todd = 2 '(123456 & 21)
Jack Jones = 1 '(45)
Jim Reeves = 1 '(123)
So my array will allow me to show the agent name but will only sum up the ref's it count see the unique values. I could do this a number of ways such as with advanced filters but then I can't work it into the array. It has to be part of the array as I can't change the source data in any way. The frequency formula works but not within an array.
My task is 99% done & this final part is frustrating me no end.
Any views on this would be greatfully received.