I need some help on the best way to action this
I have a list of IDs in a single column A in excel, the number of IDs will vary in length over time (tab called ID)
e.g
100
200
300
I need to lookup those IDs against another sheet that contains 100k rows (tab called Lookup)
the lookup result is always in column H which is 5 columns away from the lookup row the lookup start is Column D
the challenge is the original ID will have multiple results
i.e.
ID Result
100 A
100 B
100 C
200 G
300 H
and I need all the results in one column, next to original ID as above called output A
then I need to take all those result references and lookup against another sheet in excel (Stock)
the result lookup will be in column A in that sheet
but this time I dont want to see the reference result if it doesnt appear on stock sheet via the lookup
and if it does appear on sheet only if the data in column H= FALSE
and finally I want a date check on column C where date = today but the date is formatted as so "2021-03-19T06:00:19.196Z" so it needs to check the first 10 characters
and want to call this output B
A Geoff 2021-03-19 True True Yes True 1 80
A being the original result - and the entire row of data that appeared on stock tab - that satisfied those conditions
I have a list of IDs in a single column A in excel, the number of IDs will vary in length over time (tab called ID)
e.g
100
200
300
I need to lookup those IDs against another sheet that contains 100k rows (tab called Lookup)
the lookup result is always in column H which is 5 columns away from the lookup row the lookup start is Column D
the challenge is the original ID will have multiple results
i.e.
ID Result
100 A
100 B
100 C
200 G
300 H
and I need all the results in one column, next to original ID as above called output A
then I need to take all those result references and lookup against another sheet in excel (Stock)
the result lookup will be in column A in that sheet
but this time I dont want to see the reference result if it doesnt appear on stock sheet via the lookup
and if it does appear on sheet only if the data in column H= FALSE
and finally I want a date check on column C where date = today but the date is formatted as so "2021-03-19T06:00:19.196Z" so it needs to check the first 10 characters
and want to call this output B
A Geoff 2021-03-19 True True Yes True 1 80
A being the original result - and the entire row of data that appeared on stock tab - that satisfied those conditions