How do i count the cells that are greater than my average?

=COUNTIFS([Projected Build Time (Months) (Elliot)]5:[Projected Build Time (Months) (Elliot)]91 > [Projected Build Time (Months) (Elliot)]2)

I recently asked this question but i have since changed some of the details on my sheet and i cant seem to figure out how to get my formula working again? I am trying to count the cells that have a value greater than my average on line 2. Could use some help! thanks

Best Answer

  • Steven Stikons
    Steven Stikons ✭✭✭
    Answer ✓

    Hi,

    Just make this a COUNTIF formula rather than COUNTIFS and also put a comma between the range and criteria.

    See below:

    =COUNTIF([Projected Build Time (Months) (Elliot)]5:[Projected Build Time (Months) (Elliot)]91, > [Projected Build Time (Months) (Elliot)]2)

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!