![]() |
IF function between a range of numbers e.g 1000 to 2000
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 |
Answer: IF function between a range of numbers e.g 1000 to 2000
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! |
IF function between a range of numbers e.g 1000 to 2000
=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 |
IF function between a range of numbers e.g 1000 to 2000
=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 |
IF function between a range of numbers e.g 1000 to 2000
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 |
All times are GMT +1. The time now is 06:56 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com