Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I would like to check a number to see if it is greater than one number and
less than or equal to another number and if it is perform a calculation on the number. How do I write that formula? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
let's say the number to test is in A1, the lower bound is in A2, and the
upper bound is in A3 =if(and(a1A2,A1<=A3),True_formula_goes_here,False _result_goes_here) "djungst" wrote: I would like to check a number to see if it is greater than one number and less than or equal to another number and if it is perform a calculation on the number. How do I write that formula? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(AND(xy,x<=z),your_calculation,"")
will return a blank if the criteria is not true -- Regards, Peo Sjoblom "djungst" wrote in message ... I would like to check a number to see if it is greater than one number and less than or equal to another number and if it is perform a calculation on the number. How do I write that formula? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Q: check a range values | Excel Discussion (Misc queries) | |||
How do I check repeating sets of number in a range | Excel Worksheet Functions | |||
Check if a number exists in a range? | Excel Discussion (Misc queries) | |||
Can a formula check for a certain value in a range? | Excel Discussion (Misc queries) | |||
can a formula check for a certain value in a range? | Excel Discussion (Misc queries) |