P
Phyllsf
I have two columns of data that I export from MS-Access into Excel and then
paste into another excel spreadsheet.
Column A is my description; Columns B and C are my values.
Both Column B and Column C have 50 rows. (This number varies)
Column B has some blank rows.
Column C has data in all rows (always).
I need to count the number of records in each column.
Using the CountA command, I currently first have to select any blank field
and delete the contents as Excel is reacting as if they are not blank.
Using the CountBlank command it correctly counts the blank fields, however,
I need to count the Non-Blank fields.
=COUNTA(B1:B50) would give me what I need if it would ignore the empty
fields.
=COUNTA(C1:C50) works fine.
(I've tried subtracting the blank count from the total in Column C but my
total fields are not directly following the populated fields so to easy to
have an extra blank row in the range.)
Perhaps this is an Access question? How do I make empty fields blank?
Thanks in advance.
paste into another excel spreadsheet.
Column A is my description; Columns B and C are my values.
Both Column B and Column C have 50 rows. (This number varies)
Column B has some blank rows.
Column C has data in all rows (always).
I need to count the number of records in each column.
Using the CountA command, I currently first have to select any blank field
and delete the contents as Excel is reacting as if they are not blank.
Using the CountBlank command it correctly counts the blank fields, however,
I need to count the Non-Blank fields.
=COUNTA(B1:B50) would give me what I need if it would ignore the empty
fields.
=COUNTA(C1:C50) works fine.
(I've tried subtracting the blank count from the total in Column C but my
total fields are not directly following the populated fields so to easy to
have an extra blank row in the range.)
Perhaps this is an Access question? How do I make empty fields blank?
Thanks in advance.