+ Reply to Thread
Results 1 to 5 of 5

Pick the most recent value

  1. #1
    Registered User
    Join Date
    09-02-2022
    Location
    Colombia
    MS-Off Ver
    365
    Posts
    5

    Pick the most recent value

    Hi everyone I am trying to to pick or take a value that is available for several years, and I want the most recent value.

    The years are organized in columns and the items in rows. I wanto to calculate the column "MOST RECENT PRICE"

    ITEM PRICE YEAR 2020 PRICE YEAR 2021 PRICE YEAR 2022 MOST RECENT PRICE COMMENT
    A 34 23 43 43 <- 2022 price is the last one
    B 23 23 <- 2020 price is the last one
    C 53 43 43 <- 2021 price is the last one
    D 34 34 <- 2020 price is the last one
    E 85 85 <- 2022 price is the last one

    Regards
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    10-22-2022
    Location
    Santa Cruz, Bolivia
    MS-Off Ver
    MSO 365
    Posts
    146

    Re: Pick the most recent value

    hi there, I propose this possible solution:

    Please Login or Register  to view this content.
    Hope was usefull.

  3. #3
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,783

    Re: Pick the most recent value

    E2=IFERROR(LOOKUP(2,1/(B2:D2<>""),B2:D2),"")

    Copy down

  4. #4
    Registered User
    Join Date
    09-02-2022
    Location
    Colombia
    MS-Off Ver
    365
    Posts
    5

    Re: Pick the most recent value

    Thank you I tried and worked, !!!

  5. #5
    Registered User
    Join Date
    09-02-2022
    Location
    Colombia
    MS-Off Ver
    365
    Posts
    5

    Re: Pick the most recent value

    Thank I tried this one as well and worked.

+ 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. Replies: 5
    Last Post: 08-21-2022, 11:28 AM
  2. Recent date, recent location
    By edg_r in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-14-2022, 01:20 PM
  3. [SOLVED] Formula to pick-up most recent date against Reference Code
    By g.costapinto in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-09-2021, 09:22 AM
  4. Replies: 3
    Last Post: 12-08-2016, 10:37 AM
  5. Replies: 2
    Last Post: 01-04-2016, 03:40 AM
  6. Get VLOOKUP to pick most recent date from a selection
    By methuselah90 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-29-2014, 06:58 PM
  7. Pick diff pick list as per column value
    By ROHAN999 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 11-10-2013, 12:10 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