Fred saves the day % retainage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

=IF(H36>50%*H35,10%*E36,0)

I think I figured it out. Is their a better way to do this?

Thanks! Fred
 
An alternative way of expressing your formula is =(H36>50%*H35)*10%*E36

We don't know whether it's the correct answer to whatever original question
may have been asked, because you've started a new thread rather than
replying to the relevant previous thread.
 
Yep, sorry it was my first time on here. I feel like a dip now. The original
question is below.

I am trying to figure out a formula that will automatically figure retainage


Project Total=600,000 (H35)
=IF(H36>50%*H35,10%*E36,0) This appears to work, would using .5 be better?
 
Back
Top