Home |
Search |
Today's Posts |
#5
![]() |
|||
|
|||
![]() Elijah Wrote: Ok - getting rid of the error is probably a better approach. The errors come from an extracted list of customer names using the array formula you provided before Frank: {=INDEX(Custnames,SMALL(IF(RngA="Include",ROW(RngA )-3),ROW(1:1)))} I extended the formula down further than was neccessary to acomodate when the customer list growths. So that's were the #NUM! errors come into play. I guess I don't neccessarily need to do this - but I want to automate my xls as much as possible for when others use it. If there is a solution it would be helpful, - but I guess not the 'end of the world' :-) ... Is there a particular reason for not implementing the formula system I suggested in http://www.excelforum.com/showthread.php?t=276162 to extract the customer list of interest and associated values? I'm saying this in view of the fact that you are attempting to use an inefficient (slow), non-robust extraction formula which moreover produces #NUM! errors that thwart further processing of the extracted list. Expanding the formula in question with error trapping using ISERROR makes it doubly inefficient. -- Aladin Akyurek ------------------------------------------------------------------------ Aladin Akyurek's Profile: http://www.excelforum.com/member.php...fo&userid=4165 View this thread: http://www.excelforum.com/showthread...hreadid=318967 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to use SUMIF to return sums between two values located in cells | Excel Worksheet Functions | |||
Where is the bug in my array? | Excel Discussion (Misc queries) | |||
VBA Import of text file & Array parsing of that data | Excel Discussion (Misc queries) | |||
how do I generate an array of correlated values | Excel Worksheet Functions | |||
Keeping Array values? | Excel Worksheet Functions |