S
sjc07
Hi all,
I am struggling with a formula. I would like to read a value, divide i
by 12 and then write this value to 12 different fields. I have develope
the formula below to achieve this, which takes the value 1000 from fiel
A1, and splits its across fields A2-A13.
=ROUNDDOWN($A$1/12,2)
This all works fine, but I would like to take things a bit further. Th
formula above writes 83.33 into fields A2-A13, which is correct. If w
say 83.33 is 100% of the value, what I then want to do, is have field
A6 and A10 show only 70% of the value. Therefore both of these field
would need to show approx 58.331. I assume the formula below is the bes
way to achieve this?
=ROUNDDOWN($A$8/12,2)*0.7
The next stop of the formula is causing me the biggest problem, th
remaining fields need to take up the slack and ensure the total value o
fields A2-A13 equals the original value of 1000. Obviously, we now kno
fields A6 and A10 total 116.662, therefore meaning we have 883.33
remaining. I want this value to be evenly spread across the other 1
fields, therefore the value of 88.33 should be written to these fields
Does anyone have a suggestion on how I would achieve this?
Many thank
I am struggling with a formula. I would like to read a value, divide i
by 12 and then write this value to 12 different fields. I have develope
the formula below to achieve this, which takes the value 1000 from fiel
A1, and splits its across fields A2-A13.
=ROUNDDOWN($A$1/12,2)
This all works fine, but I would like to take things a bit further. Th
formula above writes 83.33 into fields A2-A13, which is correct. If w
say 83.33 is 100% of the value, what I then want to do, is have field
A6 and A10 show only 70% of the value. Therefore both of these field
would need to show approx 58.331. I assume the formula below is the bes
way to achieve this?
=ROUNDDOWN($A$8/12,2)*0.7
The next stop of the formula is causing me the biggest problem, th
remaining fields need to take up the slack and ensure the total value o
fields A2-A13 equals the original value of 1000. Obviously, we now kno
fields A6 and A10 total 116.662, therefore meaning we have 883.33
remaining. I want this value to be evenly spread across the other 1
fields, therefore the value of 88.33 should be written to these fields
Does anyone have a suggestion on how I would achieve this?
Many thank