+ Reply to Thread
Results 1 to 7 of 7

Excel 2007 : How to return prices from multiple lists

  1. #1
    Registered User
    Join Date
    03-13-2012
    Location
    perth,australia
    MS-Off Ver
    Excel 2007
    Posts
    25

    How to return prices from multiple lists

    Hi All

    Another newbie here so please bear with me

    Is there a way to return a price from multiple price lists by creating a formula in a cell in my quote page. I am using =INDEX(RollerPrices!$B$4:$O$16,MATCH(Quote!F12,RollerPrices!$A$4:$A$16,-1),MATCH(Quote!E12,RollerPrices!$B$3:$O$3,-1)) to return prices from group 1 but am now stuck on how to proceed. Thanks everyone.
    Attached Files Attached Files
    Last edited by fremarco; 03-14-2012 at 08:41 PM.

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,093

    Re: How to return prices from multiple lists

    It would be more useful if you posted a sample workbook containing the sheets and formulae to which you refer.

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: How to return prices from multiple lists

    have one master list
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  4. #4
    Registered User
    Join Date
    03-13-2012
    Location
    perth,australia
    MS-Off Ver
    Excel 2007
    Posts
    25

    Re: How to return prices from multiple lists

    Thanks both for answering so quickly. It's my first attempt at excel....but I'm learning...gradually. Formula is in the price column. Dependant lists from the product column. Still work in progress as you can see.
    Attached Files Attached Files

  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,093

    Re: How to return prices from multiple lists

    A bit rough and ready but, given the layout ...

    =IFERROR(INDEX(RollerPrices!$B$4:$O$144,MATCH(Quote!F12,RollerPrices!$A$4:$A$144,-1)+ (--RIGHT(C12,1)-1)*16,MATCH(Quote!E12,RollerPrices!$B$3:$O$3,-1)),0)


    Note: as it stands, it will only cope with groups 1 to 9.

    Regards, TMS

  6. #6
    Registered User
    Join Date
    03-13-2012
    Location
    perth,australia
    MS-Off Ver
    Excel 2007
    Posts
    25

    Re: How to return prices from multiple lists

    That's brilliant TMS. Thanks for helping us mere mortals. Like Arnie though...I'll be back.

  7. #7
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,093

    Re: How to return prices from multiple lists

    You're welcome. Thanks for the rep.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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