as the title suggests, I'm having a problem with copying a formula across multiple cells. Copying has worked fine on most of the cells however not for 4 cells which instead get #value! returned. It also says that data entered is of the wrong type.
I have checked and re-checked my data and formulas but have not come up with anything.
If anyone knwos what the problem could be, or how to fix it, I'd appreciate it.
The formula: =(SUMIFS(mahildsDATA!$AC$2:$AC$814,mahildsDATA!$M$2:$M$814,$AE39)/SUMIFS(mahildsDATA!$O$2:$O$814,mahildsDATA!$M$2:$M$814,$AE39))*100
This is how it looks (I would have put in a screenshot but can't figure out how to upload a pic...)
[TABLE="width: 730"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD] [/TD]
[TD]Average of moisture fail %[/TD]
[TD]Average of curve fail %[/TD]
[TD]Average of c16 fail[/TD]
[TD]Average of op fail % visual[/TD]
[/TR]
[TR]
[TD]length 2400[/TD]
[TD]7.37[/TD]
[TD]2.09[/TD]
[TD]0.52[/TD]
[TD]4.69[/TD]
[/TR]
[TR]
[TD]length 3000[/TD]
[TD]10.70[/TD]
[TD]3.97[/TD]
[TD]0.25[/TD]
[TD]3.58[/TD]
[/TR]
[TR]
[TD]length 3600[/TD]
[TD]#VALUE![/TD]
[TD]#VALUE![/TD]
[TD]#VALUE![/TD]
[TD]#VALUE![/TD]
[/TR]
[TR]
[TD]length 4000[/TD]
[TD]2.61[/TD]
[TD]3.98[/TD]
[TD]0.00[/TD]
[TD]2.23[/TD]
[/TR]
[TR]
[TD]length 4200[/TD]
[TD]4.99[/TD]
[TD]4.19[/TD]
[TD]0.37[/TD]
[TD]4.75[/TD]
[/TR]
[TR]
[TD]length 4800[/TD]
[TD]4.79[/TD]
[TD]3.73[/TD]
[TD]0.51[/TD]
[TD]3.30[/TD]
[/TR]
</tbody>[/TABLE]
I have checked and re-checked my data and formulas but have not come up with anything.
If anyone knwos what the problem could be, or how to fix it, I'd appreciate it.
The formula: =(SUMIFS(mahildsDATA!$AC$2:$AC$814,mahildsDATA!$M$2:$M$814,$AE39)/SUMIFS(mahildsDATA!$O$2:$O$814,mahildsDATA!$M$2:$M$814,$AE39))*100
This is how it looks (I would have put in a screenshot but can't figure out how to upload a pic...)
[TABLE="width: 730"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD] [/TD]
[TD]Average of moisture fail %[/TD]
[TD]Average of curve fail %[/TD]
[TD]Average of c16 fail[/TD]
[TD]Average of op fail % visual[/TD]
[/TR]
[TR]
[TD]length 2400[/TD]
[TD]7.37[/TD]
[TD]2.09[/TD]
[TD]0.52[/TD]
[TD]4.69[/TD]
[/TR]
[TR]
[TD]length 3000[/TD]
[TD]10.70[/TD]
[TD]3.97[/TD]
[TD]0.25[/TD]
[TD]3.58[/TD]
[/TR]
[TR]
[TD]length 3600[/TD]
[TD]#VALUE![/TD]
[TD]#VALUE![/TD]
[TD]#VALUE![/TD]
[TD]#VALUE![/TD]
[/TR]
[TR]
[TD]length 4000[/TD]
[TD]2.61[/TD]
[TD]3.98[/TD]
[TD]0.00[/TD]
[TD]2.23[/TD]
[/TR]
[TR]
[TD]length 4200[/TD]
[TD]4.99[/TD]
[TD]4.19[/TD]
[TD]0.37[/TD]
[TD]4.75[/TD]
[/TR]
[TR]
[TD]length 4800[/TD]
[TD]4.79[/TD]
[TD]3.73[/TD]
[TD]0.51[/TD]
[TD]3.30[/TD]
[/TR]
</tbody>[/TABLE]