I have a list of names in one column. Those names are spread among 3 separate columns, each with a header name for each column. I need a formula that will list the header name beside each name.
FOR INSTANCE:
I have a list of names in column F1:F6
F1 = Bob
F2 = Roy
F3 = Tom
F4 = Sandy
F5 = Jill
F6 = Randy
Cell A1 is named GROUP 1 and under that header in cells A2:A4 are Bob, Roy, Tom
Cell B1 is named GROUP 2 and under that header in cells B2:B3 are Sandy, Jill
Cell C1 is named GROUP 3 and under that header in cell C2 is Randy
What formula can be written in cell G1 that can be copied down through cell G6 that will list the proper header beside each name, a-like so:
G1 = GROUP 1
G2 = GROUP 1
G3 = GROUP 1
G4 = GROUP 2
G5 = GROUP 2
G6 = GROUP 3
FOR INSTANCE:
I have a list of names in column F1:F6
F1 = Bob
F2 = Roy
F3 = Tom
F4 = Sandy
F5 = Jill
F6 = Randy
Cell A1 is named GROUP 1 and under that header in cells A2:A4 are Bob, Roy, Tom
Cell B1 is named GROUP 2 and under that header in cells B2:B3 are Sandy, Jill
Cell C1 is named GROUP 3 and under that header in cell C2 is Randy
What formula can be written in cell G1 that can be copied down through cell G6 that will list the proper header beside each name, a-like so:
G1 = GROUP 1
G2 = GROUP 1
G3 = GROUP 1
G4 = GROUP 2
G5 = GROUP 2
G6 = GROUP 3