Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 02-10-2015, 10:21 AM
Alaska1 Alaska1 is offline CountA function to Count Blanks Windows 7 64bit CountA function to Count Blanks Office 2007
Competent Performer
CountA function to Count Blanks
 
Join Date: Nov 2011
Posts: 110
Alaska1 is on a distinguished road
Default CountA function to Count Blanks


I need to count the number of company's that are blank in three data fields. H, I, J. The data is in dynamic table Because I will continue to add. Do I need to use the Count A function for this? I have attached a sample worksheet.
Attached Files
File Type: xlsx Book1.xlsx (27.6 KB, 11 views)
Reply With Quote
  #2  
Old 02-10-2015, 10:41 AM
Pecoflyer's Avatar
Pecoflyer Pecoflyer is offline CountA function to Count Blanks Windows 7 64bit CountA function to Count Blanks Office 2010 64bit
Expert
 
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,920
Pecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond repute
Default

Try the COUNTBLANK function instead.

Define your range a s a Table to make it dynamic
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post
Reply With Quote
  #3  
Old 02-10-2015, 10:44 AM
Alaska1 Alaska1 is offline CountA function to Count Blanks Windows 7 64bit CountA function to Count Blanks Office 2007
Competent Performer
CountA function to Count Blanks
 
Join Date: Nov 2011
Posts: 110
Alaska1 is on a distinguished road
Default

Thank you. The countblank function did not work for that. I need to count the number of companies with those three fields missing. My data is in a table.
Reply With Quote
  #4  
Old 02-10-2015, 10:48 AM
gebobs gebobs is offline CountA function to Count Blanks Windows 7 64bit CountA function to Count Blanks Office 2010 64bit
Expert
 
Join Date: Mar 2014
Location: Atlanta
Posts: 837
gebobs has a spectacular aura aboutgebobs has a spectacular aura about
Default

=COUNTIFS(Table1[Theme1],"",Table1[theme2],"",Table1[Theme3],"")
Reply With Quote
  #5  
Old 02-10-2015, 10:55 AM
Alaska1 Alaska1 is offline CountA function to Count Blanks Windows 7 64bit CountA function to Count Blanks Office 2007
Competent Performer
CountA function to Count Blanks
 
Join Date: Nov 2011
Posts: 110
Alaska1 is on a distinguished road
Default

Thank you. I have that formula already. That counts the number of blank cells for all three. It give me the number of 600. I need the number of companies which would be 122 where all three fields are blank.
Reply With Quote
  #6  
Old 02-10-2015, 12:22 PM
gebobs gebobs is offline CountA function to Count Blanks Windows 7 64bit CountA function to Count Blanks Office 2010 64bit
Expert
 
Join Date: Mar 2014
Location: Atlanta
Posts: 837
gebobs has a spectacular aura aboutgebobs has a spectacular aura about
Default

There must be some mistake. When I use that formula, I get 120.

I checked this with the formula:
=IF(COUNTBLANK(Table1[@[Theme1]:[Theme3]])=3,1,0)

The file is attached.
Attached Files
File Type: xlsx Book1 (3).xlsx (30.9 KB, 12 views)
Reply With Quote
  #7  
Old 02-10-2015, 12:43 PM
Alaska1 Alaska1 is offline CountA function to Count Blanks Windows 7 64bit CountA function to Count Blanks Office 2007
Competent Performer
CountA function to Count Blanks
 
Join Date: Nov 2011
Posts: 110
Alaska1 is on a distinguished road
Default

Thank you. It worked when I did it in the sample. I got 120 this time. The only thing is I cannot use #this row because I have all my reporting on one worksheet. I want it to be able to total on a separate worksheet. If I use this row it has to be in the main document.
Reply With Quote
  #8  
Old 02-10-2015, 01:59 PM
gebobs gebobs is offline CountA function to Count Blanks Windows 7 64bit CountA function to Count Blanks Office 2010 64bit
Expert
 
Join Date: Mar 2014
Location: Atlanta
Posts: 837
gebobs has a spectacular aura aboutgebobs has a spectacular aura about
Default

See the cell in M2 of sheet2? Copy and paste it wherever you like in the workbook. See attached.
Attached Files
File Type: xlsx Book1 (3).xlsx (31.0 KB, 11 views)
Reply With Quote
  #9  
Old 02-10-2015, 08:47 PM
Alaska1 Alaska1 is offline CountA function to Count Blanks Windows 7 64bit CountA function to Count Blanks Office 2007
Competent Performer
CountA function to Count Blanks
 
Join Date: Nov 2011
Posts: 110
Alaska1 is on a distinguished road
Default

Thank you for your help. I will use the formula in the attached document. Thank you again.
Reply With Quote
  #10  
Old 02-10-2015, 10:06 PM
macropod's Avatar
macropod macropod is offline CountA function to Count Blanks Windows 7 64bit CountA function to Count Blanks Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,360
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

You could try:
=SUMPRODUCT((Sheet1!$H2:$H264="")*(Sheet1!$I2:$I26 4="")*(Sheet1!$J2:$J264=""))
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #11  
Old 02-11-2015, 04:20 PM
Alaska1 Alaska1 is offline CountA function to Count Blanks Windows 7 64bit CountA function to Count Blanks Office 2007
Competent Performer
CountA function to Count Blanks
 
Join Date: Nov 2011
Posts: 110
Alaska1 is on a distinguished road
Default

Hello,

Thank you for your reply.
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
CountA function to Count Blanks Counting Blanks in 1 Column and Non-Blanks in Another dogwood705 Excel 4 02-07-2015 08:45 AM
Function to Count Data bdavidson22 Excel 0 12-19-2014 11:48 AM
COUNTA function returns incorrect value joeller Excel 2 10-16-2012 05:37 AM
Use of MIN and count function together khokababu Excel 0 02-22-2012 09:40 AM
CountA function to Count Blanks fill blanks in box keevitaja Word 1 05-23-2011 06:34 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 03:09 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft