ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   What formula do i use? (https://www.excelbanter.com/excel-worksheet-functions/197287-what-formula-do-i-use.html)

YH

What formula do i use?
 
I have a worksheet with several tables within a sheet. Each table is
dependent on responses from the previous table and new data received. One of
the things i want to be able to see is how many extra entries there are in
the new table that weren't there in the previous table.

So,
column A B C D
row
1 X 1 X 1 (COPIED FROM PREVIOUS TABLE)
2 Y 4 Y 4 (COPIED FROM PREVIOUS TABLE)
3 Z 5 (NEW DATA RECEIVED)
4 A (NEW DATA RECEIVED)
5

How can I show how many more entries there are in column D as compared to
column B bearing in mind that column C has 4 entries not 3 as D has. So,
final answer should be 1. I'm not sure what formula(s) i should be using.
Can you help?

Gary''s Student

What formula do i use?
 
=COUNT(C:C)-COUNT(D:D)
--
Gary''s Student - gsnu200797

Teethless mama

What formula do i use?
 
=COUNTA(C:C)-COUNT(D:D)


"YH" wrote:

I have a worksheet with several tables within a sheet. Each table is
dependent on responses from the previous table and new data received. One of
the things i want to be able to see is how many extra entries there are in
the new table that weren't there in the previous table.

So,
column A B C D
row
1 X 1 X 1 (COPIED FROM PREVIOUS TABLE)
2 Y 4 Y 4 (COPIED FROM PREVIOUS TABLE)
3 Z 5 (NEW DATA RECEIVED)
4 A (NEW DATA RECEIVED)
5

How can I show how many more entries there are in column D as compared to
column B bearing in mind that column C has 4 entries not 3 as D has. So,
final answer should be 1. I'm not sure what formula(s) i should be using.
Can you help?


YH

What formula do i use?
 

Thank you so much. this works. One other scenario. If the value for an
added criteria is listed as 0, i don't want that to count as an added entry
since there's no real increase. how do i make that happen?

"Teethless mama" wrote:

=COUNTA(C:C)-COUNT(D:D)


"YH" wrote:

I have a worksheet with several tables within a sheet. Each table is
dependent on responses from the previous table and new data received. One of
the things i want to be able to see is how many extra entries there are in
the new table that weren't there in the previous table.

So,
column A B C D
row
1 X 1 X 1 (COPIED FROM PREVIOUS TABLE)
2 Y 4 Y 4 (COPIED FROM PREVIOUS TABLE)
3 Z 5 (NEW DATA RECEIVED)
4 A (NEW DATA RECEIVED)
5

How can I show how many more entries there are in column D as compared to
column B bearing in mind that column C has 4 entries not 3 as D has. So,
final answer should be 1. I'm not sure what formula(s) i should be using.
Can you help?



All times are GMT +1. The time now is 12:51 PM.

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