G
Guest
Guest
I've got data in 9 columns. Any or all of the columns may be empty. However if, a column does contain a value, the value needs to be greater than the previous column that also contains a value. Example
A B C D E F G H I
1 2 3 5 This would be OK
2 4 3 This would be bad.
Any idea how to do this?
Thanks,
Scot
A B C D E F G H I
1 2 3 5 This would be OK
2 4 3 This would be bad.
Any idea how to do this?
Thanks,
Scot