I have connected our website contact form submissions into SmartSheet. I am creating a dashboard including how many form submissions we've gotten in a certain date range... for example, year to date, quarter to date, month to date, etc.
How would I go about pulling this information? I am using a separate Smartsheet to do the calculations for it so I don't mess up any data, so I have to reference my original sheet to pull the info.
I have a column that has a "created date" category which includes the time they submitted as well, so I'm not sure if that is creating an issue? I also created another column which just pulls the date. I have tried the formula below but it says the count is 0 (from manually counting, it should be 53). The {Website Form Submission Range 2} appears after I click on the "Date" column.
=COUNTIF({Website Form Submission Range 2}, ">=DATE(2024, 01, 01)")
I also categorize the different submissions, so I will be needing to calculate how many form submissions we've gotten in each category. Would this be a COUNTIFS formula? Still staying within the year to date, quarter to date, month to date, etc. categories.
Categories would be "Recruiting" or "Service", for example.
Thank you!