Hello,
Smartsheet example here: https://app.smartsheet.com/b/publish?EQBCT=e6247aff028844ff9da1e4d0906860c2
What I am trying to do is the following:
=SUMIFS(Name1:Name14, "Happy", average1:average14, Date1:Date14, >TODAY(-31)) / COUNTIFS(Name1:Name14, "Happy", Date1:Date14, >TODAY(-31))
Basically the following critera:
- If the name is Happy
- If the date is within the last 30 days
- return the average sum / divide by the total count
I keep getting invalid argument. ANyone have any idea what is casuing that? If I remove the date it works just fine.