Thread
:
=SLOPE(OFFSET(INDEX .... Help please
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Bernd P
external usenet poster
Posts: 806
=SLOPE(OFFSET(INDEX .... Help please
Hello Mark,
Why OFFSET? Take INDEX:
=SLOPE(INDEX(A2:G2,1,LOOKUP(2,1/ISERROR(A2:G2),{1,2,3,4,5,6,7})
+1):G2,INDEX($E$1:$K$1,1,LOOKUP(2,1/ISERROR(A2:G2),{1,2,3,4,5,6,7})+1):
$K$1)
It's not volatile.
Regards,
Bernd
Reply With Quote
Bernd P
View Public Profile
Find all posts by Bernd P