Formatting a cell w/"@"

B

Brad E

A Custom format of ["HI "@] and an entry of "BRAD" in the
cell will output "HI BRAD".
Also a Custom format of [00] (zero zero) with an entry
of "5" will output "05".

Could I do a combo of these for a two digit year, so an
entry of 5 for 2005 would output "YEAR=05"?

TIA, Brad E.
 
D

Debra Dalgleish

Use the custom format: "YEAR="00

Brad said:
A Custom format of ["HI "@] and an entry of "BRAD" in the
cell will output "HI BRAD".
Also a Custom format of [00] (zero zero) with an entry
of "5" will output "05".

Could I do a combo of these for a two digit year, so an
entry of 5 for 2005 would output "YEAR=05"?

TIA, Brad E.
 
Top