View Single Post
  #1   Report Post  
Mindie
 
Posts: n/a
Default 2 IF STATEMENTS WITH DIFFERENT VALUES.

I am trying to display a value only if one of these items is true. For
example -
IF(F6 =TRUE,"X",MONDAY!F5),IF(G6=TRUE,"Y",MONDAY!F5). The problem that I am
having is that it is displaying both fields and I only want it to display the
field that is true.