Sumif problem

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
 
J

Jacob Skaria

=(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
 
M

Mike H

Hi,

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

Mike
 
A

Atishoo

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
 
D

David Biddulph

Well, yes you *could*, but it would give you a different answer. :-(
Perhaps you intended to say that you could divide by 35.1?
 
S

Suddes

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
 
Top