+ Reply to Thread
Results 1 to 5 of 5

Help with Offset and Match formula

  1. #1
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Help with Offset and Match formula

    Hello:

    I am using below formula without any problem.

    Please Login or Register  to view this content.
    This formula picks up the value in column P at cell P181.

    However, I need to modify the formula so to pick up the lowest value from cell range P181:P211.

    Let me know if you have any questions.
    Thanks.


    Riz

  2. #2
    Valued Forum Contributor
    Join Date
    01-10-2012
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    651

    Re: Help with Offset and Match formula

    can you upload a sample? hard to be certain what you're asking... but I think if you throw a min() in there and add a "height" component to your offset formula that should get you on the right track... as for defining height, based on the information you provided it sounds like it could just be 30... but if there's some logic to that number we'll need to see the sheet (or something similar) to make it work.


    something like:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    (untested...)
    Last edited by simarui; 08-08-2014 at 11:31 AM. Reason: added a formula example

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Help with Offset and Match formula

    Maybe this?

    =IFNA(OFFSET($O181,0,MATCH(MIN($P$3:$EG$3),$P$3:$EG$3,0)),0)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Forum Expert Vikas_Gautam's Avatar
    Join Date
    06-04-2013
    Location
    Ludhiana,Punjab, India
    MS-Off Ver
    Excel 2013
    Posts
    1,850

    Re: Help with Offset and Match formula

    Try this...

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Don't forget to click *

  5. #5
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Re: Help with Offset and Match formula

    Hello:

    It loks like Simari's formula works..
    Thanks a lot to all for helping.
    Riz

+ 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. Help with Offset/Match Formula
    By amartino44 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-24-2013, 07:15 PM
  2. [SOLVED] error in formula of match and offset
    By jpbisani in forum Excel General
    Replies: 2
    Last Post: 05-30-2012, 05:51 AM
  3. Alternative for #N/A in an offset and match formula?
    By carlos2011 in forum Excel General
    Replies: 8
    Last Post: 03-17-2011, 07:10 AM
  4. Excel 2007 : OFFSET Match formula need help
    By feno1 in forum Excel General
    Replies: 11
    Last Post: 12-24-2010, 01:20 PM
  5. [SOLVED] Formula Help With MATCH & OFFSET
    By Joe Gieder in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-03-2005, 12:06 AM

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