Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi
I need to count the number of unique text values stored in column A based on the contents of column B. Column B contains groups of values of different sizes (# rows) for each group I need to count the number of unique corresponding values stored in column A. These are all text based. Any suggestions on how to do this? Thanks, Jorge |
#2
![]() |
|||
|
|||
![]()
I think the CountIf function is what you're looking for.
HTH, Gary Brown "Jorge" wrote: Hi I need to count the number of unique text values stored in column A based on the contents of column B. Column B contains groups of values of different sizes (# rows) for each group I need to count the number of unique corresponding values stored in column A. These are all text based. Any suggestions on how to do this? Thanks, Jorge |
#3
![]() |
|||
|
|||
![]()
With a list of unique names from Column B in another column, let's say
Column C... D1, copied down: =SUM(IF(FREQUENCY(IF(($A$1:$A$100<"")*($B$1:$B$10 0=C1),MATCH($A$1:$A$100 ,$A$1:$A$100,0)),ROW(INDIRECT("1:"&ROWS($A$1:$A$10 0))))0,1,0)) ....confirmed with CONTROL+SHIFT+ENTER, not just ENTER. Is this what you're looking for? Hope this helps! In article , "Jorge" wrote: Hi I need to count the number of unique text values stored in column A based on the contents of column B. Column B contains groups of values of different sizes (# rows) for each group I need to count the number of unique corresponding values stored in column A. These are all text based. Any suggestions on how to do this? Thanks, Jorge |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Unique in Pivot Table | Excel Discussion (Misc queries) | |||
Can an excel cell automatically change fill colors based on values | Excel Discussion (Misc queries) | |||
Missing values in Excel Line Chart | Charts and Charting in Excel | |||
project values based on other values | Excel Discussion (Misc queries) | |||
Selecting data from a list based on entered values | Excel Discussion (Misc queries) |