Hi

It's easier if you restrict the user input to True and False with a dropdown using a list in Data>Validation.

If for some reason you really want to have the user input t or T and automatically change the value of the cell to True, you have to use vba. Use the worksheet Change Event.

HTH
lecxe