Computing.Net > Forums > Programming > Excel Counting Command

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Excel Counting Command

Reply to Message Icon

Name: Zaks
Date: April 2, 2009 at 05:04:03 Pacific
OS: Windows XP
CPU/Ram: 512MB
Subcategory: General
Comment:

Hiya this is my first post regarding counting, i want to count the number of old codes sent and recieved (as well as for the other codes) how can this be done in excel see below for values. the problem is the blanks.

Code Sent Received
Old Numeric Numeric
Old Done Done
Old 16_02_2009
Old Done Done
Q1 Done Done
Q1 16_02_2009
Q1 N/A N/A
Q1 16_01_2009 16_01_2009
Q1 Numeric Numeric
Q1
Old 19_02_2009
Old 27_02_2009
Old
Old 10_03_2009 10_03_2009
Old Done Done
New 12_03_2009 12_03_2009
New
New 12_03_2009
New 02_03_2009 12_03_2009
New
New 17_03_2009 19_03_2009
New N/A N/A
Q1 Done Done
Q1 Done Done
Q1 N/A N/A
Q1 17_03_2009
Q1 Done Done
Q1 17_03_2009 17_03_2009
Q1
Q1
Q1 N/A N/A



Sponsored Link
Ads by Google

Response Number 1
Name: jon_k
Date: April 2, 2009 at 05:19:35 Pacific
Reply:

Unless you want to do this with VB/VBA, you're probably better off posting this in the office forum. However:

If I understand correctly, you're trying to get a count of how many rows have "Old" in column A, and do NOT have a blank in either column B or column C.

If this is right, try:

=SUMPRODUCT(--($A$1:$A$1000="Old"),--($B$1:$B$1000<>""),--($C$1:$C$1000<>""))

Hope this helps


0

Response Number 2
Name: Zaks
Date: April 2, 2009 at 05:40:02 Pacific
Reply:

Yeh it works thanks


0

Response Number 3
Name: Zaks
Date: April 2, 2009 at 06:55:22 Pacific
Reply:

Jus another question i want know if the codes have been completed i have used a COUNTA formula so it gives me a number at the end (4 being completed). but i want to know how many completed in each codes?

see below


Code Created by Sent Received
Old PU Numeric Numeric 4
Old AB Done Done 4
Old PU 16_02_2009 3
Old AB Done Done 4
Q1 PU Done Done 4
Q1 AB 16_02_2009 3
Q1 PU N/A N/A 4
Q1 AB 16_01_2009 16_01_2009 4
Old PU 19_02_2009 3
Old AB 27_02_2009 3
Old PU 2


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Excel Counting Command

Word link to open an excel book in a previous www.computing.net/answers/programming/word-link-to-open-an-excel-book-in-a-previous/19819.html

Excel help please www.computing.net/answers/programming/excel-help-please/7905.html

Command counting in VB! www.computing.net/answers/programming/command-counting-in-vb/4678.html