I've got a fairly simple Excel spreadsheet with many rows of data. Each row contains empty and non-empty cells. Is there a simple way to determine the column letter/number of the cell in each row that contains the first non-empty cell. Ideally I'm after an Excel function to do the job, but I can't find one in the help.
A|B|C|D|...
1|3|2|0| |...
2| | |1|2|...
3| |2|7| |...
If the above is my spreadsheet, then the solution for rows 1,2,3 would be A,C,B (or 1,3,2).