Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hopefully this is a pretty simple one, I am looking for a function that will return TRUE or FALSE if a number in a cell is between two specificied numbers, since unfortunately, Excel doesn't like Num1<Cell<Num2, if anyone can help I'd very much appreciate it. Thanks. -- Jedispiff ------------------------------------------------------------------------ Jedispiff's Profile: http://www.excelforum.com/member.php...o&userid=32099 View this thread: http://www.excelforum.com/showthread...hreadid=518550 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() =and(num1<cell,cell<num2). note that if cell=num1 or cell=num2 it will return false. It also only works if num1<num2. -- MrShorty ------------------------------------------------------------------------ MrShorty's Profile: http://www.excelforum.com/member.php...o&userid=22181 View this thread: http://www.excelforum.com/showthread...hreadid=518550 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thanks!! :) -- Jedispiff ------------------------------------------------------------------------ Jedispiff's Profile: http://www.excelforum.com/member.php...o&userid=32099 View this thread: http://www.excelforum.com/showthread...hreadid=518550 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Seed numbers for random number generation, uniform distribution | Excel Discussion (Misc queries) | |||
Using the Indirect function with a sheet number instead of a sheet name | Excel Worksheet Functions | |||
random number with text | Excel Worksheet Functions | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
GET.CELL | Excel Worksheet Functions |