Darren Bartrup
Well-known Member
- Joined
- Mar 13, 2006
- Messages
- 1,296
- Office Version
-
- 365
- Platform
-
- Windows
Hi all,
This seems like it should be easy, but I just can't get my head around it.
Basically I want to find the maximum of each row added together.
i.e.
which gives a result of 146.8.
Is there an easier way to write this using an array formula?
There will be between 1 and 30 sets of numbers depending on choices made elsewhere within the workbook.
Someone please help. My brain seems to have stopped working this week.
Regards,
Darren.
This seems like it should be easy, but I just can't get my head around it.
Basically I want to find the maximum of each row added together.
i.e.
Code:
=MAX(SUM(E7:E8),SUM(F7:F8),SUM(G7:G8),SUM(H7:H8),SUM(I7:I8))
Is there an easier way to write this using an array formula?
There will be between 1 and 30 sets of numbers depending on choices made elsewhere within the workbook.
SAS 2008 IV.xls | |||||||
---|---|---|---|---|---|---|---|
E | F | G | H | I | |||
7 | 75.5 | 81.5 | 82 | 82.5 | 83 | ||
8 | 52 | 65.3 | 55 | 57.1 | 63.8 | ||
Raw Data (Sorted) |
Someone please help. My brain seems to have stopped working this week.
Regards,
Darren.