Can function in one cell change value or function in another cell?

M

me

Can function in one cell change value or function in another cell?
For example if I want put "x" in cell A2
the formulas written in cell A1 [=A2=x] or [=A2="x"] don't work.

How to do this?
 
D

Dav

It is not entirely clear what you want. You will have to be mor
specific

if you want cell a2 to return the value of a1 =a1 will suffice (plac
in cell a2)

If it is conditional

if(a1="Yes","Success","Falure") will suffice

Regards

DA
 
D

davesexcel

me said:
Can function in one cell change value or function in another cell?
For example if I want put "x" in cell A2
the formulas written in cell A1 [=A2=x] or [=A2="x"] don't work.

How to do this?

Just type =A
 
D

Dave Peterson

Worksheet formulas can't put values in other cells.
Can function in one cell change value or function in another cell?
For example if I want put "x" in cell A2
the formulas written in cell A1 [=A2=x] or [=A2="x"] don't work.

How to do this?
 
Top