• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Need help with vba macro to generate report within a spreadsheet

Lani Laja

New Member
Hello, im trying to automate a process in excel using vba but im getting stuck. Can someone help?
I have a spreadsheet with two work sheets. One worksheet has raw data with different column names. Second worksheet is the report I want to append data to, and has only a few of the columns I need for my report. How do I get data from the raw data to the new worksheet, if im searching by a field called UOM?

Thanks
 
Hello Lani Laja, welcome to Chandoo!

Please upload a sample workbook so that we have a better idea of your question.
 
Yes it does
But it has to have the worksheets added as appropriate
 
What field in the STOManifestRawData worksheet is the key field?
Which values in the CARGO MANIFEST is being looked up?
 
What field in the STOManifestRawData worksheet is the key field?
Which values in the CARGO MANIFEST is being looked up?
The field in STOManifestRawData is The Purchasing Document. The values in the Cargo Manifest are QTY(=ORDER QUANTITY), UOM(=ORDER UNIT), DESCRIPTION(=MM#+SHORT TEXT) & PO/PR NO(=PURCHASING DOCUMENT)

Thank you
 
Will there be a number of PO/PR's entered in the Cargo Manifest or just a single one?
 
Back
Top