G
Guntars
Hello,
With help of this forum I created this array formula:
{=SUM(--(FREQUENCY(IF((S_Shop_events="x")*(Event="5S"),ROW(S_Shop_events)),ROW(S_Shop_events))>0))}
Which basically states: count all the “x†in range called ‘S_Shop_events’
and count them in a cells where column is Event="5S". But what I need is to
search in columns Event="5S" and Event="BECW".
I was trying this formula:
{=SUM(--(FREQUENCY(IF((S_Shop_events="x")*(Event={"5S",â€BECWâ€}),ROW(S_Shop_events)),ROW(S_Shop_events))>0))}
And this:
{=SUM(--(FREQUENCY(IF((S_Shop_events="x")*OR((Event="5S"),(Event=â€BECWâ€)),ROW(S_Shop_events)),ROW(S_Shop_events))>0))}
But they didn’t work, the second version did returned result but incorekt.
Any suggestions!
Thank you,
Guntars
With help of this forum I created this array formula:
{=SUM(--(FREQUENCY(IF((S_Shop_events="x")*(Event="5S"),ROW(S_Shop_events)),ROW(S_Shop_events))>0))}
Which basically states: count all the “x†in range called ‘S_Shop_events’
and count them in a cells where column is Event="5S". But what I need is to
search in columns Event="5S" and Event="BECW".
I was trying this formula:
{=SUM(--(FREQUENCY(IF((S_Shop_events="x")*(Event={"5S",â€BECWâ€}),ROW(S_Shop_events)),ROW(S_Shop_events))>0))}
And this:
{=SUM(--(FREQUENCY(IF((S_Shop_events="x")*OR((Event="5S"),(Event=â€BECWâ€)),ROW(S_Shop_events)),ROW(S_Shop_events))>0))}
But they didn’t work, the second version did returned result but incorekt.
Any suggestions!
Thank you,
Guntars