+ Reply to Thread
Results 1 to 5 of 5

Find the Last Price with formula

  1. #1
    Forum Contributor
    Join Date
    11-10-2012
    Location
    istanbul
    MS-Off Ver
    Excel 2013
    Posts
    297

    Find the Last Price with formula

    In attached file, defined what is wanted.
    I can find the last price value by a helper column.
    Bu I want to use a single formula without helper column.

    Thanks in advance for any reply and help.

    Regards,
    turist
    Attached Files Attached Files

  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,822

    Re: Find the Last Price with formula

    Put this array* formula in cell K2:

    =LOOKUP(9E+99,IF(A:A=J2,B:B))

    then copy down. You don't need column C.

    *An array formula needs to be committed using the key combination of Ctrl-Shift-Enter (CSE) rather than the usual <Enter>.

    Hope this helps.

    Pete

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Find the Last Price with formula

    In k2

    =INDEX($B$3:$B$14,MATCH(2,INDEX(1/($A$3:$A$14=J2),0)))

    Copy down
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Forum Contributor
    Join Date
    11-10-2012
    Location
    istanbul
    MS-Off Ver
    Excel 2013
    Posts
    297

    Re: Find the Last Price with formula

    Dear Pete_UK.
    Thanks for prompt reply and help.

    Great , it works.

    Regards,
    turist

  5. #5
    Forum Contributor
    Join Date
    11-10-2012
    Location
    istanbul
    MS-Off Ver
    Excel 2013
    Posts
    297

    Re: Find the Last Price with formula

    Dear Ace_XL.
    Thanks for reply and help.
    It works, great.

    Regards,
    turist

+ 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 to find price assocated with date within min and max ranges
    By mcranda in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-23-2013, 03:28 PM
  2. [SOLVED] Compare 1 price against multiple prices and change the price according to a formula
    By CharlieAziz in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-16-2012, 11:05 AM
  3. Replies: 4
    Last Post: 08-15-2012, 09:49 AM
  4. Formula to find an item that has the Highest Price
    By headley4ever in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 12-08-2010, 03:17 PM
  5. [SOLVED] create a formula for price * discount* tax =final price
    By anton in forum Excel General
    Replies: 6
    Last Post: 10-12-2005, 03:05 PM

Tags for this Thread

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