I am trying to summarise a Smartsheet that we log sales activities (F2F Calls and Phone Activity into). So I want to see how many Phone calls have been done in the current month.
1. What is the most efficient way to achieve this? I have used the below formula to get June Activity, but when I try and reference another column, I get an UNPARSABLE error message? Any help would be greatly appreciated. Also, I want to automate the reference to the current month rather than arbitrarily assigning it to a month - eg 6
=COUNTIFS(Date1:Date784, MONTH(@cell) = 6, Date1:Date784, YEAR(@cell) = 2018)