+ Reply to Thread
Results 1 to 4 of 4

Creating a Queue

  1. #1
    Registered User
    Join Date
    03-22-2021
    Location
    New Jersey, USA
    MS-Off Ver
    Office 365 (Version 2102)
    Posts
    6

    Lightbulb Creating a Queue

    Hi everyone, I was hoping to try and get some help with a problem that I have been stuck on for a few days. I need to create a formula that acts like a queue of where a part currently is in a process. There are multiple operations and not every part undergoes the operations in the same order. Some parts go through one operation multiple times.

    I wanted to create this formula by finding the first blank date and then producing the value that would be in the column to the left of that first blank cell. For example, in the attached worksheet I would need part M1 to produce “Review” in the cell as every operation before review has a date that follows it.

    Any help with this problem is much appreciated.
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,036

    Re: Creating a Queue

    One way:

    =INDEX(E3:M3,MATCH(1,INDEX(--(F3:N3=""),0),0))

    copied down.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    03-22-2021
    Location
    New Jersey, USA
    MS-Off Ver
    Office 365 (Version 2102)
    Posts
    6

    Smile Re: Creating a Queue

    This is awesome. Thank you!!

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,036

    Re: Creating a Queue

    You're welcome.



    It would be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.

    Finally, if that takes care of your original question, please select "Thread Tools" from the menu link above and mark this 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] Basic Queue
    By intothesky in forum Excel General
    Replies: 6
    Last Post: 11-05-2019, 05:10 PM
  2. [SOLVED] Invoice Queue Sequence
    By Delta729 in forum Excel General
    Replies: 7
    Last Post: 11-12-2017, 11:16 PM
  3. [SOLVED] Check the Queue Number from column H in Sheet1 and change it to Queue Name
    By aman1234 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-27-2014, 06:12 AM
  4. Queue database exports
    By {=OR(value=array)} in forum Access Tables & Databases
    Replies: 1
    Last Post: 04-04-2014, 01:37 PM
  5. Priority Queue
    By coachklein in forum Excel General
    Replies: 6
    Last Post: 11-03-2011, 06:05 PM
  6. Navigating a Queue
    By John in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-25-2006, 05:35 PM
  7. EXCEL queue VBA
    By nomad815 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-22-2005, 03:22 AM

Tags for this Thread

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