Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Using VLOOKUP and COUNTIFS to tabulate data in a Google Sheet

Okay, so this is what we are trying to achieve.

Sales person fills out a google form after every telephone call made. That data then goes into a google sheet as seen below. Then the managers will get emailed a LookerStudio report every morning with the sales people’s call from the previous day.

Screenshot of Google Sheet

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

The issue we are running into is when we try and summarize the data within the "Yesterdays Call Summary" Box

What we would like to see the quantity of calls from the previous day calculated and summarized. In our example above we would have Answered=2, Left Message=1, Bad Number=1. (Assuming you are reading this on May 28, 2024)

We have tried combining COUNTIFS and VLOOKUP but with no success.

Any advice?

>Solution :

You may try this in Cell_L8 for Answered:

=arrayformula(countifs(E:E,K8,int(A:A),today()-1))
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading