+ Reply to Thread
Results 1 to 5 of 5

Index and Match Functions Help

  1. #1
    Registered User
    Join Date
    03-20-2019
    Location
    Athens
    MS-Off Ver
    2007
    Posts
    7

    Index and Match Functions Help

    Hello members, this is my first post so nice to meet you all!

    I have an excel table displaying prices based on width, and height.

    For example, in cells A1 to A10 there are width ranges. In cells G1 - G10 there are the prices that match each width range.

    But if for example the height is up to 2.24 there's a certain price. If it's more, there's a different price.

    I want to create a cell that when I input the width (for example 1) and height (for example 2.1) it automatically displays the correct price in a third cell.

    Is there any way to achieve that without vba coding (I have figured everything out with vba), maybe with the index, match, or vlookup functions?

    Thank you in advance for your response.

    Xaric

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,814

    Re: Index and Match Functions Help

    Welcome to the forum.

    It would help if you attached a sample Excel workbook.

    To do this, click on Go Advanced (below the Edit Window) while you are composing a reply, then scroll down to and click on Manage Attachments and the Upload window will open. Click on Browse and navigate to (and double-click) the file icon that you want to attach, then click on Upload and then on Close this Window to return to the Edit window. When you have finished composing your post, click on Submit Post. Don't try to use the Paperclip icon, as it doesn't work on this forum.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    03-20-2019
    Location
    Athens
    MS-Off Ver
    2007
    Posts
    7

    Re: Index and Match Functions Help

    there you go!

    Thank you very much for the help!
    Attached Files Attached Files

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,814

    Re: Index and Match Functions Help

    I've set up a little table for you on the second sheet, where you can enter the width in B1 and height in B2, and I have used this formula in B3:

    =IFERROR(VLOOKUP(B1,'ΠΟΡΤΕΣ ΦΥΣΑΡΜΟΝΙΚΕΣ'!$B$13:$K$36,IF(B2<=2.24,6,IF(B2<=2.54,8,10))),"")

    which should get translated to suit your (regional) version of XL when you open it.

    Hope this helps.

    Pete
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    03-20-2019
    Location
    Athens
    MS-Off Ver
    2007
    Posts
    7

    Re: Index and Match Functions Help

    Thank you very much Pete, it kind of works but it needs some more work. I'll try to figure it out by myself and I'll let you know if I need any further help.

    Thanks again,

    Xaric

+ 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. INDEX MATCH Functions
    By paddyanglais91 in forum Excel General
    Replies: 7
    Last Post: 11-03-2016, 11:17 AM
  2. INDEX, MATCH and MIN functions
    By cheeky300 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-12-2015, 01:22 PM
  3. Help! Index and Match Functions
    By alidp1 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-01-2013, 03:46 AM
  4. [SOLVED] INDEX and Match Functions
    By akbar in forum Excel General
    Replies: 5
    Last Post: 08-10-2012, 08:55 AM
  5. Index and match functions
    By Firecrest in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 07-05-2012, 09:39 AM
  6. Using Index & Match Functions
    By DanSherwood in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-22-2008, 09:48 PM
  7. Using Index() & Match() functions
    By Walter349 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-08-2006, 09:23 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