#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default IF then return...

Need some help writing a formula

Column A Column B Column C Column D Result
Return
500 652 450 710
710
850 200 50 354
850
620 892 100 400
892

My goal is to write a formula that will return the larges volume within
Column A thr D. As you can see the largest volume can be in any column/row
intersection.

Regards,
GFS


--
GS
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default IF then return...

Hi,

If you want it row by row put this in E1 and drag down

=MAX(A1:D1)

If you want the maxh of the entire array in one formula use this

=MAX(A1:D3)

Mike

"Gary F Shelton" wrote:

Need some help writing a formula

Column A Column B Column C Column D Result
Return
500 652 450 710
710
850 200 50 354
850
620 892 100 400
892

My goal is to write a formula that will return the larges volume within
Column A thr D. As you can see the largest volume can be in any column/row
intersection.

Regards,
GFS


--
GS

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,081
Default IF then return...

maybe:

=max(A1:D1)



"Gary F Shelton" wrote:

Need some help writing a formula

Column A Column B Column C Column D Result
Return
500 652 450 710
710
850 200 50 354
850
620 892 100 400
892

My goal is to write a formula that will return the larges volume within
Column A thr D. As you can see the largest volume can be in any column/row
intersection.

Regards,
GFS


--
GS

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
Compare Value in Cell 1 to a List, Return Value if Match otherwise Return Null Ben Excel Discussion (Misc queries) 2 March 15th 07 01:02 AM
LOOKUP and return the column heading for IF/THEN return for False NN Excel Discussion (Misc queries) 1 October 6th 06 11:24 AM
Don't want a return of Zero - 0 Oliver Clothesoff Excel Discussion (Misc queries) 2 June 20th 06 08:34 PM
N/A return MrSales Excel Worksheet Functions 2 March 29th 06 08:56 PM
check if reference exists, then return its value or return 0 doudou Excel Worksheet Functions 1 June 4th 05 09:17 PM


All times are GMT +1. The time now is 07:26 PM.

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"