Thread: IF Formula
View Single Post
  #5   Report Post  
Bob Phillips
 
Posts: n/a
Default

What do you mean ABS is a worksheet function that returns the absolute
value of a number.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"SMD" wrote in message
...
On Tue, 11 Jan 2005 23:32:05 -0000, "Bob Phillips"
wrote:

Try this

=IF(ABS(A1-B1)<=3,"Yes","No")


Hi,

In (ABS... what is the S in this formula?

Thanks.