Thread
:
how to set the value of a cell from another cell
View Single Post
#
2
Posted to microsoft.public.excel.programming
Ardus Petus
external usenet poster
Posts: 718
how to set the value of a cell from another cell
There is no way a formula entered in one cell can alter the contents of
another cell.
You may enter following formula =in A2:
=IF(A1=1;"test";"something else")
HTH
--
AP
"naddad" a écrit dans
le message de news:
...
Hi,
I want to write a formula in cell A1 that sets the value of cell A2 to
"Test".
How do I do that?
Thanks,
--
naddad
------------------------------------------------------------------------
naddad's Profile:
http://www.excelforum.com/member.php...o&userid=29817
View this thread:
http://www.excelforum.com/showthread...hreadid=552285
Reply With Quote
Ardus Petus
View Public Profile
Find all posts by Ardus Petus