Hello Everyone,
I know from time to time we have all dealt with excel issues involving the program dropping leading zeros, but this case is a first for me.
In order to monitor account numbers in a spreadsheet, I would like to setup a formula as follows:
=IF(OR(A1=TR002,A1=TR050),"Yes","No"))
However upon hitting ENTER, excel automatically drops the zeros from the formula to read:
=IF(OR(A1=TR002,A1=TR050),"Yes","No"))
Unfortunately TROO2 and TR050 in this example cannot be changed as they are static account numbers.
If anyone has ideas on how I can correct this, I would be extremely grateful!
I know from time to time we have all dealt with excel issues involving the program dropping leading zeros, but this case is a first for me.
In order to monitor account numbers in a spreadsheet, I would like to setup a formula as follows:
=IF(OR(A1=TR002,A1=TR050),"Yes","No"))
However upon hitting ENTER, excel automatically drops the zeros from the formula to read:
=IF(OR(A1=TR002,A1=TR050),"Yes","No"))
Unfortunately TROO2 and TR050 in this example cannot be changed as they are static account numbers.
If anyone has ideas on how I can correct this, I would be extremely grateful!