+ Reply to Thread
Results 1 to 3 of 3

MAX value across multiple sheets + VLOOKUP (maybe) with multiple results

  1. #1
    Registered User
    Join Date
    04-02-2013
    Location
    Can
    MS-Off Ver
    Excel 2007
    Posts
    1

    Question MAX value across multiple sheets + VLOOKUP (maybe) with multiple results

    Hi all,

    I've been googling this and trying to crack it for ages and could use some help :)

    sheet 1
    100 5
    100 2
    100 3
    200 4

    sheet 2
    100 6
    100 4
    200 2
    200 1

    The formula would find the max value in col B when col A=100.

    This should be simple? It's essentially this problem: http://www.mrexcel.com/forum/excel-q...iple-hits.html but the suggested solution didn't work across multiple sheets for me: =MAX(IF(sheet1!A1:A4=100,sheet2!B1:B4))

    Thank you very much!

  2. #2
    Registered User
    Join Date
    12-07-2015
    Location
    delhi
    MS-Off Ver
    2010
    Posts
    80

    Re: MAX value across multiple sheets + VLOOKUP (maybe) with multiple results

    Hi,

    Please find attached excel file along with the formula max values from multiple sheets.

    Imran.
    Attached Files Attached Files

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,219

    Re: MAX value across multiple sheets + VLOOKUP (maybe) with multiple results

    Hi emkay and welcome to the forum,

    Try this formula in C2 of Imran's workbook. See if it works for you.

    =MAX(MAX(A2:A5=100,B2:B5),MAX(Sheet2!A2:A5=100,Sheet2!B2:B5))
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to row multiple results from multiple sheets using INDEX/MATCH.
    By ljprodigy18 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-25-2015, 06:32 PM
  2. [SOLVED] using Vlookup with multiple results and averaging the results.
    By xatomicx in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-12-2015, 10:19 AM
  3. Searching multiple sheets and returning multiple results
    By BuzzT in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 01-14-2014, 10:11 AM
  4. Vlookup (or index/match) with multiple criteria over multiple sheets
    By Groovicles in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-18-2013, 01:56 PM
  5. Vlookup function to return multiple values from multiple sheets
    By bsamant in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-13-2013, 11:31 AM
  6. Search multiple sheets and return list of multiple results
    By Abuck in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 03-07-2012, 11:59 AM
  7. How to use vlookup then sum the results of multiple sheets
    By Billznik in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-17-2006, 06:37 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1