Thread
:
Use IF to change value in a different cell when TRUE (or FALSE)?
View Single Post
#
1
Posted to microsoft.public.excel.misc
Ricter
Posts: n/a
Use IF to change value in a different cell when TRUE (or FALSE)?
I'd like to do the following:
=IF(A1=10, B1="Right", "Left")
If not IF, then how?
Thanks.
Reply With Quote