+ Reply to Thread
Results 1 to 12 of 12

Return last populated cell from column to the left until next populated cell occurs

Hybrid View

  1. #1
    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. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,266

    Re: Return last populated cell from column to the left until next populated cell occurs

    Maybe like this?

    =IF(K1=0,OFFSET(L1,-1,0),K1)
    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.

  2. #2
    Registered User
    Join Date
    07-30-2007
    Location
    United Kingdom
    Posts
    8

    Re: Return last populated cell from column to the left until next populated cell occurs

    Quote Originally Posted by AliGW View Post
    Maybe like this?

    =IF(K1=0,OFFSET(L1,-1,0),K1)
    This worked perfectly when adjusted to =IF(K1="",OFFSET(L1,-1,0),K1)
    (IE: Swapped =0 to ="")

    Thank you!

  3. #3
    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. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,266

    Re: Return last populated cell from column to the left until next populated cell occurs

    If that takes care of your original question, 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: 09-30-2016, 10:48 AM
  2. Replies: 11
    Last Post: 04-11-2013, 10:56 AM
  3. Replies: 17
    Last Post: 01-12-2013, 11:31 AM
  4. Replies: 2
    Last Post: 01-09-2011, 01:24 PM
  5. Replies: 8
    Last Post: 02-10-2010, 05:34 PM
  6. Finding the last populated cell in a column array
    By JosephJames in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 08-18-2009, 12:42 PM
  7. Value of last populated cell in column
    By eintracht in forum Excel General
    Replies: 1
    Last Post: 03-05-2009, 04:19 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