happymc100
Technical User
Afternoon Everyone,
I hope someone can help me.
I have entered for someone the following formula in cell K2. It counts the number of times a selection appears in column K below the fomula. "xxx" is only sample data
{=SUM(IF(FREQUENCY(IF(K3:K1000="xxx",ROW(K3:K1000)),IF(K5:K1000="xxx",ROW(K5:K1000)))>0,1,0))}
Now, he wants to auto filter column K. This gives me the following problems.
1. Does an array formula work in a filtered list.
If so how ?
2. How do I change the txt constant "xxx" to ref the filter?
and not manually have to change it all the time.
Thanks in advance
Mike
I hope someone can help me.
I have entered for someone the following formula in cell K2. It counts the number of times a selection appears in column K below the fomula. "xxx" is only sample data
{=SUM(IF(FREQUENCY(IF(K3:K1000="xxx",ROW(K3:K1000)),IF(K5:K1000="xxx",ROW(K5:K1000)))>0,1,0))}
Now, he wants to auto filter column K. This gives me the following problems.
1. Does an array formula work in a filtered list.
If so how ?
2. How do I change the txt constant "xxx" to ref the filter?
and not manually have to change it all the time.
Thanks in advance
Mike