In Excel, how can I let 1 * a = a?

M

Michael

Hi everyone,

Say I have two cells, one has a value (0 or 1), and the second has a
text abrevation such as a or b,....etc.

A B
1 ab
0 ca
1 dd
1 ww


When I type A1*B1, for example, I get #VALUE! stuff!!

How can let it come out like this?

ab
0
dd
ww

Regards,
Mike
 
Top