dictatordane
New Member
- Joined
- Feb 8, 2011
- Messages
- 8
Hi everyone,
I am having trouble with my formula. I want to count non-blank cells using the COUNTA function.
I want to count non-blank cells in a column in a different workbook.
The workbook I want to count from is named "File1.csv" and it is open.
If I type in the following formula it works:
=COUNTA(File1.csv!$A:$A)
It counts all the non-blank cells in column A of workbook File1.csv
I need to do this for lots of workbooks. I have the names of the workbooks in cells in the workbook I am using. For example: "File1.csv" is located in A2
When I try the following formula it does not work:
=COUNTA(a2!$A:$A)
Please help!
I am having trouble with my formula. I want to count non-blank cells using the COUNTA function.
I want to count non-blank cells in a column in a different workbook.
The workbook I want to count from is named "File1.csv" and it is open.
If I type in the following formula it works:
=COUNTA(File1.csv!$A:$A)
It counts all the non-blank cells in column A of workbook File1.csv
I need to do this for lots of workbooks. I have the names of the workbooks in cells in the workbook I am using. For example: "File1.csv" is located in A2
When I try the following formula it does not work:
=COUNTA(a2!$A:$A)
Please help!