View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
RMar10 RMar10 is offline
external usenet poster
 
Posts: 3
Default How do I evaluate A1 from cell A2 and place a value into A3?

This is basically what I am trying to do from cell A2;
=IF(A1=1, Cell A3=2, Cell A3=99)