+ Reply to Thread
Results 1 to 5 of 5

MAX formula with input from every 4th row

  1. #1
    Registered User
    Join Date
    05-20-2021
    Location
    Finland
    MS-Off Ver
    Office18
    Posts
    18

    MAX formula with input from every 4th row

    Hi,
    Im trying to Get the max value from every fourth row from another spreadsheet. My cells look like this:
    MAX(Data!B34:Y34)
    MAX(Data!B38:Y38)
    MAX(Data!B42:Y42)

    and so on. The problem is I have 900 rows of data so doing this by hand would take lots of effort. When I try to copy these formula ie. drag the green box down, in the next cell I get MAX(Data!B37:Y37) when i would want to get MAX(Data!B46:Y46). How can I keep the same interval in cells when copying this formula down?

    Thanks in advance!

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,481

    Re: MAX formula with input from every 4th row

    Try:

    =MAX(OFFSET($B$34:$T$34,(ROWS($1:1)-1)*4,))
    Quang PT

  3. #3
    Registered User
    Join Date
    05-20-2021
    Location
    Finland
    MS-Off Ver
    Office18
    Posts
    18

    Re: MAX formula with input from every 4th row

    This works. Thank you so much!

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,366

    Re: MAX formula with input from every 4th row

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

  5. #5
    Registered User
    Join Date
    05-20-2021
    Location
    Finland
    MS-Off Ver
    Office18
    Posts
    18

    Re: MAX formula with input from every 4th row

    OK, Thanks for advice.

+ 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] Having user input and a formula (that can incorporate the user input) in the same cell.
    By Super_Bob in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-21-2018, 05:55 AM
  2. Replies: 0
    Last Post: 12-26-2017, 03:54 AM
  3. [SOLVED] Worksheet Change? Use a formula cell as input and then revert back to original formula...
    By trickyricky in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-01-2016, 11:39 PM
  4. Replies: 1
    Last Post: 02-24-2013, 06:27 PM
  5. [SOLVED] external link reference formula inside formula user input
    By jscc in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-20-2012, 04:29 PM
  6. Replies: 3
    Last Post: 06-02-2012, 07:50 PM
  7. Automatic Formula Input Based on User Input Using a Macro
    By Drayloc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-03-2012, 12:10 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