Thread: IF Formula
View Single Post
  #1   Report Post  
LDanix
 
Posts: n/a
Default IF Formula

I am trying to create an IF formula. I want the column C to yield "Yes" if
the value in column A is plus or minus 3 of the value in column B and yield
"No" if not. Example of my data:

A B C
40 37 Yes
20 22 Yes
30 34 No
50 45 No

How would I achieve this?

Thanks!