II created a vehicle pre-shift checklist to log responses for a number of different vehicles at different locations. I would like to create some dashboard widgets that show how many times the form has been submitted in a 7 day period as a high level check to see that it is being utilized appropriately (and that the vehicle is actually being utilized) Not sure where to start with this one
=COUNTIFS([site column]:[site column], "vehicle name", TODAY-7)
that is probably a really bad stab at it