Hi @sathyvelukunashegaran
You will need to hook into the acf/save_post hook.
From here you can access all the submitted values, calculate the average and set the value to another custom field.
https://www.advancedcustomfields.com/resources/acf-save_post/
Hope this helps.