I have an issue where the current formula feeds into the report correctly and displays on the dashboard widget however, I have now been asked to change the formula to be date specific. I need to have this display by our fiscal year (July 1, 2018-June 30, 2019). Pro-desk gave me the formula to copy and paste but the instructions on how to adjust the ranges and dates are vague and I need a step by step. Here is are the instructions/can anyone help me? I have been waiting all day for a response from the help center to my voicemail and email....
=COUNTIFS({Email, Registrations and Webpages Range 1},
Status@row, {Email, Registrations and Webpages Date Range},
@cell >= DATE(2019, 6, 1), {Email, Registrations and Webpages
Date Range}, @cell < DATE(2019, 8, 1))
To ensure that this works please check that the ranges being
referenced are set to include the whole column. To do this please left
click on the cell with the formula and then in the blue pop up preview
window please left click on each Edit Reference option before
selecting the whole column.
Additionally please change the entries in the DATE section to match
the dates that you would like to include. Please note that this in the
year, month, day format.
For the Job Types Count column a new range to target the Job Type
would have to be created and then this would have to be adjusted in
the same way as the other formula but if would likely look similar to
this:
=COUNTIFS({Email, Registrations and Webpages Job Title Range},
[Job Title]@row, {Email, Registrations and Webpages Date Range},
@cell >= DATE(2019, 6, 1), {Email, Registrations and Webpages
Date Range}, @cell < DATE(2019, 8, 1))