G
George Andersen
Hello All,
Sure is a wealth of information here, I'm hoping someone can help me
out with a function to return the first column letter which contains a
value greater than 0. For Example:
A B C D E RESULT
1 TEST 0 0 3 1 "D"
2 TEST1 0 2 0 2 "C"
3 TEST2 1 6 0 3 "B"
4 TEST3 0 0 0 1 "E"
5 ETC...
Any direction is greatly appreciated,
George
Sure is a wealth of information here, I'm hoping someone can help me
out with a function to return the first column letter which contains a
value greater than 0. For Example:
A B C D E RESULT
1 TEST 0 0 3 1 "D"
2 TEST1 0 2 0 2 "C"
3 TEST2 1 6 0 3 "B"
4 TEST3 0 0 0 1 "E"
5 ETC...
Any direction is greatly appreciated,
George