dmacmillan
Board Regular
- Joined
- Apr 5, 2004
- Messages
- 125
Hi,
This is a continuation of an earlier post as the two helpful respondents are offline ...
I am at this point:
=SUM(IF(FREQUENCY(IF(A7:A10000<>"",MATCH("~"&A7:A10000,A7:A10000&"",0)),ROW(A7:A10000)-ROW(A7)+1),1))
It functions well but I have to insert more conditions. Specifically:
1. Not only does A7:A100000 have to be "" but a particular type of entry ("NOJOB") must be excluded also. I tried IF(AND(A7:A10000<>"",A7:A10000<>"NOJOB"),MATCH ... without luck; and
2. Additional conditions in, say columns B, C and D, need to be accounted for.
Welcome assistance/comments.
Thank you in advance,
David
This is a continuation of an earlier post as the two helpful respondents are offline ...
I am at this point:
=SUM(IF(FREQUENCY(IF(A7:A10000<>"",MATCH("~"&A7:A10000,A7:A10000&"",0)),ROW(A7:A10000)-ROW(A7)+1),1))
It functions well but I have to insert more conditions. Specifically:
1. Not only does A7:A100000 have to be "" but a particular type of entry ("NOJOB") must be excluded also. I tried IF(AND(A7:A10000<>"",A7:A10000<>"NOJOB"),MATCH ... without luck; and
2. Additional conditions in, say columns B, C and D, need to be accounted for.
Welcome assistance/comments.
Thank you in advance,
David