Excel to Excel data exporting

D

drummike

My company has a purchase order sheet in Excel with a Total Amount cell and a
dropdown list for selecting GL Account numbers. We want to export the Total
Amount cell to a second workbook where the column headers are the different
GL Account numbers. The Total Amount would need to fall into the proper
Account column based on the Account number that was selected on the Purchase
Order sheet. How could I do this? I tried to do something with XML but it
didn't work. Do I need to try something in Visual Basic?
 
S

Sheeloo

You need a macro using Visual Basic for Applications (VBA) which can read the
GL A/c, find it in the other workbook and add the amount there...

Ideally you should add a new row for every PO in the new workbook and then
sum.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top