Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Does anyone have a simple way to determine if a value is between two others?
Example Act# Balance 1 100 2 200 3 300 4 400 Want to know which ones are more than 100 but less than 400. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can use the AND function. Try =AND(B2100,B2<400) in cell C2 of
your example. Then copy it down. - John |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thank you. that works much better then the nested if statments i used. It
will be a huge help. Mike "John Michl" wrote: You can use the AND function. Try =AND(B2100,B2<400) in cell C2 of your example. Then copy it down. - John |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can use the AND function. Try =AND(B2100,B2<400) in cell C2 of
your example. Then copy it down. - John |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating a Custom Excel Function to Calculate Gini Coefficients | Excel Worksheet Functions | |||
Date & Time | New Users to Excel | |||
Hyperlinks using R[1]C[1] and offset function in its cell referenc | Excel Worksheet Functions | |||
Conversion | Excel Worksheet Functions | |||
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. | Excel Worksheet Functions |