In any row, columns P and T may hold data.
In column G I am trying to put a 'tick' if there is data in P and two ticks
if there's data in both P and T.
By formatting G as Wingdings2, a P (capital letter) will appear as a tick.
There may be a better way.
Thanks,

Signature
Traa Dy Liooar
Jock
Mike H - 21 Feb 2008 12:41 GMT
Jock
Formatted as windings 2 try this in G1
=IF(P1<>"","P","")&IF(T1<>"","P","")
drag down as required
Mike
> In any row, columns P and T may hold data.
> In column G I am trying to put a 'tick' if there is data in P and two ticks
> if there's data in both P and T.
> By formatting G as Wingdings2, a P (capital letter) will appear as a tick.
> There may be a better way.
> Thanks,