Thread: Excel Formula
View Single Post
Old 07-05-2008, 11:02   #3
Tryster
cf.member
 
Join Date: May 2008
Posts: 2
Tryster is an unknown quantity at this point
Re: Excel Formula

I'd guess your after something like this:

=left(trim(lookup(1,q3:q8,a3:a8)), 1)

I haven't tested it, but it should retrieve the first letter in column a for the the first value in column q that equals the value 1.

Cheers

Tryster
Tryster is offline   Reply With Quote