+ Reply to Thread
Results 1 to 5 of 5

Find Last Status in Range

  1. #1
    Valued Forum Contributor
    Join Date
    07-16-2007
    Location
    GA
    MS-Off Ver
    Office 365 - Version 2403
    Posts
    1,054

    Question Find Last Status in Range

    Hi,

    I have column L39:L43 with various statuses, such as:

    IP = In Progress
    NS = Not Started
    TC = Task Completed
    TBD = To Be Determined

    In Cell 38, I would like a function that will either put "IP" if subtasks are in progress or if the "last" subtask is "TC", then put "TC"

    Currently, I have:

    =IF(L39="","",IF(L43<>$B$19,"IP",IF(L43=$B$19,$B$19)))

    Problem with this that my last cell may vary because I have 5 subtasks & I may not need all of them.

    How can I modify this function to find the last "TC" in the range of cells?

    Thanks
    MyCon
    -- Using Latest Version of Excel

  2. #2
    Valued Forum Contributor
    Join Date
    11-11-2008
    Location
    Euro
    MS-Off Ver
    2007, 2010
    Posts
    470

    Re: Find Last Status in Range

    try a solution for the cell 38

    =IF(LOOKUP(REPT("z",255),L39:L43) ="TC","TC","IP")
    Best regard, -)iger-/iger
    If you are pleased with a solution mark your post SOLVED.

  3. #3
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Find Last Status in Range

    Suggest you upload a sample workbook (no sensitive data) that shows the desired results and which contains an explanation of your requirements. A more precise solution can be given.
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  4. #4
    Valued Forum Contributor
    Join Date
    07-16-2007
    Location
    GA
    MS-Off Ver
    Office 365 - Version 2403
    Posts
    1,054

    Re: Find Last Status in Range

    Hi tigertiger,

    What the heck is this? Whatever it is, it works!!!

    Thank you.....

  5. #5
    Valued Forum Contributor
    Join Date
    11-11-2008
    Location
    Euro
    MS-Off Ver
    2007, 2010
    Posts
    470

    Re: Find Last Status in Range

    it is easy to understand,
    LOOKUP(REPT("z",255),L39:L43)

    To get the value of the last cell in the range that (the cell) is not empty

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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