It do not work! My equation looks like this:
RatioArea:= constant*(molesx/molesref)
RatioArea1:={0.298,0.505,0.532,0.58}, RatioArea2:={0.279,0.182,0.073,0.046}
constant:=0.915
molesref:=0.031
Find molesx
I want to program this so that everytime I add new RatioArea it just automatically takes it and give me a new molesx with overwriting the old one.