• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Validating the availability of a number(A1) in a range (B1:C1)

raghuram117

New Member
Let us suppose the data is in the following sequence. In column D i want to know if the value of A is a number between B & C.


A; B; C; D;

23899011; 23899010; 23899020; Does A in the range of B:C;
 
D1: =(A1>B1)+(A1<C1), if the answer is 2 then the number in A is between the number in B and C.
 
Back
Top