Override a calculated field in Acrobat DC form
Hello, I am working on the following cross-section of the below form and was wondering as to whether this would be possible, and if so, how this change would be accomplished. I would also like to note that I have virtually no JavaScript coding experience (I had to watch an online video to create the formula below), so simple, non-technical answers would be appreciated here
Here is my scenario:
Users can either enter their odometer readings in the "Odom. Start" and "Odom. End" columns to calculate the total # of miles automatically (a formula that I have manually coded to subtract the two fields), or hard-code their mileage in the "Miles" field, skipping the "Odom. Start" and "Odom. End" fields leaving them blank. I need to find a way for the user to be able to hard-code their mileage that will overwrite the formula in that field with the user's coded value. With the way this is set up right now, because the formula is calculating (Miles = "Odom. End" - "Odom. Start"), when the "Miles" field is hard-coded, the formula is still referencing "Odom. End" - "Odom. Start", reverting the miles to a value of 0 upon leaving the cell (since those two columns were skipped with no values inserted into them - the user directly entered information into the "Miles" column).

Is there a simple way that this can be done without familiarity of JavaScript? Any help here would be much appreciated. Thank you!