G
Guest
Thanks for any help anyone can give me.
My problem is this:
I have several columns in a range (B:F). Within each row in that range, there is one and only one cell that contains a text string ("words"). All the other cells in that row are blank ("").
E.g.
A B C D E F
1 tree
2 su
3 eart
4 tree
5 sky
6 sun
7 tre
I would like to put a formula in Column A that will return the text string in the particular row, so that my A column will look like:
tree
su
eart
tre
sk
su
tre
I know that I can use embedded If statements for seven Ifs, but the number of columns is actually more than seven.
I would prefer a formula, but if the only way to do it is with code, I would be happy nonetheless.
Thanks again.
My problem is this:
I have several columns in a range (B:F). Within each row in that range, there is one and only one cell that contains a text string ("words"). All the other cells in that row are blank ("").
E.g.
A B C D E F
1 tree
2 su
3 eart
4 tree
5 sky
6 sun
7 tre
I would like to put a formula in Column A that will return the text string in the particular row, so that my A column will look like:
tree
su
eart
tre
sk
su
tre
I know that I can use embedded If statements for seven Ifs, but the number of columns is actually more than seven.
I would prefer a formula, but if the only way to do it is with code, I would be happy nonetheless.
Thanks again.