Forum Discussion

LEEWOOL's avatar
LEEWOOL
Copper Contributor
Jul 13, 2022
Solved

Formulas

I am using the following formula to track sou singles bowling tournament. =AVERAGE (210-E2)*90%+ROUNDDOWN(F2,0) The average function when done is 47.7, which should be rounded down to 47.  Excel ke...
  • Riny_van_Eekelen's avatar
    Jul 13, 2022

    LEEWOOL

    The formula as you present it calculates an average and then adds the rounded(down) value of whatever is in F2. So, what's in F2?

     

    Perhaps you want it this way:

    =ROUNDDOWN(AVERAGE (210-E2)*90%,0)

Resources