Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default How to combine Vlookup and MAX ()????

Hello @ll,

I am look for a way (code?) to indetify a MAX value for a typex or y, in a 2
column table. Something like including a vlookup in a MAX() function (?)

So I have :

A 2
A 1
A 5
B 6 and nead a furmula (or to code) to calculate the
MAX for A and B
B 1
A 7 A = MAX(?)
A 2 B = MAX(?)
B 3


Please advise,
regards,
Ayato


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,080
Default How to combine Vlookup and MAX ()????

Something like:

=MAX((A1:A12="A")*(B1:B12))

=MAX((A1:A12="B")*(B1:B12))

entered as array formulas with <Ctrl <Shift <Enter.

--

Vasant


"Ayato" wrote in message
.. .
Hello @ll,

I am look for a way (code?) to indetify a MAX value for a typex or y, in a

2
column table. Something like including a vlookup in a MAX() function (?)

So I have :

A 2
A 1
A 5
B 6 and nead a furmula (or to code) to calculate the
MAX for A and B
B 1
A 7 A = MAX(?)
A 2 B = MAX(?)
B 3


Please advise,
regards,
Ayato




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
Vlookup and combine all references BeckyB Excel Discussion (Misc queries) 2 March 26th 10 01:06 PM
Combine Vlookup and If? Vicky Excel Discussion (Misc queries) 1 August 17th 09 09:21 AM
Vlookup and Hlookup Combine? MyLan Excel Worksheet Functions 1 June 6th 08 04:19 AM
Combine Vlookup and Hlookup serge Excel Worksheet Functions 1 March 12th 07 03:35 AM
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP buffgirl71 Excel Discussion (Misc queries) 12 November 14th 06 11:36 PM


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