Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DLT DLT is offline
external usenet poster
 
Posts: 2
Default Can I combine Excel COUNTBLANK with another function?

I am trying to create a formula that combines the COUNTBLANK function with a
COUNTIF (or SUMIF)-type function using the following Excel data:

A B C D

3 D800 1 TP
3 D801 2 TP
3 D802 3 TP
3 D803 4 TP
3 D804 5 TP
3 D805 6 TP
3 D806 7 TP
3 D807 8 TP
9 D808
9 D809
9 D80A F-SYS 1
9 D80B F-SYS 2
9 D80C F-SYS 3
9 D80D F-SYS 4
9 D80E F-SYS 5
9 D80F F-SYS 6
9 D810 F-SYS 7
9 D811 F-SYS 8
9 D812 F-SYS 9
9 D813 F-SYS 10
9 D814 F-SYS 11

What I am attempting to do is count the number of blank cells in Col. "C"
when the value in Col. "A" is "9" (or "3", or whatever value I am comparing
in that Col.)

I have not been able to any combination of the functions to give me a valid
result - in the case I mentioned above, the result shoud be "2", but I
eitheer get "0" or some other much larger number.

Anyone have any thoughts on how to accomplish this??

Thanks!!

DLT

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,696
Default Can I combine Excel COUNTBLANK with another function?

=SUMPRODUCT(--(A1:A500=9),--(C1:C5000="")) will return number of rows with
blank in column C and 9 in column A.

"DLT" wrote:

I am trying to create a formula that combines the COUNTBLANK function with a
COUNTIF (or SUMIF)-type function using the following Excel data:

A B C D

3 D800 1 TP
3 D801 2 TP
3 D802 3 TP
3 D803 4 TP
3 D804 5 TP
3 D805 6 TP
3 D806 7 TP
3 D807 8 TP
9 D808
9 D809
9 D80A F-SYS 1
9 D80B F-SYS 2
9 D80C F-SYS 3
9 D80D F-SYS 4
9 D80E F-SYS 5
9 D80F F-SYS 6
9 D810 F-SYS 7
9 D811 F-SYS 8
9 D812 F-SYS 9
9 D813 F-SYS 10
9 D814 F-SYS 11

What I am attempting to do is count the number of blank cells in Col. "C"
when the value in Col. "A" is "9" (or "3", or whatever value I am comparing
in that Col.)

I have not been able to any combination of the functions to give me a valid
result - in the case I mentioned above, the result shoud be "2", but I
eitheer get "0" or some other much larger number.

Anyone have any thoughts on how to accomplish this??

Thanks!!

DLT

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DLT DLT is offline
external usenet poster
 
Posts: 2
Default Can I combine Excel COUNTBLANK with another function?

Thanks! That works exactly as I needed it to!!

"Sean Timmons" wrote:

=SUMPRODUCT(--(A1:A500=9),--(C1:C5000="")) will return number of rows with
blank in column C and 9 in column A.

"DLT" wrote:

I am trying to create a formula that combines the COUNTBLANK function with a
COUNTIF (or SUMIF)-type function using the following Excel data:

A B C D

3 D800 1 TP
3 D801 2 TP
3 D802 3 TP
3 D803 4 TP
3 D804 5 TP
3 D805 6 TP
3 D806 7 TP
3 D807 8 TP
9 D808
9 D809
9 D80A F-SYS 1
9 D80B F-SYS 2
9 D80C F-SYS 3
9 D80D F-SYS 4
9 D80E F-SYS 5
9 D80F F-SYS 6
9 D810 F-SYS 7
9 D811 F-SYS 8
9 D812 F-SYS 9
9 D813 F-SYS 10
9 D814 F-SYS 11

What I am attempting to do is count the number of blank cells in Col. "C"
when the value in Col. "A" is "9" (or "3", or whatever value I am comparing
in that Col.)

I have not been able to any combination of the functions to give me a valid
result - in the case I mentioned above, the result shoud be "2", but I
eitheer get "0" or some other much larger number.

Anyone have any thoughts on how to accomplish this??

Thanks!!

DLT

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
COUNTBLANK function when column lenght grows Dave Excel Worksheet Functions 7 February 26th 09 02:15 AM
COUNTBLANK function Latika Excel Worksheet Functions 2 July 10th 06 05:20 PM
COUNTBLANK function Ian P Excel Worksheet Functions 4 May 21st 06 06:49 PM
COUNTBLANK function Ian P Excel Worksheet Functions 6 May 19th 06 06:52 PM
Exceptions to =Countblank function JackBall Excel Worksheet Functions 3 March 24th 06 08:22 PM


All times are GMT +1. The time now is 09:24 AM.

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"