View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Teethless mama Teethless mama is offline
external usenet poster
 
Posts: 3,718
Default excel range formulas

=IF(A1<10,A1-10,IF(A117,A1-17,"within a set range"))

"kennedy.matt" wrote:

I need a formula that will allow me to see how far below or above a set range
my data point is. If this isnt clear ill draw it out. I have a return of 8
and i have a range of 10 to 17. I want a formula that will tell me that is
-2 and vice versa if the data point was above the range come back as a
positive number. Is there a formula that will evaluate all of this on its
own?