Hey guys,

I need a formula to find ALL matching cells in column A and return their respective column C cells into column D combined

For example:

A1: 123 B1: 321 C1: 999
A2: 123 B2: 356 C2: 977
A3: 123 B3: 458 C3: 955

In this case, cells A1, A2 and A3 are all equal so return "999 // 977 // 955" in cell D1

Thanks,

Pat.