PaulWhysall
New Member
- Joined
- Dec 18, 2012
- Messages
- 5
- Office Version
- 365
- Platform
- Windows
I'm trying to create a spreadsheet that counts characters (b and b+ for example) across multiple worksheets from specific cells and totals them on a separate worksheet to allow for some data analaysis. I've come up with this =SUM(COUNTIF(INDIRECT("'Child " & ROW(INDIRECT("1:2")) & "'!L8"), "w")) but the cell remains blank (with no error message). Any suggestions as this is far more advanced than my normal SUM etc calculations.