Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default find alpha in column 1 numeric column 2

Might be basic question, but I am having brain cramp!!! I am trying to
count the number of times in a sheet column 1 = 10 AND column 2 = South. I
have tried multiple version of the count, and, if, countif etc, but can not
figure it out. Please advise
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default find alpha in column 1 numeric column 2

Try this:

=SUMPRODUCT(--(A1:A100=10),--(B1:B100="south"))

Better to use cells to hold the criteria:

D1 = 10
E1 = south

=SUMPRODUCT(--(A1:A100=D1),--(B1:B100=E1))


--
Biff
Microsoft Excel MVP


"JANeyer" wrote in message
...
Might be basic question, but I am having brain cramp!!! I am trying to
count the number of times in a sheet column 1 = 10 AND column 2 = South.
I
have tried multiple version of the count, and, if, countif etc, but can
not
figure it out. Please advise



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,091
Default find alpha in column 1 numeric column 2

=SUMPRODUCT((A1:A10=10)*(B1:B10="South"))

Tyro

"JANeyer" wrote in message
...
Might be basic question, but I am having brain cramp!!! I am trying to
count the number of times in a sheet column 1 = 10 AND column 2 = South.
I
have tried multiple version of the count, and, if, countif etc, but can
not
figure it out. Please advise



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
How can I change column headers from numeric to alpha? Trish Excel Discussion (Misc queries) 2 October 23rd 07 08:11 PM
Lookup the last alpha numeric value in a column BAKERSMAN Excel Discussion (Misc queries) 4 July 16th 07 11:14 PM
Change the column designation from a numeric to an alpha George Sladky Excel Discussion (Misc queries) 2 May 4th 06 02:47 PM
Excel XP. column headings are numeric I want alpha DAK Setting up and Configuration of Excel 1 March 30th 06 06:42 PM
column changed from alpha to numeric maxzsim Excel Worksheet Functions 2 June 3rd 05 08:49 AM


All times are GMT +1. The time now is 02:59 PM.

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"