Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following formula:
=SUMPRODUCT((A8:A100<"")/COUNTIF(A8:A100,A8:A100&"")) This formula counts the number of unique records in a column (A) The column (A) grows every day to a variable amount I need to replace the (100) by the value of a cell that counts the row in column (A) I tried all the variations of "INDIRECT) but it doesn't seem to work. Obviously my syntax is not right. Any pointer will be gratefully appreciated. Thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Allow EXCEL INDIRECT(ADDRESS()) and INDIRECT(RANGE()) functions | Excel Worksheet Functions | |||
INDEX("a"&COLUMNS(INDIRECT(A1):INDIRECT(A2)):A30,4) | Excel Discussion (Misc queries) | |||
INDIRECT? | Excel Worksheet Functions | |||
Help with INDIRECT() | Excel Discussion (Misc queries) | |||
Need help with Indirect | Excel Discussion (Misc queries) |