+ Reply to Thread
Results 1 to 10 of 10

IF we have many entries against value "A" than how I can pick the latest date value

  1. #1
    Registered User
    Join Date
    07-15-2019
    Location
    Karachi
    MS-Off Ver
    2007
    Posts
    5

    Question IF we have many entries against value "A" than how I can pick the latest date value

    I need help. For Example, IF we have many entries against value "A" than how I can pick the latest date value using the formula in excel. and if I have many entries of different values how I can pick the latest date value. (Sorry For My English)

    example.png
    Last edited by Junaid Hussain; 07-15-2019 at 03:35 AM.

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,443

    Re: Need Help Using Formula

    Attach a sample workbook (not a picture or pasted copy). Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  3. #3
    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. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,369

    Re: IF we have many entries against value "A" than how I can pick the latest date value

    Administrative Note:

    Welcome to the forum.

    We would very much like to help you with your query, however the thread title does not really convey what your request is about.

    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).

    Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.

    (Note: this change is not optional. As you are new here, I have done it for you this time.)
    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.

  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. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,369

    Re: IF we have many entries against value "A" than how I can pick the latest date value

    You could try this (will work with dates in column A as long as they are real dates and not just text):

    Excel 2016 (Windows) 32 bit
    A
    B
    C
    1
    3
    A
    6
    2
    4
    B
    3
    5
    C
    4
    6
    D
    5
    3
    B
    6
    4
    C
    7
    5
    D
    8
    6
    A
    9
    3
    A
    10
    4
    C
    11
    5
    B
    12
    6
    D
    Sheet: Sheet2

    =MAX(IF($B$1:$B$12="A",$A$1:$A$12))

    ... confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.
    Last edited by AliGW; 07-15-2019 at 03:33 AM.

  5. #5
    Registered User
    Join Date
    07-15-2019
    Location
    Karachi
    MS-Off Ver
    2007
    Posts
    5

    Re: Need Help Using Formula

    Quote Originally Posted by Pepe Le Mokko View Post
    Attach a sample workbook (
    I have edited. Kindly check
    Last edited by AliGW; 07-15-2019 at 03:41 AM. Reason: Please don't quote unnecessarily!

  6. #6
    Registered User
    Join Date
    07-15-2019
    Location
    Karachi
    MS-Off Ver
    2007
    Posts
    5

    Re: IF we have many entries against value "A" than how I can pick the latest date value

    I want pick letest date data
    Last edited by AliGW; 07-15-2019 at 03:42 AM. Reason: Please don't quote unnecessarily!

  7. #7
    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. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,369

    Re: IF we have many entries against value "A" than how I can pick the latest date value

    Yes - as I explained in my opening sentence, this will work with dates in column A as long as they are real dates. Did you try it?

    Administrative Note:

    Please don't quote whole posts, especially when you are responding to the one immediately preceding your own - it's just clutter. It's OK to quote if you are responding to a post out of sequence, but limit quoted content to a few relevant lines that makes clear to whom and what you are responding. Thanks!

    For normal conversational replies, try using the QUICK REPLY box below.

  8. #8
    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. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,369

    Re: IF we have many entries against value "A" than how I can pick the latest date value

    You have attached a screenshot, not a workbook!

    Please attach the workbook itself.

  9. #9
    Registered User
    Join Date
    07-15-2019
    Location
    Karachi
    MS-Off Ver
    2007
    Posts
    5

    Re: IF we have many entries against value "A" than how I can pick the latest date value

    It is done but now I want to solve another query

  10. #10
    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. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,369

    Re: IF we have many entries against value "A" than how I can pick the latest date value

    Please start a new thread for the new query.

    To mark this thread as resolved, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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: 3
    Last Post: 01-10-2019, 09:34 AM
  2. Replies: 5
    Last Post: 02-16-2018, 06:50 AM
  3. Replies: 8
    Last Post: 09-22-2017, 05:41 AM
  4. Excel formula bar to display the result of the formula , not the formula?
    By max_max in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-18-2016, 07:15 PM
  5. Replies: 11
    Last Post: 06-06-2014, 03:34 PM
  6. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 04:06 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