Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Formulas - COUNTING PROBLEMS

Hi Guys!

I just want to know how will I do this in excel. For example I have th
following data:

DATE STATUS
8/1 done
8/1 done
8/1
8/1 done
8/1
8/1
8/1 done
8/2
8/2
8/2 done


Now, what I want to do is to count how many done status i have in
particular date. in this example for 8/1, i have 4 done status. and fo
8/2 i have 1 done status. How will I do this in excel?

Thanks

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,651
Default Excel Formulas - COUNTING PROBLEMS

On Wed, 4 Aug 2004 17:51:15 -0500, arjcvg
wrote:

Hi Guys!

I just want to know how will I do this in excel. For example I have the
following data:

DATE STATUS
8/1 done
8/1 done
8/1
8/1 done
8/1
8/1
8/1 done
8/2
8/2
8/2 done


Now, what I want to do is to count how many done status i have in a
particular date. in this example for 8/1, i have 4 done status. and for
8/2 i have 1 done status. How will I do this in excel?

Thanks!


---
Message posted from http://www.ExcelForum.com/


Here's one way:

With the date of concern in F3, use this formula:

=SUMPRODUCT((DATE=F3)*(STATUS="done"))

DATE is the named range containing your list of dates; STATUS is a named range
containing "done"'s or blanks.


--ron
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default Excel Formulas - COUNTING PROBLEMS

Hi,

=SUMPRODUCT((A2:A1000=DATE(2004,8,1))*N(B2:B1000=" done"))

--
Regards,
Soo Cheon Jheong
_ _
^ ^
v



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Formulas - COUNTING PROBLEMS

:) Hi Guys!

Thanks for the reply! It worked! You're really a great help

--
Message posted from http://www.ExcelForum.com

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Formulas - COUNTING PROBLEMS

Hi Guys!

How about this:


For example, I have the following data:
DATE---MENU---TIMEAVAILABLE
8/1-----Coke----5AM-2PM
8/1-----Spag----6AM-5PM
8/2-----Coke----8PM-9PM
8/2-----Spag----10AM-6PM

How can I print a report that looks like this:

MENU-------8/1-------------8/2
Coke--------5AM-2PM------8PM-9PM
SpaG--------6AM-5PM------10AM-6PM

Thanks a lot again for your help

--
Message posted from http://www.ExcelForum.com

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
Counting # of Formulas in a column with formulas and entered data Brand Excel Worksheet Functions 1 October 10th 09 01:01 PM
I'm having problems understanding the formulas in Excel Gueni New Users to Excel 2 July 28th 06 02:06 PM
counting problems Metolius Dad Excel Worksheet Functions 1 April 24th 06 06:21 AM
problems for counting philip Excel Worksheet Functions 8 August 4th 05 05:01 PM
Problems with Excel formulas when 2002 upgraded to XP Kathi McGraw Excel Worksheet Functions 0 November 16th 04 05:27 PM


All times are GMT +1. The time now is 05:35 PM.

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

About Us

"It's about Microsoft Excel"