Hi,
I need help in writing a formula with if condition. I have a table as below
-------A--------B--------C------D-------E (Column names)
1------A--------B--------x1-----x2-----x3
2------x1-------x2------1--------1-------0
3------x5-------x6------0--------0-------0
I tried with the formula: IF ($A2>=C$1,1,0) (Though incomplete)
I would like to set a value of 0,1 if the column values (x1,x2,x3) lies within the range of values present in column A and B. Ex: x1 lies with x1 and x2 so set to 1 in the C2.
I tried with different combinations but its not working. Can any one help me out on how to handle this condition. Thanks in advance.
Bookmarks