samyscraps01
Board Regular
- Joined
- Jul 6, 2017
- Messages
- 58
Hi, can i please get some help. I am trying to work out this formula, similar to the one i used earlier but now altered. In cell A2 I have concatenated data from cells A5 and B5. I did this because I have a mix of numbers and text. That formula lives in cell A2. In the category cell B4, that is a drop-down list with multiple categories, the same goes with cell A5, those will have multiple employees. Basically, what I would like to do is this, if I go to drop-down A5 and select a name, then go to category B5 and select anything in this case delivery on cell C5 give me the dates that are associated with that data. I know it needs to reference a second spreadsheet which will look like the chart next to this one.
Spreadsheet X
[TABLE="class: cms_table_grid, width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A1[/TD]
[TD]B1[/TD]
[TD]C1[/TD]
[TD]D1[/TD]
[/TR]
[TR]
[TD]A2 Concatenated Data A5, B5[/TD]
[TD]B2[/TD]
[TD]C2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A3[/TD]
[TD]B3[/TD]
[TD]C3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A4 EMPLOYEE[/TD]
[TD]B4 CATEGORY[/TD]
[TD]C4 DATES[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A5 204Smith[/TD]
[TD]B5 Delivery[/TD]
[TD]C5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Spreadsheet X, tab XYZ
[TABLE="class: cms_table, width: 500"]
<tbody>[TR]
[TD]Employee[/TD]
[TD]Delivery[/TD]
[TD]Pick-Up[/TD]
[TD]Purchase[/TD]
[/TR]
[TR]
[TD]204Smith[/TD]
[TD]1/12/18[/TD]
[TD][/TD]
[TD]2/10/18[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I would like something like this, I select 204Smith from the A5 drop-down menu and then Delivery from B5, therefore being referenced in cell A2 since it's concatenated and it should go into the same spreadsheet but tab xyz and go to cell A2 and then column and cell B2 and give me the date of 1/12/18 from that cell. I want it to do this everytime I changed the category. So, in other words, if I select purchase instead of delivery i want it to give the date 2/10/18 on cell C5.
Spreadsheet X
[TABLE="class: cms_table_grid, width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A1[/TD]
[TD]B1[/TD]
[TD]C1[/TD]
[TD]D1[/TD]
[/TR]
[TR]
[TD]A2 Concatenated Data A5, B5[/TD]
[TD]B2[/TD]
[TD]C2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A3[/TD]
[TD]B3[/TD]
[TD]C3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A4 EMPLOYEE[/TD]
[TD]B4 CATEGORY[/TD]
[TD]C4 DATES[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A5 204Smith[/TD]
[TD]B5 Delivery[/TD]
[TD]C5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Spreadsheet X, tab XYZ
[TABLE="class: cms_table, width: 500"]
<tbody>[TR]
[TD]Employee[/TD]
[TD]Delivery[/TD]
[TD]Pick-Up[/TD]
[TD]Purchase[/TD]
[/TR]
[TR]
[TD]204Smith[/TD]
[TD]1/12/18[/TD]
[TD][/TD]
[TD]2/10/18[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I would like something like this, I select 204Smith from the A5 drop-down menu and then Delivery from B5, therefore being referenced in cell A2 since it's concatenated and it should go into the same spreadsheet but tab xyz and go to cell A2 and then column and cell B2 and give me the date of 1/12/18 from that cell. I want it to do this everytime I changed the category. So, in other words, if I select purchase instead of delivery i want it to give the date 2/10/18 on cell C5.