+ Reply to Thread
Results 1 to 5 of 5

Range and Multiple Formula Help

  1. #1
    Registered User
    Join Date
    08-04-2014
    Location
    Georgia
    MS-Off Ver
    Office 2010
    Posts
    3

    Range and Multiple Formula Help

    HELP!! what I'm trying to accomplish is a multi search formula
    I need to search column A:B for the a specified Sq. Ft. number that falls within the ranges of 100:199, 200:299 etc (Min Max).
    Then search row 3 for the Entry Height specified and give the price that matches the Sq. Ft. & Height criteria.
    Example:
    Sq. Ft. Value : 333
    Entry Height Value :12
    Formula should give value of $9.95[

    excel.JPG

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Range and Multiple Formula Help

    We always prefer workbooks so in the absence of one I'll suggest a solution

    Use a VLookup()
    Range: A4:H20
    Lookup Value: I33
    Column: J5 - where J5 contains the function =INDEX(C3:H3,1,J4) + 2
    Last element: False
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    08-04-2014
    Location
    Georgia
    MS-Off Ver
    Office 2010
    Posts
    3

    Re: Range and Multiple Formula Help

    Thanks! I'll give that a try and let you know if It works

  4. #4
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    3,185

    Re: Range and Multiple Formula Help

    Depending on your data, maybe something like this:

    =INDEX(C4:$H$20,MATCH($I$4,A4:$A$20,1),MATCH($J$4,$C$3:$H$3,0))

  5. #5
    Registered User
    Join Date
    08-04-2014
    Location
    Georgia
    MS-Off Ver
    Office 2010
    Posts
    3

    Re: Range and Multiple Formula Help

    That worked perfectly, thank you for the help

+ 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] Formula for Multiple Range Compares in Excel
    By RaMubara in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-27-2017, 03:01 AM
  2. Using array formula with a range across multiple sheets
    By kfryar in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-10-2014, 10:06 PM
  3. Replies: 12
    Last Post: 02-10-2014, 11:59 AM
  4. [SOLVED] IF(AND formula for multiple range
    By Green Gable in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-25-2013, 08:56 AM
  5. Replies: 3
    Last Post: 12-02-2010, 03:15 AM
  6. Multiple Range Formula
    By Earl in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-03-2006, 03:45 PM
  7. Multiple range formula
    By pdgood in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-17-2006, 05:40 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