I am trying to work out the average number of days quotes are being taken to be submitted.
The columns i am working with are Enquiry Date and Date Quote Submitted.
I have done a Sum formula to count the number of days taken (=SUM[Date Quote Submitted]1 - Enquiry Date]1
but because not every enquiry has a date submitted these rows have #INVALID OPERATION so the +AVG for the column doesnt work.
Is there another way i could do this?