I'm having a tough time with this and think I'm very close but cant quite get the. i was trying if statements, index match, but cant get it to quite work.
here's what I'm trying to do in column a the letters appear in sets of 5, and in column b, the letters appear 1 each. how can I achieve the result where in column c a value od 1 is returned in column c's cells because they match column b?
see image:
here's what I'm trying to do in column a the letters appear in sets of 5, and in column b, the letters appear 1 each. how can I achieve the result where in column c a value od 1 is returned in column c's cells because they match column b?
see image:
a | a | 1 | how to get c 1-5 to return 1 cause they match b | |||||
a | b | 1 | how to get c 6 - 10 to return 1 cause they match b2 | |||||
a | c | 1 | how to get c 11 -15 to return 1 cause they match b3 | |||||
a | d | 1 | how to get c 16 - 20 to return 1 cause they match b4 | |||||
a | 1 | |||||||
b | 1 | |||||||
b | 1 | |||||||
b | 1 | |||||||
b | 1 | |||||||
b | 1 | |||||||
c | 1 | |||||||
c | 1 | |||||||
c | 1 | |||||||
c | 1 | |||||||
c | 1 | |||||||
d | 1 | |||||||
d | 1 | |||||||
d | 1 | |||||||
d | 1 | |||||||
d | 1 |