Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How to sum of two max figures out of five and four figures

I need to get sum of two maximum figures from five and four columns. Please
give me the formula in Excel Sheet.

Thanks.


Arshad
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default How to sum of two max figures out of five and four figures

Try this

=SUM(LARGE(A1:A60,ROW(INDIRECT("1:2"))))+SUM(LARGE (B1:B60,ROW(INDIRECT("1:2"))))

This will do columns A and B, add more columns as necessary.

Mike

"Arshad" wrote:

I need to get sum of two maximum figures from five and four columns. Please
give me the formula in Excel Sheet.

Thanks.


Arshad

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default How to sum of two max figures out of five and four figures

On Fri, 18 May 2007 01:47:07 -0700, Mike H
wrote:

Try this

=SUM(LARGE(A1:A60,ROW(INDIRECT("1:2"))))+SUM(LARG E(B1:B60,ROW(INDIRECT("1:2"))))

This will do columns A and B, add more columns as necessary.

Mike

"Arshad" wrote:

I need to get sum of two maximum figures from five and four columns. Please
give me the formula in Excel Sheet.

Thanks.


Arshad


Perhaps more efficient (or at least, shorter):

=SUM(LARGE(A1:A60,{1,2}),LARGE(B1:B60,{1,2}))


--ron
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default How to sum of two max figures out of five and four figures

You already have two replies, but I read your request differently -
you want to add the maximum from 5 columns (assume A:E) and the
maximum from four other columns (assume G:J). If so, try this:

=MAX(A1:E1000)+MAX(G1:J1000)

Adjust the ranges to suit.

Hope this helps.

Pete

On May 18, 7:00 am, Arshad wrote:
I need to get sum of two maximum figures from five and four columns. Please
give me the formula in Excel Sheet.

Thanks.

Arshad



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
What combo of figures = X? John Taylor Excel Discussion (Misc queries) 0 August 17th 06 01:02 PM
What combo of figures = X? tony1853 Excel Discussion (Misc queries) 2 August 15th 06 04:12 PM
add figures to existing figures in excel Barkster Excel Worksheet Functions 0 June 21st 06 02:54 PM
how do i get a column to only add up the figures in a certain col karen Excel Discussion (Misc queries) 4 October 26th 05 07:45 AM
Changing positive figures to minus figures Louise Excel Worksheet Functions 2 September 14th 05 10:05 AM


All times are GMT +1. The time now is 12:31 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"