If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Count the number of cell with true value returned by IF func....

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-22-11, 05:47
Steven_t Steven_t is offline
Registered User
 
Join Date: Jun 2011
Posts: 5
Exclamation Count the number of cell with true value returned by IF func....

Hello,

I have a column which uses "IF" function to determine true or false of a particular condition. I want to know how many number of cells in that column has value "true", I can get the value by adding filter to the column but its not that i want, I need to display the number of cell in a particular cell.. please help me with this.. Please reply to this as soon as possible...

Thank You
Reply With Quote
  #2 (permalink)  
Old 06-22-11, 06:14
weejas weejas is offline
Registered User
 
Join Date: Sep 2006
Location: Surrey, UK
Posts: 448
Review the help file for the COUNTIF function.
__________________
10% of magic is knowing something that no-one else does. The rest is misdirection.
Reply With Quote
  #3 (permalink)  
Old 06-22-11, 07:36
myle myle is offline
(Making Your Life Easy)
 
Join Date: Feb 2004
Location: New Zealand
Posts: 1,143
=Countif(Range,crit) so =countif(a1:a400,"=TRUE")

or
you could change the "true" 1 and false to 0 then you could just sum it
__________________
hope this help

See clear as mud


StePhan McKillen
the aim is store once, not store multiple times
Remember... Optimize 'til you die!
Progaming environment:
Access based on my own environment: DAO3.6/A97/A2000/A2003
VB based on my own environment: vb6 sp5
ASP based on my own environment: 5.6
VB-NET based on my own environment started 2007
SQL-2005 based on my own environment started 2008
MYLE
Reply With Quote
  #4 (permalink)  
Old 06-22-11, 11:57
Steven_t Steven_t is offline
Registered User
 
Join Date: Jun 2011
Posts: 5
Thanks for that myle and weejas

Myle,
Changing the value to 1 and 0 helped me, thanks a lot...!!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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