Link to home
Start Free TrialLog in
Avatar of k1ng87
k1ng87

asked on

looping though data and copy/paste values based on certain criteria excel

I have a sql query that i pull data into excel. I want to write a macro where it loop through all of the rows of data and paste certain columns in that row into another sheet.

for example:

I wanted excel to copy the carrier name, all the month column charges for each row where Mode = LTL, chg_cat = other, and entry_type = frt....and then paste them into another worksheet in the workbook....
ASKER CERTIFIED SOLUTION
Avatar of dandraka
dandraka
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial