Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hello,
in the usegroup there are many postings describing how to get an array of unique items listed on a spreadsheet. I have the following formula: {=SUM(--(SUMIF(Months,{"Jan","Feb","Mar"},Values)0))} I'd like to replace the array constant "{"Jan","Feb","Mar"}" by an formula which creates an array of unique items from a range which I've called "Months". Regards Werner |
#2
![]() |
|||
|
|||
![]()
1. If you have the latest version of Longre's free morefunc.xll add-in...
=COUNTDIFF(IF(Values0,Months,0),FALSE,0) which must be confirmed with control+shift+enter. 2. Otherwise... =SUM(IF(FREQUENCY(IF((Values0)*(Months<""),MATCH (Months,Months,0)),ROW(Months))0,1)) which also needs to be confirmed with control+shift+enter. Werner Rohrmoser wrote: Hello, in the usegroup there are many postings describing how to get an array of unique items listed on a spreadsheet. I have the following formula: {=SUM(--(SUMIF(Months,{"Jan","Feb","Mar"},Values)0))} I'd like to replace the array constant "{"Jan","Feb","Mar"}" by an formula which creates an array of unique items from a range which I've called "Months". Regards Werner |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create a Chart with Values from Array AND NOT from Ranges | Charts and Charting in Excel | |||
How to validate data entries to be unique within an array | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) | |||
Formula to list unique values | Excel Worksheet Functions | |||
VBA Import of text file & Array parsing of that data | Excel Discussion (Misc queries) |