N
Neil Grantham
I want to create a text string from various cells, but the order of
the string must be the result of a checking another cell.
For example:
My cells
A B C
1 62.4 John Smith 2
2 Fred Bloggs 3
3 Brian West 0
4 John Ford 1
My text string should check the order (3,2,1,0) to give
Fred Bloggs, John Smith, John Ford, Brian West, 62.4
(3 point for a win, 2 for 2nd, 1 for 3rd, 0 for 4th)
Is this possible? Do I use concatenate?
Suggestions most welcome,
Thanks in advance
Neil
the string must be the result of a checking another cell.
For example:
My cells
A B C
1 62.4 John Smith 2
2 Fred Bloggs 3
3 Brian West 0
4 John Ford 1
My text string should check the order (3,2,1,0) to give
Fred Bloggs, John Smith, John Ford, Brian West, 62.4
(3 point for a win, 2 for 2nd, 1 for 3rd, 0 for 4th)
Is this possible? Do I use concatenate?
Suggestions most welcome,
Thanks in advance
Neil