Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
excel2003
i have a range name SPH1 (='Salar'!$I$146:$I$2033) it will cover all the weekly entry of values fed from our office. i146 contains the header i2033 is always empty. i147:i2032 not empty with values 0+. after one week the range will increase for about 100. i need to create a dynamic list in a separate -Sheet1- like under a name of SPHU (='Sheet1'!B:B). SPHU must contain only the unique values entered in SPH1. so, SPHU may look somethiing like this.. B1 will contain the header B2:B# e.g.( 0,401,500,502.5,650.33336,700,max!) I will use this list from Sheet1 to review other existing workbooks - somekind of validation work. thanks and regards, driller -- ***** birds of the same feather flock together.. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is VBA O.K. for this??
-- Gary''s Student - gsnu200725 "driller" wrote: excel2003 i have a range name SPH1 (='Salar'!$I$146:$I$2033) it will cover all the weekly entry of values fed from our office. i146 contains the header i2033 is always empty. i147:i2032 not empty with values 0+. after one week the range will increase for about 100. i need to create a dynamic list in a separate -Sheet1- like under a name of SPHU (='Sheet1'!B:B). SPHU must contain only the unique values entered in SPH1. so, SPHU may look somethiing like this.. B1 will contain the header B2:B# e.g.( 0,401,500,502.5,650.33336,700,max!) I will use this list from Sheet1 to review other existing workbooks - somekind of validation work. thanks and regards, driller -- ***** birds of the same feather flock together.. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i147:i2032 not empty with values 0+.
Try this entered in D2. D1 is a column header (or empty cell, or just not a number) =IF(ROWS($1:1)<=COUNT(1/FREQUENCY(rng,rng)),INDEX(rng,MATCH(0,INDEX(COUNTI F(D$1:D1,rng),,1),0)),"") Copy down until you get blanks. Biff "driller" wrote in message ... excel2003 i have a range name SPH1 (='Salar'!$I$146:$I$2033) it will cover all the weekly entry of values fed from our office. i146 contains the header i2033 is always empty. i147:i2032 not empty with values 0+. after one week the range will increase for about 100. i need to create a dynamic list in a separate -Sheet1- like under a name of SPHU (='Sheet1'!B:B). SPHU must contain only the unique values entered in SPH1. so, SPHU may look somethiing like this.. B1 will contain the header B2:B# e.g.( 0,401,500,502.5,650.33336,700,max!) I will use this list from Sheet1 to review other existing workbooks - somekind of validation work. thanks and regards, driller -- ***** birds of the same feather flock together.. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thanks
i tried to use the formulas, then macro recording seems to fit for further more routine computation. regards, driller -- ***** birds of the same feather flock together.. Try this entered in D2. D1 is a column header (or empty cell, or just not a number) =IF(ROWS($1:1)<=COUNT(1/FREQUENCY(rng,rng)),INDEX(rng,MATCH(0,INDEX(COUNTI F(D$1:D1,rng),,1),0)),"") Copy down until you get blanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to set up building list for Banker for new farm shop | New Users to Excel | |||
Building Pivot table from Access data | Excel Discussion (Misc queries) | |||
Excel or Access for building front end to small data-set? | Excel Discussion (Misc queries) | |||
Building list based on condition | Excel Worksheet Functions | |||
self-building dropdown list | Excel Worksheet Functions |