My function is currently, =IF(ISNUMBER(C31),(C31)*C33+IF(ISNUMBER(D31),(D31)*D33+IF(ISNUMBER(E31),(E31)*E33)))

This sucks that I will have to continue this loop all the way down to Q, any better way to do it?

thanks in advance!