In a row of data I have several columns names as dates. I want to retrieve the column name of the first column with a T. I would expect to return 23-DEC-08.
15-DEC-08 23-DEC-08 26-DEC-08
JSmith T T
Thanks…Joe