Hello Smartsheet Community! I have searched through here a bunch but I can't quite find what I'm looking for.
I have a sheet with order #'s (Order #) and if there are multiple services to schedule, they each need a row. So my order # is duplicated. I have a column that counts if the order # is duplicated (Order # Count). I need help with the Service Order # column that will be the Order # + a suffix of A, B, or C, if it is the 1st, 2nd, or 3rd occurrence of that order # in the sheet. (It could be longer than just A, B, C).
I started with the suffix being the acronym of the service, but my client wants it to be A, B, C if it is the 1st, 2nd, 3rd, etc. I realize that changes if the sheet is re-ordered. And I can't assign based on the service type because they want the suffix to be based on the count rather than the service type. We have 15 service types and those can be duplicated within one order.
Order # is input
Order # Count is =COUNTIFS([Order #]:[Order #], [Order #]@row)
Service Order # is what I need help with
Maybe if the Order # Count could show if it is the 1st, 2nd, 3rd, etc., occurrence in the sheet, I could assign it that way? I tried INDEX(DISTINCT(...but it's the whole sheet, I also tried INDEX(DISTINCT(COLLECT(...but again it isn't giving me what I need.
Thanks!