J
JC2003
I used this formula for an employee form
=IF(B6>37987,0,IF(B6>37951,1,IF(B6>37914,2,IF(B6>37878,3,IF(B6>37841,4,IF(B6>37805,5,IF(B6>37768,6,IF(B6>37732,7,""))))))))
And I need three more, but when I ad one, it doesn't work... Are there
too many?
=IF(B6>37987,0,IF(B6>37951,1,IF(B6>37914,2,IF(B6>37878,3,IF(B6>37841,4,IF(B6>37805,5,IF(B6>37768,6,IF(B6>37732,7,""))))))))
And I need three more, but when I ad one, it doesn't work... Are there
too many?