View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
alMandragor alMandragor is offline
external usenet poster
 
Posts: 1
Default Can Cell X be modified by Cell Y?

For example:

If cell A1 equals 1, then cell B1 should have the value 5, otherwise B1
should be 6.

By setting a condition in A1, I am affecting B1. Is that possible?