Hello,
I have a worksheet with multiple "named field" columns for departments, and each row has the task to be completed. When a task is completed the department fills the cell with the date.
There is a sequence for when the jobs are to be completed. At the top of the sheet we have tracking data that shows "Tasks in queue", "average time in queue", "tasks overdue in queue", and "average time to complete".
Previously this sequence was completely linear, so I used a formula like this to determine "average time in queue"
where [H5] is "tasks in queue", [pfep] is current department and [whse] is previous department.![]()
Please Login or Register to view this content.
Now we are moving from linear sequence to a grouped flow, where one department may have to wait on multiple departments before it is in their "queue" and some departments may be working on it at the same time.
So I am struggling trying to create a formula that will reference the necessary depts by row, once the necessary depts have completed the task, finding the last date and calculating average from that.
I had tried:
and multiple variations of that...![]()
Please Login or Register to view this content.
My hope was that this would (if both "whse", and "buyer" were populated with date) find which was the last date entered by comparing and calculate average based off the last entered date
But then I realized I was comparing the named range as a whole and not by row.
I'm pretty much a rookie when it comes to this level of stuff with excel, so I appreciate any help. And please excuse the length of this post, it was as concise as I thought I could be and still provide necessary info.
Thanks!
Bookmarks