Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Member
 
Posts: 89
Post Counting Values Across Columns

I have data, numeric values, in mulitple columns and I need to find out how often values in one column occur with another value in another column. For example, if in column A there are values 176,2902,331... and in column B 3134,3415,6345 and so on, but I needed to find find how often 176 occured with 3415, how would I do that?
  #2   Report Post  
Member
 
Posts: 89
Post

Quote:
Originally Posted by frankjh19701
I have data, numeric values, in mulitple columns and I need to find out how often values in one column occur with another value in another column. For example, if in column A there are values 176,2902,331... and in column B 3134,3415,6345 and so on, but I needed to find find how often 176 occured with 3415, how would I do that?

I forgot to mention, I need to maintain the numeric values in their respective rows. In other words, I need to find out how often the same two numbers occur within the same row (While being in diferent columns). I hope that clarifies things.
  #3   Report Post  
Posted to microsoft.public.excel.setup
external usenet poster
 
Posts: 1,726
Default Counting Values Across Columns

=SUMPRODUCT(--(A1:A100=176),--(B1:B100=3415))

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)
"frankjh19701" wrote in message
...

I have data, numeric values, in mulitple columns and I need to find out
how often values in one column occur with another value in another
column. For example, if in column A there are values 176,2902,331...
and in column B 3134,3415,6345 and so on, but I needed to find find how
often 176 occured with 3415, how would I do that?




--
frankjh19701



  #4   Report Post  
Member
 
Posts: 89
Default

Thank you. It works only on one row at a time. How can I get it to search across all of the rows for the presence of the values? The series runs from left to right across a row in multiple columns, so I need to find the couplings that could be not just in Column A & B, but possibly from A to C, or from C & F and so on.
  #5   Report Post  
Member
 
Posts: 89
Post

Thank you. It works only on one row at a time. How can I get it to search across all of the rows for the presence of the values? The series runs from left to right across a row in multiple columns, so I need to find the couplings that could be not just in Column A & B, but possibly from A to C, or from C & F and so on.


  #6   Report Post  
Member
 
Posts: 89
Post

Thank you. It works only on one row at a time. How can I get it to search across all of the rows for the presence of the values? The series runs from left to right across a row in multiple columns, so I need to find the couplings that could be not just in Column A & B, but possibly from A to C, or from C & F and so on.
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
Formula to count values in two columns JBurlage Excel Discussion (Misc queries) 6 August 31st 06 12:59 PM
matching values in columns that contain duplicates jellybean Excel Discussion (Misc queries) 8 August 15th 06 02:13 AM
Conditional Formulae with non-numeric values across two columns kbear Excel Discussion (Misc queries) 2 January 29th 06 08:40 PM
counting rows with same values for multiple values Jon Viehe New Users to Excel 4 September 1st 05 03:49 PM
Totalling values across columns Glenn Excel Worksheet Functions 3 January 26th 05 01:47 AM


All times are GMT +1. The time now is 02:29 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"