P
Peter
I have a workbook to record employees mileage in company vehicles.
I have validated the mileage so that it is greater than the previous days,
but not greater than a later value.
Cell D19
Allow: Whole Number
Data: between
Minimum: =MAX($D$1618)
Maximum: =IF(MIN(D20:$D$47)>0,MIN(D20:$D$47),"")
The cell values sometimes corrupt to 6 figure numbers thus acusing the cell
to reject the data inputted by the user.
i.e.
Cell D19
Allow: Whole Number
Data: between
Minimum: =MAX($D$16568418)
Maximum: =IF(MIN(D20:$D$568418)>0,MIN(D20:$D$568418),"")
Does anyone know why this happens and how to prevent it?
Peter
I have validated the mileage so that it is greater than the previous days,
but not greater than a later value.
Cell D19
Allow: Whole Number
Data: between
Minimum: =MAX($D$1618)
Maximum: =IF(MIN(D20:$D$47)>0,MIN(D20:$D$47),"")
The cell values sometimes corrupt to 6 figure numbers thus acusing the cell
to reject the data inputted by the user.
i.e.
Cell D19
Allow: Whole Number
Data: between
Minimum: =MAX($D$16568418)
Maximum: =IF(MIN(D20:$D$568418)>0,MIN(D20:$D$568418),"")
Does anyone know why this happens and how to prevent it?
Peter