Thanks Guys, I figured it out and it reads:
=IF(('Jan 07'!E8="Tentative"),"T",IF(('Jan 07'!E8="Definite"),"D",""))
That way it stays blank if nothing is chosen on the list.
Clark
> =IF(E5="choice1","T","D")
>
[quoted text clipped - 18 lines]
> >
> > Clark
Roger Govier - 25 May 2006 08:19 GMT
Hi Clark
That being the case, then it can be made even simpler, with no IF's
required
=LEFT('Jan O7'!E8)

Signature
Regards
Roger Govier
> Thanks Guys, I figured it out and it reads:
>
[quoted text clipped - 26 lines]
>> >
>> > Clark