UndwaterExcelWeaver
New Member
- Joined
- Mar 2, 2019
- Messages
- 38
- Office Version
- 365
- Platform
- Windows
I have a formula that pulls from another spreadsheet to count cells of a certain criteria but the destination sheet must be open to return the value, otherwise I get a #value error. I have read that I should be using the sumproduct function to fix this but I can't quite decipher how this should be implemented. Here is the current formula:
=COUNTIF('[external sheet]18'!$Q$8:$Q$31,72000)+COUNTIF('[external sheet]18'!$Q$8:$Q$31,36000)
Thank you.
=COUNTIF('[external sheet]18'!$Q$8:$Q$31,72000)+COUNTIF('[external sheet]18'!$Q$8:$Q$31,36000)
Thank you.