Thread: If Statement
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier[_3_] Roger Govier[_3_] is offline
external usenet poster
 
Posts: 2,480
Default If Statement

Hi Liz

in cell C2
=IF(OR(A1=1,A1="?"),B2,"")

--
Regards
Roger Govier

"Liz J" wrote in message
...
I want to write an if statement that says if cell A1 equals either "1" or
"?"
then cell C2 equals cell B2. How do I create that if statement?

Thanks for your help!