code calculations on wix

I have to insert some calculations (multiplication, division,addition) in my website. I would like this to work automatically. Please find all information below
#poidsdepatedropdown (cell information: item from drop-down)
#Qdepaindropdown (cell information: item from drop-down)
#KGdepate (cell information: Number, initial text)
#Qdepate (cell information: Number, none)
#TTLdepate (cell information: Number, place holder)
#Ping (cell information: Number, place holder)
#Qing (cell information: Number, place holder)
#Puni (cell information: Number, place holder)
#PTTL (cell information: Number, place holder)

calculations:

  1. Q de pate/pain calculation

#Qdepain = #KGdepate X (#Poidsdepatedropdown / 1000)

  1. Besoin TTL de pate calculation

#TTldepate = #Qdepaindropdown X #Qdepate

  1. $unitaire

#Puni = #Qdepate (#Ping / #Qing)

  1. $Total

#TTL = #Qdepaindropdown X #Puni

I am looking to get the calculations done automatically once
#Poidsdepatedropdown, #Qdepaindropdown, #Ping & #Qing have been defined

Can somebody help me wit this coding as i am t total beginner & things I did do not work out
thanks in advance for your help