+ Reply to Thread
Results 1 to 4 of 4

Excel - Showing documents by it's latest version number only

  1. #1
    Registered User
    Join Date
    05-11-2021
    Location
    United Kingdom
    MS-Off Ver
    2013
    Posts
    2

    Excel - Showing documents by it's latest version number only

    Hello all,

    Apologies if this has been asked, but wasn't able to find anything.

    I have a basic spreadsheet with two columns. 'Document Identification Number' and 'Version Number'

    I want to bring up a list of all documents by it's latest version number only. Is this possible? Some documents have at least 15 versions and want to avoid a huge list with duplicate values.

    I've been looking at VLOOKUP but have been getting a bit lost!

    Many thanks

  2. #2
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,210

    Re: Excel - Showing documents by it's latest version number only

    What defines the most recent version number?

    Is it the biggest number? is the value even a number?
    Is it the number furthest down the column?

    lookup(2,1/(range of documents=document name),range of version numbers) may be what you want, but following the yellow banner will get you a better answer as we can not see the format of the data


    https://trumpexcel.com/find-last-occurrence/

  3. #3
    Registered User
    Join Date
    05-11-2021
    Location
    United Kingdom
    MS-Off Ver
    2013
    Posts
    2

    Re: Excel - Showing documents by it's latest version number only

    Hi,

    Appreciate the speedy reply.

    That definitely looks like what I'm after. You are right, the value for the version is just a number, and want to bring up a list of document IDs showing only the largest version value number for a particular document ID.

  4. #4
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,210

    Re: Excel - Showing documents by it's latest version number only

    if your office version is 2019 or 365 you can use maxifs

    otherwise if the most recent version is not the furthers down a column max(if(document name= range of document names,range of version numbers,0)) entered with control shift enter as it is an array

    the easiest might just to do a pivot table with product name as the rows, and version number as the value , you can change from the default of sum, to max)

+ 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: 2
    Last Post: 03-18-2019, 10:47 PM
  2. Getting latest version details from 2 columns in excel
    By Shaswat89 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-08-2017, 05:17 AM
  3. Opening latest version of a .txt file in Excel using VBA
    By lloydie8 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-07-2017, 06:04 AM
  4. Problem with Excel even in the latest version
    By Gismo1010 in forum Excel General
    Replies: 3
    Last Post: 11-12-2014, 07:03 PM
  5. How can I convert Excel 95 file to latest version?
    By dealrocker in forum Excel General
    Replies: 1
    Last Post: 07-03-2009, 05:57 AM
  6. Saving Excel as latest version
    By Nirmal Singh in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-28-2006, 11:50 AM
  7. [SOLVED] [SOLVED] Excel: Latest Version?
    By Rodney in forum Excel - New Users/Basics
    Replies: 6
    Last Post: 05-07-2005, 03:06 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