I know that alteryx have this tiles function but I would like to ask how does it apply on my use case
I attached the file with expected output in book1.xlsx
It was basically referring to the "Amount" and "Name" column
when the "amount" is null, the expected output will be 1, when "amount" is !null, then it will start to count according to "Name"
and when the name change, the cycle starts again.
How do I apply tiles in the following file?