spacecaptainsuperguy
Board Regular
- Joined
- Dec 30, 2004
- Messages
- 202
- Office Version
- 365
- Platform
- Windows
I've got a spreadsheet with a bunch of loan information on it that I'm breaking apart into sections by loan number. I've got my code already in place to go down the loan number column (column A) and add a few blank rows at every change in loan number. My goal is to add a sum formula (column E) on the first blank row for that section of data on that particular loan and use the next couple of rows for some comparative data. I'm having a hard time figuring out the code to do this part. Essentially it needs to go down each section of data, find the blank row after it, add a sum formula for that section and then keep going down the spreadsheet for each successive section until it gets to the end.
Any ideas on how to code that?
Thanks in advance.
Any ideas on how to code that?
Thanks in advance.