Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 177
Default Count New to the List, Count Leaving the List, Count Total

Ok, this is a variation of a previous question

Column D is a list of data at the beginning of the month. Column C is the
list of data at the end of the month.

What formulas do I need in cells B1, B2, B3 and B4 to get the answers I
provided in Column B below? No helper columns. Thanks very much for taking
a look.


Column A Column B Column C Column D
Beginning of month 5 apples apples
New to the list 5 pears grapefruits
Leaving the list 3 bananas beans
End of month 7 green green
blue red
yellow
brown

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 177
Default Count New to the List, Count Leaving the List, Count Total

I think this works:

cell B1 =COUNTIF($D$1:$D$2000,"*")
Cell B2
=COUNTIF($C$1:$C$2000,"*")-SUMPRODUCT(--(ISNUMBER(MATCH(C1:C2000,D1:D2000,0))))
Cell B3
=-(COUNTIF($D$1:$D$2000,"*")-SUMPRODUCT(--(ISNUMBER(MATCH(C1:C2000,D1:D2000,0)))))
Cell B4
=-(COUNTIF($D$1:$D$2000,"*")-SUMPRODUCT(--(ISNUMBER(MATCH(C1:C2000,D1:D2000,0)))))




"SteveC" wrote:

Ok, this is a variation of a previous question

Column D is a list of data at the beginning of the month. Column C is the
list of data at the end of the month.

What formulas do I need in cells B1, B2, B3 and B4 to get the answers I
provided in Column B below? No helper columns. Thanks very much for taking
a look.


Column A Column B Column C Column D
Beginning of month 5 apples apples
New to the list 5 pears grapefruits
Leaving the list 3 bananas beans
End of month 7 green green
blue red
yellow
brown

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
count the dates for each criteria and list total occurances for ea upnadam Excel Worksheet Functions 1 October 16th 08 01:41 AM
Excel 2000, count, sort a list & count totals? sunslight Excel Worksheet Functions 1 April 9th 07 05:46 PM
Count numbers in list Arne Hegefors Excel Worksheet Functions 6 February 13th 07 05:18 PM
count if ?? List if? Tammy Excel Discussion (Misc queries) 1 January 31st 07 05:25 PM
How do i count numbers and letters to find a total count of all Linda Excel Worksheet Functions 4 November 10th 05 04:51 PM


All times are GMT +1. The time now is 06:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"