+ Reply to Thread
Results 1 to 8 of 8

Index and Match Pricing Dilemma

  1. #1
    Registered User
    Join Date
    12-02-2012
    Location
    Miami
    MS-Off Ver
    2019, 365, MAC
    Posts
    45

    Index and Match Pricing Dilemma

    I had just a wonderful and quick response last night, I just had to present my much tougher task for your help.

    Attached is my spreadsheet.
    1. I have Column A with several products listed and the price paid each time. (obviously fluctuating greatly)

    Column E is that same list of products with another list of prices paid. I need to see if those have ever been the same in both lists.


    Conversely, I have that same list of product and pricing in column HI and the pricing baseline all in Columns L & M. The question remains. Has that price ever been paid as in column 1?

    thank for your help

    Thank you my friend
    Attached Files Attached Files

  2. #2
    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,936

    Re: Index and Match Pricing Dilemma

    It is always challenging when you have data set up the way you have it, with a product name in 1 cell, followed by a series of empty cells - before the next product is listed. Although it IS possible to work with a layout like this, it generally requires unnecessarily convoluted formulas.

    My approach is (almost always) to use a helper column to fill in those blanks. This makes for much cleaner, simpler formulas.

    Assuming you would normally have row 1 containing headers, I have inserted a row above your data, so PRODUCT A is now in A1. For this exercise Col C is my helper
    Then...
    C2=IF(A2="",C1,A2)
    copied down as needed.

    Do the same for G2, copied down
    G2=IF(E2="",G1,E2)

    These helpers could really be anywhere.

    Now you have a continuous list of products

    To your question
    in H2, I used...
    H2=COUNTIFS($B$2:$B$61,F2,$C$2:$C$61,G2)
    copied down.

    This shows 0 throughout, so no matches were found.

    Is this something you could work with?
    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

  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Index and Match Pricing Dilemma

    Post deleted
    Last edited by kvsrinivasamurthy; 03-31-2019 at 08:11 AM.
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  4. #4
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Index and Match Pricing Dilemma

    Post deleted.

  5. #5
    Registered User
    Join Date
    12-02-2012
    Location
    Miami
    MS-Off Ver
    2019, 365, MAC
    Posts
    45

    Re: Index and Match Pricing Dilemma

    Thank you - that will work. I have 5 workbooks to do this with, so it's very time consuming to do it manually. The second part of that question is attached. I have Columns A(column K), B(column L), (column M) C as in the first example. These are all the times I've purchased this items at these prices. The other data points in columns O, P, Q reflect the standard cost, where I want to see if we have overpaid that cost for that item? Thank you for the help...again.
    Attached Files Attached Files

  6. #6
    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,936

    Re: Index and Match Pricing Dilemma

    OK, this could probably be done with INDEX/MATCH, what are you comparing against what, and where would you want the answers - and how shown?

  7. #7
    Registered User
    Join Date
    12-02-2012
    Location
    Miami
    MS-Off Ver
    2019, 365, MAC
    Posts
    45
    Quote Originally Posted by FDibbins View Post
    OK, this could probably be done with INDEX/MATCH, what are you comparing against what, and where would you want the answers - and how shown?
    Oh thank you for looking. I updated the attament.

    It could be something as simple (not for me though) to say “Match found” beside the product numbers at the right. Did that make sense?

  8. #8
    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,936

    Re: Index and Match Pricing Dilemma

    1. I dont see that you need the gaps btw your STD prod prices - nor the 2nd col of names (Q), so I removed them.

    2. How about if, in your STD list (Q now that the 2nd list of names are no longer there), you have something like this, which will tell you how many times you exceeded your STD price?
    =COUNTIFS(C:C,O3,B:B,">"&P3)

    We could then use Conditional Formatting to ID those products you paid more for?
    Or, even run a calc to show how much more you ended up paying more than STD?
    =SUMIFS(B:B,C:C,O3,B:B,">"&P3)

    So your table in O:R would look like this...
    O
    P
    Q
    R
    2
    Itime - Individual Std Price QTY > STD SUM > STD
    3
    PRODUCT A
    $ 779.00
    4
    3808
    4
    PRODUCT B
    $ 383.00
    3
    2503
    5
    PRODUCT C
    $ 873.00
    4
    4232
    6
    PRODUCT C
    $ 267.00
    13
    9942
    7
    PRODUCT D
    $ 225.00
    29
    21728

+ 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] Calculating invoice price from pricing matrix using INDEX/MATCH
    By UKPatriot1980 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-21-2017, 10:18 AM
  2. Index/match pricing formula
    By Nathan 135 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-12-2016, 12:48 PM
  3. Tiered Pricing Structure; Array or Index Lookup
    By beermn540 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-24-2016, 11:07 PM
  4. Index & Match - Sort Dilemma
    By Anthonycess in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-07-2015, 11:30 AM
  5. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  6. [SOLVED] Index/Match Multiple Criteria: Item # & Volume Level Pricing Relative to Specific Volume
    By dilbert1865 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-15-2014, 09:28 AM
  7. Moving Data with Index & Match for Pricing Sheet
    By Cameron12 in forum Excel General
    Replies: 9
    Last Post: 07-25-2012, 07:23 PM

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