Sumif problem

  • Thread starter Thread starter Suddes
  • Start date Start date
S

Suddes

=SUMIF($C:$C,"cs",F:F)+SUMIF('Fabrications
hours'!$C129:$C172,"cs",'Fabrications hours'!F129:F172)

this is my formula what i need to do is divide the result of this by 0.9 and
then divided that by 39

how do i change the formula to do this?

THANKS IN ADVANCE
 
=(SUMIF($C:$C,"cs",F:F)+
SUMIF('Fabrications hours'!$C129:$C172,"cs",'Fabrications
hours'!F129:F172))/0.9/39

If this post helps click Yes
 
Hi,

=(SUMIF($C:$C,"cs",F:F)+SUMIF('Fabrications
Hours'!$C129:$C172,"cs",'Fabrications Hours'!F129:F172)/0.9)/39

Mike
 
or you could divide it by 43.333

Jacob Skaria said:
=(SUMIF($C:$C,"cs",F:F)+
SUMIF('Fabrications hours'!$C129:$C172,"cs",'Fabrications
hours'!F129:F172))/0.9/39

If this post helps click Yes
 
Well, yes you *could*, but it would give you a different answer. :-(
Perhaps you intended to say that you could divide by 35.1?
 
Many thanks Jacob & Mikde i always get lost off nowing where to place the '(
)' i wish there were an easy way to know.
Thanks again
 
Back
Top