Hi all,
Hoping I can get some guidance on how to create a formula to achieve the below?
I have the below formula to count the amount of quotations a estimator(Firstname Lastname) has quoted. This is the Total Quoted Projects cell. (see below for Quotation Metrics sheet I created. This is not the source sheet obvs).
=COUNTIFS({Estimator1}, FIND("Firstname Lastname", @cell) > 0)
How do I use the same formula but add a total count on when quotes are due in the next 5 days for this person?
And the same again but counts the amount of quotes this person has not sent yet? (so essentially blank quote sent date within the source sheet)?
I created 2 reports to try and help extract data easier but then realised you cannot use a report in a formula.
Essentially these total counts will be made into metric widgets on a dashboard designed around this one person.
QUOTES DUE NEXT 5 DAYS
QUOTES NOT SENT
There are several 10 Estimators that use this one source sheet. Sometimes there are 3/4 using at the same time. So could imagine the amount of data/info that is being added or changed throughout the day. We are looking at creating individual dashboards so we can use as a guidance/summary board for just our info and where we are at with everything. We used the filter stage at first, but with some much being added etc, it got to cumbersome to sum up every column when needed.
Thanks again!