+ Reply to Thread
Results 1 to 3 of 3

Last entry autofill

  1. #1
    Registered User
    Join Date
    07-25-2015
    Location
    USA
    MS-Off Ver
    MS Office 2010, Google Sheet
    Posts
    37

    Last entry autofill

    Hello Excel Gurus,

    Looking for some guidance again. Please see attachment for reference.

    Need column B filled with Last entered data.

    (B2) last item ordered : fill with last item (D) that has a order number (G).
    (B3) last ordered date: fill with order date (F) that has a order number (G).
    (B4) last order status: fill with last status (H) if found order number (G). If blank in column H, with order number "in progress", without order number "pending"

    Hope i explained this clear enough, please let me know if more details are needed. Thank you in advance.
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2506 (Windows 11 Home 24H2 64-bit)
    Posts
    91,421

    Re: Last entry autofill

    In B2:

    =INDEX($D$2:$D$5,MATCH(LOOKUP(2,1/($G$2:$G$5<>""),$G$2:$G$5),$G$2:$G$5,0),0)

    In B3:

    =INDEX($F$2:$F$5,MATCH(LOOKUP(2,1/($G$2:$G$5<>""),$G$2:$G$5),$G$2:$G$5,0),0)

    formatted as a date.

    In B4 - don't know quite what you are after here. You are going to need to explain this bit more clearly.
    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. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,285

    Re: Last entry autofill

    Dear AliGw: Your question In B4 - don't know quite what you are after here. You are going to need to explain this bit more clearly.
    If "G2:G5" order number mentioned but order status is blank then show as "in progress" in "B4"


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "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. [SOLVED] Cascade/Autofill Columns based on last row entry
    By ssss2005 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-28-2015, 07:30 AM
  2. Replies: 8
    Last Post: 06-28-2014, 03:15 PM
  3. [SOLVED] Autofill that adjusts based on date entry
    By kevinjay1 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-19-2014, 02:17 AM
  4. [SOLVED] Autofill Cell colour depending on data entry
    By How How in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-25-2013, 12:57 AM
  5. Autofill Formula upon data entry
    By rlbush2 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-21-2012, 07:01 AM
  6. Macro for Autofill removes header info when there is no data to autofill
    By esturan in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-06-2012, 01:42 PM
  7. Autofill from data entry form into 2 worksheets
    By Dave32 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-30-2008, 03:22 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