Hi all! I am really stumped by a formula on a template I am using, and need some help.
The Inspection Tracking Template has a form, metrics, then dashboard. I am trying to edit the metrics to show the columns I added on the form. There is a section where it takes the "Date" column and calculates violations per month. The formula in there now is: =COUNTIFS({MED1}, "No", {Date}, MONTH(@cell) = $[Month#]@row)
When I paste that to my new information, it obviously doesn't work, so I have 2 questions.
- What does this part of the formula mean? {Date}, MONTH(@cell) = $[Month#]@row) I need it to take the date entered and summarize it into just the Month.
- How do I make the initial range of MED1 cover multiple columns? I tried MED1:MED5, but that didn't work.
Any help is appreciated! Thanks!