I need to do auto calculate in FIELD-2 while you type a new value in FIELD-1, but I need it works viceversa also. For example I have a moltiplication factor (25); in FIELD-1 I write 100 and in FIELD-2 will be 2500 (25x100); but if I write 2500 in FIELD-2 I will have 100 in FIELD-1 (2500/25).
This operation must be work if I have the recalculation field already with another number: if I have in FILED-1 100 and in FILED-2 2500 and I re-write 200 in FILED-1 (or 5000 in FILED-2), I will have the new result in the other field.
Sorry for my english and thank you.