+ Reply to Thread
Results 1 to 5 of 5

Base on material code - find out latest P.O. date per project

  1. #1
    Forum Contributor
    Join Date
    07-16-2013
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    124

    Base on material code - find out latest P.O. date per project

    Hi Experts

    Required your valuable help again……


    I Want to find out latest PO date per project, set data having several PO created base on unique material code.

    I want to find out the latest PO created number.

    The illustration file is attached.

    Help in this regards, very appreciated

    Thanks in advance

    Amar K
    Attached Files Attached Files

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Base on material code - find out latest P.O. date per project

    Enter this array formula in C2, then copy down:

    =INDEX(PO!$D$1:$D$1033, LARGE(IF(PO!$A$1:$A$1033&"-"&PO!$B$1:$B$1033=$A2&"-"&$B2,ROW(PO!$C$1:$C$1033), ""), 1))

    ...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. Press F2 on that cell and try again.


    For this to work, make sure your PO sheet is properly sorted by column A, then column B, then column C, before you evaluate the results.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Contributor
    Join Date
    07-16-2013
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    124

    Re: Base on material code - find out latest P.O. date per project

    Hi JBEAUCAIRE

    SIR, Thanks a lot for your prompt reply!!!!!


    I thing its magic formula, what a wonderful formula is this…. Its work like…..SUPERB……

    SIR you have brilliant knowledge, god bless you….

    One slightly amendment can made. If possible, project code removed, I want the same data with base of material code only then what will the formula.

    Thanks for helping me, and sharing valuable knowledge

    Thanks

    Amar K
    Last edited by JBeaucaire; 07-10-2014 at 04:04 AM.

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Base on material code - find out latest P.O. date per project

    Also an array formula:

    =INDEX(PO!$D$1:$D$1033, LARGE(IF(PO!$B$1:$B$1033=$B2,ROW(PO!$C$1:$C$1033), ""), 1))

  5. #5
    Forum Contributor
    Join Date
    07-16-2013
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    124

    Re: Base on material code - find out latest P.O. date per project

    Thanks Sir...

+ 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] Vlookup Base on Criteria but pick up the entry based on the latest date
    By kelkelkel08 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-14-2014, 05:37 AM
  2. Find UPC code from material numbers and populate 3 bracket prices
    By dynamoracing in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-07-2013, 08:38 PM
  3. Beginning of Material cut project
    By Danexcel in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-13-2010, 09:16 PM
  4. [SOLVED] code not unique find latest date
    By Barbara Wiseman in forum Excel General
    Replies: 3
    Last Post: 12-11-2005, 04:55 AM
  5. latest date & project records
    By lhs42 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-24-2005, 02:07 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