Hello everyone i got the following the question,
I have an excel worksheet that contains many lines of products and quantity that i want to return to producers with the following format:
SKU | Title | Qnty to Return | Producer code
131451 | Apple Box | 8 | 2000151
131291 | Brown Desk Le Grand | 14 | 2000043
and another worksheet that contains all the invoices that i have in my system for a period of time in the following format
SKU | Title | Qnty Received| Producer code | Invoice Number
131451 | Apple Box | 3 | 2000151 | SLN124115
131451 | Apple Box | 5 | 2000151 | SLN124145
131451 | Apple Box | 2 | 2000151 | SLN124212
131451 | Apple Box | 5 | 2000151 | SLN124611
131291 | Brown Desk Le Grand | 2 | 2000153 | SLN124511
131291 | Brown Desk Le Grand | 1 | 2000154 | SLN123195
so what i want to do is have a 4th column in my worksheet with the products that i want to return that will be getting enough invoices to justify the return quantity for example for the product Apple Box would be:
131451 | Apple Box | 8 | 2000151 | SLN124145 SLN124115
We don't mind if the invoice number corresponds to a larger quantity than the quantity that i want to retun but should return enough invoices to justify at least the quantity that i want to return.
We also dont mind if it has to return more lines instead of populating the results in one cell
I hope you understand what i mean
If this is not possible through excel could may be done with access? if yes how?
Thanks in advance
I have an excel worksheet that contains many lines of products and quantity that i want to return to producers with the following format:
SKU | Title | Qnty to Return | Producer code
131451 | Apple Box | 8 | 2000151
131291 | Brown Desk Le Grand | 14 | 2000043
and another worksheet that contains all the invoices that i have in my system for a period of time in the following format
SKU | Title | Qnty Received| Producer code | Invoice Number
131451 | Apple Box | 3 | 2000151 | SLN124115
131451 | Apple Box | 5 | 2000151 | SLN124145
131451 | Apple Box | 2 | 2000151 | SLN124212
131451 | Apple Box | 5 | 2000151 | SLN124611
131291 | Brown Desk Le Grand | 2 | 2000153 | SLN124511
131291 | Brown Desk Le Grand | 1 | 2000154 | SLN123195
so what i want to do is have a 4th column in my worksheet with the products that i want to return that will be getting enough invoices to justify the return quantity for example for the product Apple Box would be:
131451 | Apple Box | 8 | 2000151 | SLN124145 SLN124115
We don't mind if the invoice number corresponds to a larger quantity than the quantity that i want to retun but should return enough invoices to justify at least the quantity that i want to return.
We also dont mind if it has to return more lines instead of populating the results in one cell
I hope you understand what i mean
If this is not possible through excel could may be done with access? if yes how?
Thanks in advance