Thread: If Statements
View Single Post
  #1   Report Post  
anat
 
Posts: n/a
Default If Statements

I have 2 cells with asterics in them, D11 and I11. I am trying to write a
forumla using if statement
=IF(D11="*",1,"")
How could I combine both cells to add them if they both have *?

Thanks