Hi there,
I am working on a form that requires me to compute for average in Field1 and assign the corresponding value of the average in Field2.
I am new to JavaScript. I’ve been looking for a solution to this and have not found anything that works.
To give you more details, this is what I am trying to achieve (in simple terms):
If the average result in Field1 is ‘1’, the value in Field2 is ‘A’
Else if, the average result in Field1 is ‘2’, the value in Field2 is ‘B’
Else, the value in Field2 is ‘C’
Is there someone here with similar experience? Or maybe anyone who is expert in JavaScript, can give me an advise?
Any thoughts is much appreciated.
Thanks!