SanFelippo
Board Regular
- Joined
- Apr 4, 2017
- Messages
- 124
Hey All,
I thought this was an easy tweak, but apparently not so, atleast for me. Must have something to do with how excel is dealing with thearray formula, so hopefully someone else has a better understanding.
This is my current formula:
{=SUM(IF(FREQUENCY(IF(Jan!$N:$N="ValidError",Jan!$D:$D),Jan!$D:$D),1))}
I am trying to make this tweak:
{=SUM(IF(FREQUENCY(IF(OR(Jan!$N:$N="ValidError", Jan!$N:$N=“CBB Identified Error”),Jan!$D:$D),Jan!$D:$D),1))}.
So essentially I want it to count if column N containseither of this two phrases. I am getting a #NAME? Error.
Any ideas?
I thought this was an easy tweak, but apparently not so, atleast for me. Must have something to do with how excel is dealing with thearray formula, so hopefully someone else has a better understanding.
This is my current formula:
{=SUM(IF(FREQUENCY(IF(Jan!$N:$N="ValidError",Jan!$D:$D),Jan!$D:$D),1))}
I am trying to make this tweak:
{=SUM(IF(FREQUENCY(IF(OR(Jan!$N:$N="ValidError", Jan!$N:$N=“CBB Identified Error”),Jan!$D:$D),Jan!$D:$D),1))}.
So essentially I want it to count if column N containseither of this two phrases. I am getting a #NAME? Error.
Any ideas?