Surreybloke
Board Regular
- Joined
- Apr 1, 2010
- Messages
- 164
- Office Version
- 365
- Platform
- Windows
I have a formula in place already that detects if a value goes down in each of the relevant cells, but the problem is that not all rows have the same number of values and so will have blanks/zeros instead. I don't need to know if there is a zero only where the value is greater than zero, but is lower than the value in the previous cell on that row.
Does anyone know of a way around this problem?
=IFERROR(IFS(J3<I3,FALSE,K3<J3,FALSE,L3<K3,FALSE),TRUE)
Does anyone know of a way around this problem?
=IFERROR(IFS(J3<I3,FALSE,K3<J3,FALSE,L3<K3,FALSE),TRUE)