Help Summarizing Two Columns

Options

Hi there, I'm currently trying to summarize two columns and keep receiving the #UNPARSEABLE error.

Essentially, I have one column that lists the month, and another that lists one of our sites. I would like to summarize how many rows there would be for Site1 in January, for example.

January + Venue1 = Value

I am completely blanking on how to do this- any help would be appreciated.

Answers

  • Nick Korna
    Nick Korna ✭✭✭✭✭✭
    Options

    Hi @NMLSWill,

    You can do this with a COUNTIFS formula. For example, if your columns are Site and Month then this would say how many rows fit the criteria of Site 1 & January:

    =COUNTIFS(Site:Site, "Site 1", Month:Month, "January")

    Hopefully this helps, but if I've misunderstood anything or you've any problems/questions then just post.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!