S
slabes
I've been trying entering this into cell c20:
=CONCATENATE(IF(B1:B15=DATE(2006,9,1),A1:A15,""))
or
=INDEX(A1:A15, MATCH(DATE(2006,9,1),B1:B15,0))
to try to return a list of all the matching values in a column. This
only ever gives me the first match. Any ideas??
Michael
=CONCATENATE(IF(B1:B15=DATE(2006,9,1),A1:A15,""))
or
=INDEX(A1:A15, MATCH(DATE(2006,9,1),B1:B15,0))
to try to return a list of all the matching values in a column. This
only ever gives me the first match. Any ideas??
Michael