FinancialAnalystKid
Well-known Member
- Joined
- Oct 14, 2004
- Messages
- 779
I have about 30,000 rows of raw data.
There are rows of data per employee and then seperated by blank columns.
I need to total a column for each employee section.
I put in a TOTAL cell at the bottom of each employee section but summing each is tedious and will take forever!
I need a macro to go down column "K" find the word "TOTAL" and to the right of that cell (Column L) sum just that section.
So basically currently there is a cell labeled TOTAL on K15. on L15 I need it to sum(L2:L14)
The next TOTAL is on K27. on L27 I need it to sum(L17:L26)
...and so forth. Does this make sense?
Any help is MUCH appreciated.
There are rows of data per employee and then seperated by blank columns.
I need to total a column for each employee section.
I put in a TOTAL cell at the bottom of each employee section but summing each is tedious and will take forever!
I need a macro to go down column "K" find the word "TOTAL" and to the right of that cell (Column L) sum just that section.
So basically currently there is a cell labeled TOTAL on K15. on L15 I need it to sum(L2:L14)
The next TOTAL is on K27. on L27 I need it to sum(L17:L26)
...and so forth. Does this make sense?
Any help is MUCH appreciated.