SoftwareTipsandTricks Forum

Go Back   SoftwareTipsandTricks Forum > Software > Software Problems and Useful Utilities
User Name
Password


Excel Columns - logical sorting options

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes

  #1  
Old 01-07-2003, 06:16 PM
donrupika Offline
Junior Member
 
Join Date: Jan 2003
Posts: 1
Excel Columns - logical sorting options

Column A : series of numbers from 1-100(random)
Column B : 1's and 2's, randomly

I need to figure out how to write a formula that will count how many occurances of Column A cells that are >13; AND Column B cells that have the number "2"

Can ANYONE HELP???????
Please e-mail your suggestion to donrupika@yahoo.com

Don.
Reply With Quote

  #2  
Old 02-05-2003, 04:37 AM
Philster's Avatar
Philster Offline
Registered User
 
Join Date: Jan 2003
Location: South Carolina
Posts: 60
Just use an IF/THEN statement. ie. =IF(A1>13,1,0) this would be over in another row. If number in A1 is greater than 13 then it puts in a 1, if not it puts in a zero. Next is =IF(B1=2,1,0). Copy these down the columns next to your data and then sum the totals at the bottom.
__________________
My children think I can do anything!! Everybody else knows better!!
Reply With Quote

  #3  
Old 02-16-2003, 07:14 PM
Tom Urtis Offline
Junior Member
 
Join Date: Feb 2003
Location: Silicon Valley, California USA
Posts: 6
Send a message via AIM to Tom Urtis Send a message via Yahoo to Tom Urtis
Try this formula in a cell other than in column A or B:

=COUNTIF(A:A,">13")+COUNTIF(B:B,2)
__________________
Tom Urtis
Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How does logical CD indexing work w.r.t. wmpcd protocol? rumtum_lum Windows XP 0 05-19-2003 10:51 PM



All times are GMT -5. The time now is 10:51 AM.


Designed by eXtremepixels. Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.