Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I use following array formula to count unique values in range:
=SUM(IF(FREQUENCY(IF(LEN(P76:P79)0;MATCH(P76:P79; P76:P79;0);""); IF(LEN(P76:P79)0;MATCH(P76:P79;P76:P79;0);""))0; 1)) IT works well if P76:P79 contains simple entered values, but returns N/A error if cells have their own formulas. In my case in range P76:P79 i have formula: =IF($L76=1;HLOOKUP("Summa";INDIRECT(res.table);$M7 6);"") which works perfectly well and returns following values: P 76 "k" 77 "k" 78 "" <- (blank text) 79 "" <- (blank text) I can't understand why does unique values formula fail to return value 1. It does not fail if i replace formulas with their values (by copy, paste values only) e.g If range conain simple values unique value counter work's well, but if range contains formulas it returns N/A eroor How can i solve this problem ? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date Value Funtion in Excel 2003 returns an error, but not in Exce | Excel Worksheet Functions | |||
Condition now returns error | Excel Worksheet Functions | |||
Problem with GEOMEAN - returns #NUM error | Excel Worksheet Functions | |||
RATE returns the #NUM! error value | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |