@cjw99
Here is one way to create your second table with two column formulas (or one slightly more complicated formula), however, it requires you to sort the data table. If the data table is in the order you display, this will work. If not, first sort the data table by Bx Date - Ascending, then TX ID - Ascending
The Number of Rejections column tracks the number of rejections by TX ID
scott_allen_0-1707397855235.png
The Final Formula column uses Number of Rejections to piece together an output similar to your target.
scott_allen_1-1707397922432.png
You can combine the two columns into one, however, my preference is to keep them separate in case you need to make modifications later. You can always hide the intermediate column if you don't want to see it.
Combined Column
scott_allen_2-1707398128460.png
scott_allen_3-1707398285335.png
If you want the text to match your TCMR Sequence column exactly, you can use a Value Label in the final column.
I'm sure there are other ways to get to your target column, but this was the first that came to mind using only column formulas.
-Scott