S
skrol
Good Morning,
How can I write to cells, without using VBA.
Supose I have 3 cells A1, A2 and A3.
A1 = "something"
A2 = "Yes" or "No"
Now I would like a "formula" in A3, that changes the content of A1 to
"Anything" if A2 = "Yes".
If A2 = "No" , the content of A1 remains.
The instruction in A3 must be able to "destroy" the content of A1.
So I'm NOT looking for something in A1 like:
=if(A2="Yes";"Anything";"Something")
Thanks.
S.Krol
How can I write to cells, without using VBA.
Supose I have 3 cells A1, A2 and A3.
A1 = "something"
A2 = "Yes" or "No"
Now I would like a "formula" in A3, that changes the content of A1 to
"Anything" if A2 = "Yes".
If A2 = "No" , the content of A1 remains.
The instruction in A3 must be able to "destroy" the content of A1.
So I'm NOT looking for something in A1 like:
=if(A2="Yes";"Anything";"Something")
Thanks.
S.Krol