My syntax must be just a bit off please help. I am trying to get the % from 2 different tables based on their cost object. OtherStaff.V0105 and ParaTeacher.ParaCostObj = 0105. It looks like I should be able to put the whole thing in a SUM statement but, so far I am getting calculation error on every attempt. Here is the current iteration of my calculation field. I have tested the SumIf statement and the SUM statement and they work separately.
=SUM((OtherStaff.V0105 * 100 / TTLOtherHours) , (SUMIF(ParaTeacher.ParaCostObj, "=0105",ParaTeacher.ParaMinutes) / ParaTotalMins * 100))