Hi Team,
I'm looking for a formula to tick the RUC Required box if the RUC end KMS are either within 1000km of the Odometer reading or higher. But I also need it to disregard the odometer box and take the HUBO Reading if that cell has a value in it.
I use this so once the form is filled out, the formula is applied and an automation flicks out an email to the required person to remedy.
This is my current formula, but it only works on rows that have a HUBO value not rows with no value.
=IF(AND(AND(NOT(ISBLANK([Hubo Reading]@row)), [Odometer Reading]@row > [RUC End Kms]@row), ([Hubo Reading]@row > [RUC End Kms]@row)), true)