Using VBA to Summerize Excel Data, so that I do not need to use Pivot Tables or Array Formulas -


as useful pivot tables can be, not fan. please assist me coding summerize data on seperate worksheet (within same workbook) using vba macro?

my raw data (sheet1) has following fields:

accname commissionperc repcode invvalue cost grossprofit txdate item qty  

then of course under "accname", customer may appear many times down sheet, same repcode etc...

please assist vba code work?

thank you!


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -