Hello!
It's my first time here and I'm looking for help.
I have this formula:
=IF(and(J8<$X$8, J8>=$W$8, $Y$8, IF(AND(J8<$X$9, J8>=$W$9, $Y$9, IF(AND(J8<$X$10, J8>=$W$10, $Y$10, IF(AND(J8<$X$11, J8>=$W$11, $Y$11, IF(AND(J8<$X$12, J8>=$W$12, $Y$12, IF(AND(J8<$X$13, J8>=$W$13, $Y$13, IF(AND(J8<$X$14, J8>=$W$14,$Y$14, IF(AND(J8<$X$15, J8>=$W$15, $Y$15, IF(AND(J8<$X$16, J8>=$W$16, $Y$16, IF(AND(J8<$X$17, J8>=$W$17, $Y$17, if(and(j8>=$w$18, $Y$18,"none")))))))))))
What I'm trying to achieve is:
If cell J8's value is between 0 (X8) and 0.01(W8) then display value of cell Y8
elseif J8 is between X9 and W9 then display Y9
and it goes on until row 18
The above formula is rendering errors and wouldn't let me move forward until I've corrected the error. I tried different combinations and still nothing.
I would appreciate any assistance.
It's kind of urgent for a project which is due tomorrow.
Thank you.
It's my first time here and I'm looking for help.
I have this formula:
=IF(and(J8<$X$8, J8>=$W$8, $Y$8, IF(AND(J8<$X$9, J8>=$W$9, $Y$9, IF(AND(J8<$X$10, J8>=$W$10, $Y$10, IF(AND(J8<$X$11, J8>=$W$11, $Y$11, IF(AND(J8<$X$12, J8>=$W$12, $Y$12, IF(AND(J8<$X$13, J8>=$W$13, $Y$13, IF(AND(J8<$X$14, J8>=$W$14,$Y$14, IF(AND(J8<$X$15, J8>=$W$15, $Y$15, IF(AND(J8<$X$16, J8>=$W$16, $Y$16, IF(AND(J8<$X$17, J8>=$W$17, $Y$17, if(and(j8>=$w$18, $Y$18,"none")))))))))))
What I'm trying to achieve is:
If cell J8's value is between 0 (X8) and 0.01(W8) then display value of cell Y8
elseif J8 is between X9 and W9 then display Y9
and it goes on until row 18
The above formula is rendering errors and wouldn't let me move forward until I've corrected the error. I tried different combinations and still nothing.
I would appreciate any assistance.
It's kind of urgent for a project which is due tomorrow.
Thank you.