Hello & Welcome to the board,
If your data is as simple as your example...
Try...
I guess you could use and OR setup also...![]()
=IF(C1<B1,"No", IF(D1<C1,"No", IF(E1<D1,"No", IF(F1<E1,"No", IF(G1<F1,"No","Yes")))))
![]()
=IF(OR(C3<B3,D3<C3,E3<D3,F3<E3,G3<F3),"No","Yes")
Bookmarks