View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ricter
 
Posts: n/a
Default 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.