COUNTIFS ON MULTIPLE COLUMNS REFERENCING A DATE RANGE

OSG
OSG
edited 12/09/19 in Formulas and Functions

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)

 

Tags:

Comments

  • J. Craig Williams
    J. Craig Williams ✭✭✭✭✭✭

    Why only 784 rows?

    What I would probably suggest (without further info) would be to use X-sheet references from another sheet to determine the counts.

    If you had twelve consecutive rows with the numbers 1-12, then

    =COUNTIFS({X-Sheet Ref to Date}, MONTH(@cell) = MonthColumn@row, {X-Sheet Ref to Date}, YEAR(@cell) = 2018)

    or something like that.

    Add a second column to with the year as a header

    =COUNTIFS({X-Sheet Ref to Date@}, MONTH(@cell) = MonthColumn@row, {X-Sheet Ref to Date@}, YEAR(@cell) = ThisColumn$headerrow number)

    The italicized info to be changed for your specific instance.

    I hope that helps.

    Craig

     

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!