Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Trying to set up the following computation in excel.
=Sum(abs(An - Bn)+abs(An+1 - Bn+1)+...+abs(Am - Bm)) where the row range varies from n to m. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
SUMPRODUCT should provide one way, eg:
=SUMPRODUCT(ABS(A1:A100-B1:B100)) Adapt the ranges to suit .. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Tom@AML" wrote: Trying to set up the following computation in excel. =Sum(abs(An - Bn)+abs(An+1 - Bn+1)+...+abs(Am - Bm)) where the row range varies from n to m. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Max,
Thanks very much! Works great. Tom "Max" wrote: SUMPRODUCT should provide one way, eg: =SUMPRODUCT(ABS(A1:A100-B1:B100)) Adapt the ranges to suit .. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Tom@AML" wrote: Trying to set up the following computation in excel. =Sum(abs(An - Bn)+abs(An+1 - Bn+1)+...+abs(Am - Bm)) where the row range varies from n to m. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
welcome, Tom. thanks for posting back.
-- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Tom@AML" wrote in message ... Max, Thanks very much! Works great. Tom |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selecting Variable Data Ranges | Excel Discussion (Misc queries) | |||
How to include ranges of data in a nested EXCEL formula | Excel Discussion (Misc queries) | |||
Linest/slope functions with with different data ranges | Excel Worksheet Functions | |||
Data calculations require more than 7 nested functions | Excel Worksheet Functions | |||
Data calculations require more than 7 nested functions | Excel Worksheet Functions |