Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 87
Default formula to add the highest value

A B C D E
21 10 5 2 23
15 20 7 5 25

Is there a formula that would take the highest value in columns A,B,or C and
add it to column D to give me the result I'm looking for in E1.

In my example above the highest value is in cell A1 and so that is added to
D1 to give the result of 23 in cell E1.

In my second example the highest value is in Cell B2 and so that is added to
D2 to give the result of 25 .

Thank you in advance for the help,
Deb
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 747
Default formula to add the highest value

put this in E1

=MAX(A1:C1)+D1


On Jul 19, 12:48*am, ferde wrote:
A * * * B * * *C * * * D * * E
21 * * 10 * * 5 * * * 2 * * 23
15 * * 20 * * 7 * * * 5 * * 25

Is there a formula that would take the highest value in columns A,B,or C and
add it to column D to give me the result I'm looking for in E1. *

In my example above the highest value is in cell A1 and so that is added to
D1 to give the result of 23 in cell E1.

In my second example the highest value is in Cell B2 and so that is added to
D2 to give the result of 25 .

Thank you in advance for the help,
Deb


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default formula to add the highest value

Try this:

=MAX(A1:C1)+D1

Copy down as needed.

--
Biff
Microsoft Excel MVP


"ferde" wrote in message
...
A B C D E
21 10 5 2 23
15 20 7 5 25

Is there a formula that would take the highest value in columns A,B,or C
and
add it to column D to give me the result I'm looking for in E1.

In my example above the highest value is in cell A1 and so that is added
to
D1 to give the result of 23 in cell E1.

In my second example the highest value is in Cell B2 and so that is added
to
D2 to give the result of 25 .

Thank you in advance for the help,
Deb



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default formula to add the highest value

Hi,

What you have asked for is this
In E1
=MAX(A:A)+D1

and in e2
=MAX(B:B)+D2

But do you really mean this in e1

=IF(A1:A6=MAX(A1:A6),D1:D6)+MAX(A1:A6)

and this in e2
=MAX(IF(B1:B6=MAX(B1:B6),D1:D6))+MAX(B1:B6)

Note these last 2 are array formula. see instructions below.

This is an array formula which must be entered with CTRL+Shift+Enter and NOT
'just enter. If you do it correctly then Excel will put curly brackets around
'the formula{}. You can't type these yourself. If you Edit the ranges
'then you must re-enter as An array.

Mike

"ferde" wrote:

A B C D E
21 10 5 2 23
15 20 7 5 25

Is there a formula that would take the highest value in columns A,B,or C and
add it to column D to give me the result I'm looking for in E1.

In my example above the highest value is in cell A1 and so that is added to
D1 to give the result of 23 in cell E1.

In my second example the highest value is in Cell B2 and so that is added to
D2 to give the result of 25 .

Thank you in advance for the help,
Deb



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 87
Default formula to add the highest value

Thank you very much everyone

"Mike H" wrote:

Hi,

What you have asked for is this
In E1
=MAX(A:A)+D1

and in e2
=MAX(B:B)+D2

But do you really mean this in e1

=IF(A1:A6=MAX(A1:A6),D1:D6)+MAX(A1:A6)

and this in e2
=MAX(IF(B1:B6=MAX(B1:B6),D1:D6))+MAX(B1:B6)

Note these last 2 are array formula. see instructions below.

This is an array formula which must be entered with CTRL+Shift+Enter and NOT
'just enter. If you do it correctly then Excel will put curly brackets around
'the formula{}. You can't type these yourself. If you Edit the ranges
'then you must re-enter as An array.

Mike

"ferde" wrote:

A B C D E
21 10 5 2 23
15 20 7 5 25

Is there a formula that would take the highest value in columns A,B,or C and
add it to column D to give me the result I'm looking for in E1.

In my example above the highest value is in cell A1 and so that is added to
D1 to give the result of 23 in cell E1.

In my second example the highest value is in Cell B2 and so that is added to
D2 to give the result of 25 .

Thank you in advance for the help,
Deb

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
Display the Highest, Second Highest, Third Highest and so on... gkb Excel Discussion (Misc queries) 7 December 1st 06 10:45 PM
2 rows, highest No in row 1, then highest number in row 2 relating to that column, possible duplicates John Excel Worksheet Functions 3 August 11th 06 04:34 AM
Using the highest 2 out of 3 values in a formula christopherp Excel Discussion (Misc queries) 3 March 2nd 06 02:16 PM
How to add 4 of 5 highest numbers using a formula jost Excel Discussion (Misc queries) 2 December 19th 04 11:29 AM
Formula to sum and list highest to lowest Brian Excel Worksheet Functions 1 December 11th 04 10:26 PM


All times are GMT +1. The time now is 05:53 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"