Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

Another formula question

Hi,

I was trying to do a count for how many fire drills in each month. I have already done helpers for monthly and have a separate column for fire drills. This is the formula I have, can anyone help?

image.png image.png


Best Answer

  • ✭✭✭✭✭
    Answer ✓

    Hello! You would need to use the COUNTIFS since you're checking for two pieces of criteria.

    Please try: =COUNTIFS(Monthly:Monthly,status@row,[Fire Drill]:[Fire Drill],true)

    Or since it looks like you have references: =COUNTIFS({Monthly},status@row,{Fire Drill},true)


    Hope this works. Please let us know!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions