|
|
|
|
|
#1 | |
|
Bunion
|
Quote:
=IF((ABS(B1-A1)<1.5), "TRUE", "FALSE") the column information is spreadsheet specific, but you get the idea.
__________________
I refuse to belong to any organization that would have me as a member. ~ Groucho Marx |
|
|
|
|
|
|
#2 | |
|
Dogbert Consultant
|
Quote:
__________________
"Ignoring all the racket of conventional reality" - Keller Williams |
|
|
|
|
|
|
#3 | |
|
YNWA
|
Quote:
=IF((ABS(B1-A1)>1.5), "FALSE", "TRUE") The literals could also be changed to PASS/FAIL, YES/NO, etc.
__________________
Be more concerned with your character than your reputation, because your character is what you really are, while your reputation is merely what others think you are. -John Wooden |
|
|
|
|