+ Reply to Thread
Results 1 to 5 of 5

Using multiple cells with words to bring back a price

  1. #1
    Registered User
    Join Date
    01-29-2015
    Location
    england
    MS-Off Ver
    2013
    Posts
    2

    Using multiple cells with words to bring back a price

    Hello

    I am trying to get a formula to help people know a price for a specific car service. Variables are selected from a list.

    For example - the variables in the list in A2 are TEXT: Car 1, Car 2, Car 3
    Variables in B2 are TEXT: Pre March 2013 and Post March 2013
    Variables in C2 are TEXT: Year 1, Year 2, Year 3, Year 4

    Basically I want to be able to pull from a hidden sheet the price that relates to any combination of the above

    EG Sheet 1 A2=Car2 / B2=Pre March / 2013 C2=Year3 ...... returns data from Sheet 2 cell 3 which is a price.

  2. #2
    Registered User
    Join Date
    12-11-2014
    Location
    Dallas, TX
    MS-Off Ver
    2010
    Posts
    94

    Re: Using multiple cells with words to bring back a price

    If you could, post a sample Workbook so we know how to write the formula. Alternatively, I think this link will be useful for you:

    http://exceltactics.com/vlookup-mult...g-index-match/

  3. #3
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Using multiple cells with words to bring back a price

    =SUMPRODUCT((Sheet2!$A$1:$A$200=A2)*(Sheet2!$B$1:$B$200=B2)*(Sheet2!$C$1:$C$200=C2)*(Sheet2!$D$1:$D$200))

    OR

    =SUMIFS(Sheet2!$D$1:$D$200,Sheet2!$A$1:$A$200,A2,Sheet2!$B$1:$B$200,B2,Sheet2!$C$1:$C$200,C2))
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: Using multiple cells with words to bring back a price

    Something lke this, maybe.

    it's an Array Formula, ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  5. #5
    Registered User
    Join Date
    01-29-2015
    Location
    england
    MS-Off Ver
    2013
    Posts
    2

    Re: Using multiple cells with words to bring back a price

    Thank you so much for your replies, I will try and get the sheet loaded but have some target work to do today! :D

+ 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. Array Formula Lookup - Bring back Lowest Date + Bring Back Cell Location
    By Matt1998 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-04-2014, 12:08 PM
  2. Create a loop to bring back multiple cells from 1 worksheet to another
    By flintcs in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-22-2013, 04:59 PM
  3. Match two cells and bring back the results from a third
    By amyj22x3 in forum Excel General
    Replies: 3
    Last Post: 10-28-2011, 12:50 PM
  4. Match multiple columns to bring back one result
    By amyj22x3 in forum Excel General
    Replies: 3
    Last Post: 08-22-2011, 03:04 PM
  5. Multiple rows to bring back 1 value
    By Little_Red_Kate in forum Excel General
    Replies: 1
    Last Post: 09-01-2010, 10:27 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