ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Using CountIf with non-adjacent cells in same column (https://www.excelbanter.com/excel-discussion-misc-queries/148313-using-countif-non-adjacent-cells-same-column.html)

RS

Using CountIf with non-adjacent cells in same column
 
I am trying to find a count of the letter "A" in the first column. I want to
skip over ten cells (A80 - A90) and continue on counting from A91 and on. I
do not want A80 - A90 to be in the count. Is this possible to do? What
would the formula be? Any advice would be much appreciated!!

Toppers

Using CountIf with non-adjacent cells in same column
 
perhaps

=Counfif(A1:A79,"A")+countif(A91:A1000,"A")

"RS" wrote:

I am trying to find a count of the letter "A" in the first column. I want to
skip over ten cells (A80 - A90) and continue on counting from A91 and on. I
do not want A80 - A90 to be in the count. Is this possible to do? What
would the formula be? Any advice would be much appreciated!!


RS

Using CountIf with non-adjacent cells in same column
 
Perfect! Thank you!!

"Toppers" wrote:

perhaps

=Countif(A1:A79,"A")+countif(A91:A1000,"A")

"RS" wrote:

I am trying to find a count of the letter "A" in the first column. I want to
skip over ten cells (A80 - A90) and continue on counting from A91 and on. I
do not want A80 - A90 to be in the count. Is this possible to do? What
would the formula be? Any advice would be much appreciated!!


PCLIVE

Using CountIf with non-adjacent cells in same column
 
Just so you know of the different ways to do this, you could also use:
=Countif(A1:A1000,"A")-countif(A80:A90,"A")

Regards,
Paul



"RS" wrote in message
...
Perfect! Thank you!!

"Toppers" wrote:

perhaps

=Countif(A1:A79,"A")+countif(A91:A1000,"A")

"RS" wrote:

I am trying to find a count of the letter "A" in the first column. I
want to
skip over ten cells (A80 - A90) and continue on counting from A91 and
on. I
do not want A80 - A90 to be in the count. Is this possible to do?
What
would the formula be? Any advice would be much appreciated!!





All times are GMT +1. The time now is 04:20 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com