Hey guys,
I have a need for a formula, that would be fast and that would automatically extract 16 sorted unique text values from a table containing about 13k records. I have a table that contains a column(field) with week number in yyyy/ww format (e.g.: 2012/48; 2013/01,...). The file contains all the data about activity (sales, production, stock,...) plan for following 15 weeks + info about current week extracted from SAP, so formats are a bit of an issue.I need to create a short list of weeks in order.
I know about advanced filters and I have tried pivot and data connections. All of them are clumsy and not automatic. Plus when I update the source, it still keeps the values that are no more present in the data. I plan to hide the tab where this list should be stored and just refer to named range (lstWeeks) where needed.
I have tried to use =SMALL(range;#) but I get a #NUM! error (since the data is stored as text). I have also tried DMIN() but there is definitely something I am not getting about the criteria parameter, since it always returns #VALUE!. I would prefer to avoid array formulas solely due to large data...
I am getting desperate with this, since I am trying to create a file that will generate a report of activity from the entered data without having to do any more manual operations on the file, to prevent a lot of possible error.
thanks for any help
I have a need for a formula, that would be fast and that would automatically extract 16 sorted unique text values from a table containing about 13k records. I have a table that contains a column(field) with week number in yyyy/ww format (e.g.: 2012/48; 2013/01,...). The file contains all the data about activity (sales, production, stock,...) plan for following 15 weeks + info about current week extracted from SAP, so formats are a bit of an issue.I need to create a short list of weeks in order.
I know about advanced filters and I have tried pivot and data connections. All of them are clumsy and not automatic. Plus when I update the source, it still keeps the values that are no more present in the data. I plan to hide the tab where this list should be stored and just refer to named range (lstWeeks) where needed.
I have tried to use =SMALL(range;#) but I get a #NUM! error (since the data is stored as text). I have also tried DMIN() but there is definitely something I am not getting about the criteria parameter, since it always returns #VALUE!. I would prefer to avoid array formulas solely due to large data...
I am getting desperate with this, since I am trying to create a file that will generate a report of activity from the entered data without having to do any more manual operations on the file, to prevent a lot of possible error.
thanks for any help