View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jenna
 
Posts: n/a
Default Can a value from a different cell be the false answer in =If quest

I want to write an If statement where if the answer is false, the exact value
from another cell will go into the cell with the formula.

For example.

In H6 i would write

=If(E6=not given, "", "E6")

where if E6 = not given nothing would appear in H6, but if it did NOT = not
given then the value in E6 would go into H6