Hi, I need to group all the "delivery schedule" data by driver name and put it into the "drivers delivery schedule" sheet. I hope this makes sense. Thanks.
Hi, I need to group all the "delivery schedule" data by driver name and put it into the "drivers delivery schedule" sheet. I hope this makes sense. Thanks.
Last edited by CPAC; 01-07-2020 at 07:41 AM.
Administrative Note:
We would very much like to help you with your query, however the thread title does not really convey what your request is about.
Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).
Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.
(Note: this change is not optional. No help to be offered until this moderation request has been fulfilled.)
sorry, I've improved the thread title.![]()
Here's a start. (First, I changed the cell that "BOB" was in (A1) - I "unmerged" it, and then started it in cell A3 and then merged it so it matched the others)
In Cell D3, I entered:
=IFERROR(INDEX('Delivery Schedule'!D:D,SMALL(IF('Delivery Schedule'!E:E=$A$3,ROW('Delivery Schedule'!E:E)-ROW(INDEX('Delivery Schedule'!E:E,1,1))+1),ROW()-2)),"")
As an ARRAY Formula (when entering this formula, you hit Ctrl,Shift,Enter at the same time instead of just Enter. If done properly, in the formula bar it will have brackets {} around the formula.
You can then copy the formula down. In Cell D15, basically put the same thing except changed where the Name is located:
=IFERROR(INDEX('Delivery Schedule'!D:D,SMALL(IF('Delivery Schedule'!E:E=$A$15,ROW('Delivery Schedule'!E:E)-ROW(INDEX('Delivery Schedule'!E:E,1,1))+1),ROW()-14)),"")
Again, this is an array formula.
You could then use this formula to get the rest of it I believe.
Last edited by Gregb11; 01-07-2020 at 11:28 PM. Reason: added attachment
Thank you, that works perfectly!![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks