The Grim Discovery
Board Regular
- Joined
- Jan 23, 2015
- Messages
- 244
- Office Version
- 365
- Platform
- Windows
Hello
Recently I got some help on here putting a frequency function into a worksheet. I've been using & adapting this as required.
This is typical of the formula I've been using.
{=SUM(--(FREQUENCY(IF($V$4:$V$498="UNITED 1",MATCH($AD$4:$AD$498,Nov2018Daily!$AD$4:$AD$498,0)), ROW($AD$4:$AD$498)-ROW(AD35)+1)>0))}
But in the instance above I need to match both "United 1" and "United 2" into the same formula - that is I want the frequency of "United 1" and "United 2" to be aggregated as one. So if there are 5 instances of "United 1" and 3 instances of "United 2" I'd want the answer to be generated as 8
I've been summing and sum-producting this formula with no luck. Can this be done? Can you show how?
Thanks in advance.
Recently I got some help on here putting a frequency function into a worksheet. I've been using & adapting this as required.
This is typical of the formula I've been using.
{=SUM(--(FREQUENCY(IF($V$4:$V$498="UNITED 1",MATCH($AD$4:$AD$498,Nov2018Daily!$AD$4:$AD$498,0)), ROW($AD$4:$AD$498)-ROW(AD35)+1)>0))}
But in the instance above I need to match both "United 1" and "United 2" into the same formula - that is I want the frequency of "United 1" and "United 2" to be aggregated as one. So if there are 5 instances of "United 1" and 3 instances of "United 2" I'd want the answer to be generated as 8
I've been summing and sum-producting this formula with no luck. Can this be done? Can you show how?
Thanks in advance.