How do I take a cells numeric value and see if it falls inbetween a range of cells values.
IF(A1 falls between A2:A3, Yes,No)
A1 = 6
A2 = 1
A3 = 10
How do I take a cells numeric value and see if it falls inbetween a range of cells values.
IF(A1 falls between A2:A3, Yes,No)
A1 = 6
A2 = 1
A3 = 10
I don't understand this forum..what is the deal..no one ever replies to my questions.![]()
15 minutes is a slightly unrealistic timeframe in which to expect an answer.
Anyway try:
=if(and(a1>a2,a1<a3),"Yes","No")
Hope this helps
Rowan
BFiedler wrote:
> I don't understand this forum..what is the deal..no one ever replies to
> my questions.
>
>
At times, patience is a virtue in this forum. And to help you further understand this forum, a "thank you" reply is usually appreciated when a reply is given.Originally Posted by BFiedler
Regards.
BenjieLop
Houston, TX
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks