+ Reply to Thread
Results 1 to 2 of 2

Formula to find max values across variabe cells

Hybrid View

  1. #1
    Registered User
    Join Date
    11-02-2012
    Location
    London, England
    MS-Off Ver
    Office 365 / 16
    Posts
    9

    Formula to find max values across variabe cells

    Hi

    I have a formula in cell E26 which is

    =MAX(K10,T10,AC10,AL10,AU10,BD10,BN10)

    Then in E27 is

    =MAX(K19,T19,AC19,AL19,AU19,BD19,BN19)

    E28 is

    =MAX(K23,T23,AC23,AL23,AU23,BD23,BN23)

    This goes on for several cells. The trouble is that the number of cells i need to include changes and so i need to go through every formula and change what is in the MAX. Ideally I would like to just change what columns are in E26 and for the rest to then adjust accordingly (with their relative rows). Especially if i add or delete more rows in the MAX calc.

    Is there an obvious way of doing this without using VBA?

    Thanks in advance

  2. #2
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: Formula to find max values across variabe cells

    Is there data in the next 9th cell (BW10 in your example), or is it just blank? The formula below will take the Max of every 9th row from column K through DZ (you can expand DZ to something bigger if need be):

    =MAX(IF(MOD(COLUMN(K10:DZ10),9)=2,K10:DZ10))

    This is an array formula, so confirm it with Ctrl + Shift + Enter instead of the regular Enter

+ 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. [SOLVED] How can I use .find() to find values (not formulas of cells)?
    By vizzkid in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-01-2014, 08:56 AM
  2. Replies: 13
    Last Post: 10-08-2014, 08:35 AM
  3. [SOLVED] Formula or VBA - Comparison CSV Values between 3 cells for used range. Find unique values.
    By grphillips in forum Excel Programming / VBA / Macros
    Replies: 36
    Last Post: 06-09-2014, 02:12 PM
  4. [SOLVED] Use .Cells.Find(What:=) to find values in Multiple Cells
    By s2jrchoi in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 05-13-2014, 02:39 PM
  5. [SOLVED] Need formula to find the next value in series by comparing values of adjacent cells
    By warriorpoet7176 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-13-2014, 06:55 AM
  6. Replies: 7
    Last Post: 12-04-2012, 06:23 AM
  7. Replies: 3
    Last Post: 02-02-2010, 10:54 AM

Tags for this Thread

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