Fliknatsume
New Member
- Joined
- May 9, 2015
- Messages
- 6
I have data that shows me what day and what DC a driver works out of.
This issue is, the driver may have driven multiple times for the week and will show up in the data in multiple rows.
I would like to use a formula so I can put it all in one row.
All the INDEX, MATCH, SMALL formulas I have been using, only pick up the first Value
*if its easier, I can send the spread sheet via email so you can understand what I am trying to do
This is the formula that I have working at the moment, but still only picks up the first value.
I also need to be able to drag this horizontally.
=IFERROR(INDEX(Table!G3:G176, SMALL(IF(Actual!$A$3=Table!$A$3:$A$176, ROW(Table!$A$3:$A$176)-ROW(Table!A3)+1), COLUMN(Actual!$A$3))),"")
Please help
This issue is, the driver may have driven multiple times for the week and will show up in the data in multiple rows.
I would like to use a formula so I can put it all in one row.
All the INDEX, MATCH, SMALL formulas I have been using, only pick up the first Value
*if its easier, I can send the spread sheet via email so you can understand what I am trying to do
This is the formula that I have working at the moment, but still only picks up the first value.
I also need to be able to drag this horizontally.
=IFERROR(INDEX(Table!G3:G176, SMALL(IF(Actual!$A$3=Table!$A$3:$A$176, ROW(Table!$A$3:$A$176)-ROW(Table!A3)+1), COLUMN(Actual!$A$3))),"")
Please help