I need to return the position of a cell in a list. For example, I have the list:

A
B
C
D
E
F

I need a funciton that will tell me if D is the first cell, second, third, etc...

Thanks.