Hello,
I am trying to visualize new hire data in a chart for our execs to see how many users we're onboarding per month.
It took me awhile to find a working formula, but I settled on this -
=COUNTIFS([Start Date]:[Start Date], >=DATE(2022, 1, 1), [Start Date]:[Start Date], <=DATE(2022, 1, 31))
Now this formula just grabs the amount of new hires for the month of January.
So I would have a column saying "January" then this formula next to it referencing the other smartsheet to grab the data.
Is there a way to automate this so I do not have to manually keep adding months and copy/pasting the formula, tweaking the numbers every time.
Thank you!