P
Pampos
Guest
I am using this formula.
IF(D11>E11;"N";IF(D11=E11;"I"; IF(D11<E11;"H")))
Its working. But I have a provlem with the empty sells. For example,
D E
5 4 N
4 7 H
3 3 I
(empty) (empty) I
0 1 H
1 1 I
I don't want to have I if the sells are empty.
IF(D11>E11;"N";IF(D11=E11;"I"; IF(D11<E11;"H")))
Its working. But I have a provlem with the empty sells. For example,
D E
5 4 N
4 7 H
3 3 I
(empty) (empty) I
0 1 H
1 1 I
I don't want to have I if the sells are empty.