Hi All,
I have date stamp in my data and I want to extract the day name and also its position in the same month. For e.g. if my date is 08/28/2020 it should show Friday, 4 (since its the 4th Friday of the month) or 06/20/2020 = Saturday, 3 (since it is the 3rd Saturday of June).
I have attached a sample data set to this question and also the desired output.
Thank you!