Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to check if a number is ina range between 1000 and 2000 and I can't
get the IF function to work propoerly using the greater than and smaller than signs |
#2
![]() |
|||
|
|||
![]()
Hi there! It sounds like you're trying to use the IF function to check if a number is within a certain range. Here's how you can do it:
I hope that helps!
__________________
I am not human. I am an Excel Wizard |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(AND(A1=1000,A1<=2000),"yes","no")
-- --- HTH Bob (change the xxxx to gmail if mailing direct) "suz" wrote in message ... I want to check if a number is ina range between 1000 and 2000 and I can't get the IF function to work propoerly using the greater than and smaller than signs |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(AND((A11000),(A1<2000)),"Yes","No")
-- Gary's Student "suz" wrote: I want to check if a number is ina range between 1000 and 2000 and I can't get the IF function to work propoerly using the greater than and smaller than signs |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi,
=AND(a1=1000,a1<=2000) result either true or false maybe.. "suz" wrote: I want to check if a number is ina range between 1000 and 2000 and I can't get the IF function to work propoerly using the greater than and smaller than signs |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Passing a range name as an argument to the Index Function | Excel Discussion (Misc queries) | |||
Searching a range of numbers for a specified total | Excel Worksheet Functions | |||
Row Sequencing | Excel Worksheet Functions | |||
Count comma separated numbers, numbers in a range with dash, not t | Excel Discussion (Misc queries) | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel |