+ Reply to Thread
Results 1 to 6 of 6

Formula to search for latest input across fields

  1. #1
    Forum Contributor
    Join Date
    01-14-2011
    Location
    New York City, USA
    MS-Off Ver
    Excel 2010
    Posts
    194

    Formula to search for latest input across fields

    Hello, can anyone help with a formula to find the latest input in a field range excluding Nulls? See example attached and screenshot. Thanks

    latest data example.png
    Attached Files Attached Files

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Formula to search for latest input across fields

    Enter formula in A2 and copy down

    =INDEX(B2:G2,MATCH(TRUE,INDEX(ISNUMBER(B2:G2),0),0))
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,151

    Re: Formula to search for latest input across fields

    Try

    =INDEX(B2:G2,,SMALL(IF(ISNUMBER($B2:$G2),COLUMN($B$1:$G$1)-COLUMN($B$1)+1,""),COLUMNS($B$1:B1)))

    Enter with Ctrl+Shift+Enter

  4. #4
    Forum Contributor
    Join Date
    01-14-2011
    Location
    New York City, USA
    MS-Off Ver
    Excel 2010
    Posts
    194

    Re: Formula to search for latest input across fields

    Beauteous, worked great @Alkey. Thanks!

  5. #5
    Forum Contributor
    Join Date
    01-14-2011
    Location
    New York City, USA
    MS-Off Ver
    Excel 2010
    Posts
    194

    Re: Formula to search for latest input across fields

    That worked too @JohnTopley. Thanks!

  6. #6
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Formula to search for latest input across fields

    You're welcome. Please don't forget to thank those who helped by clicking on Add Reputation * and please mark thread as "Solved" if your issue has been resolved. (Selecting Thread Tools-> Mark thread as Solved).

+ 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: 9
    Last Post: 11-28-2013, 05:20 PM
  2. Need to show latest figure input in a column
    By HelpNe in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-11-2013, 11:32 AM
  3. [SOLVED] Input one criteria to search in 5 fields
    By Fanny in forum Excel General
    Replies: 1
    Last Post: 04-25-2006, 11:15 PM
  4. how to get latest input on an seperate worksheet
    By Dean Comer in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-25-2006, 07:35 AM
  5. [SOLVED] show latest date input only
    By Nigel in forum Excel General
    Replies: 1
    Last Post: 12-01-2005, 08:00 AM
  6. [SOLVED] search for latest date
    By Sue in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 06:05 PM
  7. [SOLVED] search for latest date
    By bj in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 02:05 PM
  8. search for latest date
    By Sue in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM

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