Hello,
I have been trying to come up with a formula that works. I am trying to count all of the "request" I have through a certain date. The form that I am using to take requests and the sheet that I am tracking metrics are separate.
=IF(AND({Intake}) > DATE(2018, 12, 1), {Intake} < DATE(2018, 12, 31))
This is what I am trying to make work.
The second question would be how could I then be able to count how many requests from a certain vendor during the month. On my intake form it has the requestor and date requested. I am trying to pull all of this information on a dashboard
Thank you for the help in advance