Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]() Quote:
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
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
=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
![]() |
|||
|
|||
![]() Quote:
|
#5
![]() |
|||
|
|||
![]() Quote:
|
#6
![]() |
|||
|
|||
![]() Quote:
|
#7
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
It works across all the rows, not one at a time.
-- --- HTH Bob (change the xxxx to gmail if mailing direct) "frankjh19701" wrote in message ... Bob Phillips Wrote: =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 - 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. -- frankjh19701 |
#9
![]() |
|||
|
|||
![]() Quote:
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to count values in two columns | Excel Discussion (Misc queries) | |||
matching values in columns that contain duplicates | Excel Discussion (Misc queries) | |||
Conditional Formulae with non-numeric values across two columns | Excel Discussion (Misc queries) | |||
counting rows with same values for multiple values | New Users to Excel | |||
Totalling values across columns | Excel Worksheet Functions |