Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi!! i'm currently trying to count the number of unique numbers in a Column using this formula: =SUMPRODUCT((A3:A3002<"")/COUNTIF(A3:A4002;A3:A3002&"")) So far so good.....But I want to add some conditions like only count the numbers that meet the condition say N1:N3000="SE*" I tried a couple of things but nothing seem to work can you please help out.....Don't laugh and I will paste my own failed solutions: =SUMPRODUCT((A1:A3000<"");(AND(OR(N1:N3000="SE*"; N1:N3000="INC*")/COUNTIF(A1:A3000;A1:A3000&"")))) On this one I get #VALUE! and i can't figure out why. I have also tried to put the AND/OR condition before the actual starting of the array of the SUMPRODUCT but nothing. -- ajajmannen ------------------------------------------------------------------------ ajajmannen's Profile: http://www.excelforum.com/member.php...o&userid=34130 View this thread: http://www.excelforum.com/showthread...hreadid=538999 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Totaling the number of comma delimited numbers in a column | Excel Worksheet Functions | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Positioning Numeric Values Resulting from 6 Column Array Formula | Excel Worksheet Functions | |||
Count number of items in one column that have a value in another? | Excel Worksheet Functions | |||
creating a bar graph | Excel Discussion (Misc queries) |