+ Reply to Thread
Results 1 to 6 of 6

latest version from a list

  1. #1
    Forum Contributor
    Join Date
    12-20-2014
    Location
    england
    MS-Off Ver
    2007
    Posts
    104

    latest version from a list

    helo people


    i want to make a table who coloring the lastest version on a number in my case drawing

    i have a big export data from sap and i need help

    i attach the fille input and output
    Attached Files Attached Files
    Last edited by bogd1n; 02-17-2020 at 07:03 AM.

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

    Re: latest version from a list

    Select the cells that you want this to apply to (from E13 down to E24 in your example file), then click on Conditional Formatting | New Rule | Use a formula... , then copy/paste this formula into the dialogue box which pops up:

    =COUNTIF(E$13:E13,LEFT(E13,FIND("_",E13)-1)&"*")=COUNTIF(E:E,LEFT(E13,FIND("_",E13)-1)&"*")

    Click on the Format button | Fill tab, and choose your colour, then OK your way out. Excel will automatically adjust the cell references to suit the selected cells, so you can do this in one operation.

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    12-20-2014
    Location
    england
    MS-Off Ver
    2007
    Posts
    104

    Re: latest version from a list

    i updated with a little modification last_version_drw_v2

    please help

    tks

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2407 (Windows 11 23H2 64-bit)
    Posts
    82,886

    Re: latest version from a list

    So, no 'thank you', just an extra requirement? Hmm ... you do realise the help you get here comes for free, do you?
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  5. #5
    Forum Contributor
    Join Date
    12-20-2014
    Location
    england
    MS-Off Ver
    2007
    Posts
    104

    Re: latest version from a list

    Quote Originally Posted by AliGW View Post
    So, no 'thank you', just an extra requirement? Hmm ... you do realise the help you get here comes for free, do you?
    ok sorry

    thank you for support

    but i realize the input dates changed :D

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,773

    Re: latest version from a list

    To highlight the appropriate cells in columns B:C use the following formula for conditional formatting: =$B2<>$B3
    To compile a list for Output 2:
    1. Use the following to get the numerical values: =IFERROR(INDEX(B$2:B$62,MATCH(0,INDEX(COUNTIF(K$1:K1,B$2:B$62),,),)),"")
    2. Use the following (helper) to get the row: =SUM(COUNTIFS(B$2:B$62,K2),M1)
    3. Use the following to display the alpha values: =IF(K2="","",INDEX(C$2:C$62,M2))
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. 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
  2. Problem with Excel even in the latest version
    By Gismo1010 in forum Excel General
    Replies: 3
    Last Post: 11-12-2014, 07:03 PM
  3. importing latest version of a file
    By Gti182 in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 02-23-2011, 02:03 AM
  4. 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
  5. Macro to save a file as latest version
    By Outlander232 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-03-2007, 11:30 PM
  6. [SOLVED] 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