CraigWolfenden
New Member
- Joined
- Sep 9, 2010
- Messages
- 39
I am trying to work out a formula:
If I use the formula:
I know if A1 contains 1 the cell will say yes, but if there is anything else it will say no.
However I would like to create a formula that would look at A1 and if it contains Text it would copy the text, but if not it would stay blank. I am not sure if it is possible.
Any help would be appreciated, and thank you in advance.
If I use the formula:
Code:
=if(a1=1,"Yes","No")
I know if A1 contains 1 the cell will say yes, but if there is anything else it will say no.
However I would like to create a formula that would look at A1 and if it contains Text it would copy the text, but if not it would stay blank. I am not sure if it is possible.
Any help would be appreciated, and thank you in advance.