View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mark K[_2_] Mark K[_2_] is offline
external usenet poster
 
Posts: 9
Default =SLOPE(OFFSET(INDEX .... Help please

On Jul 11, 4:23 am, Lori wrote:
Maybe try entering this using {Ctrl+Shift+Enter}:

=SLOPE(IF(ISNUMBER(B2:H2),B2:H2),IF(ISNUMBER(B2:H2 ),B1:H1))

slope/intercept/forecast ignore non-numeric data (unlike linest/trend).


Many thanks for your help. I'll give it a try.

Cheers, Mark