bearcub
Well-known Member
- Joined
- May 18, 2005
- Messages
- 734
- Office Version
- 365
- 2013
- 2010
- 2007
- Platform
- Windows
I need to create formula to count the number of rows on my spreadsheet that contain formulas (Sheet B).
I have section that contains "hard-coded" records. This are hard coded in gray. I then, after the last gray row, I have all the following rows linked to another sheet (Sheet A).
I need to create a check that data on sheet B matches the number of rows that are on Sheet A. Sheet B would have the hard-coded rows plus the linked rows
Here's an example:
Sheet A contains 300 rows (the last dirtied cell is 301 - 300 plus the header row)
Sheet B has 10 rows of hard coded rows plus all the linked rows to sheet A
That total used range on the sheet B is 308 (10 rows plus 298 rows of linked data).
As a result, I'm missing 2 names from the Sheet A so I have to go to sheet B and copy down 2 more rows so I've captured those missing members.
I'm trying to build in checks so that the user will easily know that they their missing a couple of people on their linked worksheet.
Thank you for your help in advance,
Michael
I have section that contains "hard-coded" records. This are hard coded in gray. I then, after the last gray row, I have all the following rows linked to another sheet (Sheet A).
I need to create a check that data on sheet B matches the number of rows that are on Sheet A. Sheet B would have the hard-coded rows plus the linked rows
Here's an example:
Sheet A contains 300 rows (the last dirtied cell is 301 - 300 plus the header row)
Sheet B has 10 rows of hard coded rows plus all the linked rows to sheet A
That total used range on the sheet B is 308 (10 rows plus 298 rows of linked data).
As a result, I'm missing 2 names from the Sheet A so I have to go to sheet B and copy down 2 more rows so I've captured those missing members.
I'm trying to build in checks so that the user will easily know that they their missing a couple of people on their linked worksheet.
Thank you for your help in advance,
Michael