I have one column (Col 2) with data (list of electrical cable configurations). I have a second (Col 1) that has categorized each configuration. I would like to extrapolate this Col 1 all the way down to match each configuration with a category. I think
some type of Vlookup should be used but I'm not sure what formula to use.
Ex:
Col 1 Col 2
Red 15 in 3 p
Yellow 7 in 7 p
Red 15 in 3 p
Green 14 in 1 p
Blue 3 in 6 p
Yellow 7 in 7 p
14 in 1 p
3 in 6 p
7 in 7 p
15 in 3 p
14 in 1 p
3 in 6 p
So, I have already added the Col 1 data for some rows but I want the remaining rows to be able to be filled in by matching the Col 2 data. This looks simple in the example but there are ~1000 rows so I don't want to do it by hand. THANKS!