COUNTA Formula and INSERT Function Help!

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!
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Thank you for your prompt reply. Worked a treat!

How about if the cell does not contain the complete file name? Instead of "File1.csv" it says "File1"... Can I change the formula so it ads .csv?

Thanks

Dane
 
Upvote 0
OK I have a tricky one for you:

Problem 1

I have a database with a long list of values. I need a list of values with duplicates remove and a count of how many times each value appears in the list.

Example List:
dog
dog
cat
mouse
cat
mouse
bird
bird
bird

Output would be
dog = 2
cat = 2
mouse = 2
bird = 3

The list I have is huge so can't count manually.

Problem 2
The list I have is over 1,000,000 lines so it is in multiple workbooks. I have a column with all file names (like the formula you did before) and the column with values I need to count is the same in each workbook = R

Would be great if I could somehow do the above pulling data from column R from all workbooks listed in column A.

Probably going to take some processing power but I do have an i7 8Gb Ram Windows 7 x64 and Excel x64 so it should cope.

If you can help me out with Problem 1 that would be great. Problem 2 would be FANTASTIC!

Thanks

Dane
 
Upvote 0
I suggest that you start a new thread on this different subject.
 
Upvote 0

Forum statistics

Threads
1,216,099
Messages
6,128,816
Members
449,469
Latest member
Kingwi11y

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top