Let me try to set up the scenario...
We buy something, say 10 units of it.
We then take those 10 units that we bought, and send them out to 5 different people, 2 units each.
We have 2 tables on a worksheet, one which lists everything we've bought, how many, the price we paid, and when we will pay for it.
the other table has the same info, but it says who we are shipping the units off to.
we are trying to build a way that we can compare the buys to the allocations. we need to make sure that we aren't trying to ship off more than we purchased, make sure the price is correct, make sure the q is correct, and the date.
right now we use vlookups to compare the columns, but it is still confusing to use and comprehend the values that are being returned...
Here is what we would like:
I have created a 3rd table which is to compare the buy to the allocation.
Right now i do the following:
highlight and copy all of the allocations and paste them into the compare table, a vlookup then brings in the buy of the item.
formulas then sum and average all of the data so we can see any differences in quantity, price, and date.
The problem is that we can't do the reverse of this, as in, paste in the buy to draw in allocations. ALSO, WHEN WE DO PASTE IN THE ALLOCATIONS, IT IS ONLY RETURNING 1 BUY ORDER, WHEN THERE COULD BE MORE THAN 1.
I want to be able to select by clicking/highlighting the item in either the buy or the allocation table, and then press a button that launches a macro.
the macro will draw in any buys on the item along with the amount, price, and date... and also draw in any allocations on the item.
From there, I can set up the formulas to compare the items, but the goal is to automate the process of finding the items associated with the selected item #, then bringing them to the table to be viewed/compared.
I know this might sound really confusing and complex but it isn't as bad as it seems, I would be more than happy to answer questions or do anything to help. THANKS
We buy something, say 10 units of it.
We then take those 10 units that we bought, and send them out to 5 different people, 2 units each.
We have 2 tables on a worksheet, one which lists everything we've bought, how many, the price we paid, and when we will pay for it.
the other table has the same info, but it says who we are shipping the units off to.
we are trying to build a way that we can compare the buys to the allocations. we need to make sure that we aren't trying to ship off more than we purchased, make sure the price is correct, make sure the q is correct, and the date.
right now we use vlookups to compare the columns, but it is still confusing to use and comprehend the values that are being returned...
Here is what we would like:
I have created a 3rd table which is to compare the buy to the allocation.
Right now i do the following:
highlight and copy all of the allocations and paste them into the compare table, a vlookup then brings in the buy of the item.
formulas then sum and average all of the data so we can see any differences in quantity, price, and date.
The problem is that we can't do the reverse of this, as in, paste in the buy to draw in allocations. ALSO, WHEN WE DO PASTE IN THE ALLOCATIONS, IT IS ONLY RETURNING 1 BUY ORDER, WHEN THERE COULD BE MORE THAN 1.
I want to be able to select by clicking/highlighting the item in either the buy or the allocation table, and then press a button that launches a macro.
the macro will draw in any buys on the item along with the amount, price, and date... and also draw in any allocations on the item.
From there, I can set up the formulas to compare the items, but the goal is to automate the process of finding the items associated with the selected item #, then bringing them to the table to be viewed/compared.
I know this might sound really confusing and complex but it isn't as bad as it seems, I would be more than happy to answer questions or do anything to help. THANKS