Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default The MAX value of certain type ?

I need to find a formula to caculate the MAX volumes of sales for a certain
vendor.
I have 2 columns "Vendors" & "Sales"

Vendor Sales

x 10000
x 9000
x 15000
y 8500
z 50000
y 9500
y 7500
I need to know the Max sales for vendor "y"

Any idea ?

regards,
Ayato


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 837
Default The MAX value of certain type ?

=MAX(IF(vendor_range="y",salse_range,""))

array entered (Ctrl-Shift-Enter)

Jerry

Ayato wrote:

I need to find a formula to caculate the MAX volumes of sales for a certain
vendor.
I have 2 columns "Vendors" & "Sales"

Vendor Sales

x 10000
x 9000
x 15000
y 8500
z 50000
y 9500
y 7500
I need to know the Max sales for vendor "y"

Any idea ?

regards,
Ayato


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default The MAX value of certain type ?


Hi Ayato,

=MAX(IF(A1:A7="Y",B1:B7))

Enter above formula as an array formula (with Ctrl + Shif + Enter

-----------------------------------------------
~~ Message posted from http://www.ExcelTip.com
~~View and post usenet messages directly from http://www.ExcelForum.com

~~Now Available: Financial Statements.xls, a step by step guide to creating financial statements
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
how to convert date type to text type Steffen Excel Discussion (Misc queries) 3 July 17th 07 11:32 AM
Excel will not let me type any characters....I can type in Word. deholly Excel Discussion (Misc queries) 1 March 17th 06 10:34 AM
Excel will not let me type any characters....I can type in Word. deholly Excel Discussion (Misc queries) 0 March 17th 06 10:20 AM
how to change all the words of one type(Gunsuh type)to another metumevlut Excel Discussion (Misc queries) 2 November 11th 05 03:29 PM
Adding new 'Type' to Format->Number->Time->Type Chip Pearson Excel Discussion (Misc queries) 5 September 26th 05 08:45 PM


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

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

About Us

"It's about Microsoft Excel"