You could sort the #N/A errors to the bottom of your list and have the TREND() function ignore them. For example, suppose that A1:A5 contained {10;30;20;#N/A;40}. {=TREND(A1:A5)} entered into D1:D5 produces #VALUE! errors. Instead, enter the array formula...
{=TREND(A1:OFFSET(A1,SUM(ISNUMBER(A1:A5)+0)-1,))}
...into D1:D5. Next, enter the formula, =ROW()+A1*0, into B1 and fill down to B5. Now, sort on column B. Voila!! The #N/A errors are sorted to the bottom of the list and ignored by TREND().
[ This Message was edited by: Mark W. on 2002-02-25 15:36 ]


LinkBack URL
About LinkBacks
Reply With Quote





Bookmarks