Hi All,
could someone help me on the below issue. i want to change specific column date to String like T0,T1,T2 .
by skipping weekend day (Saturday and Sunday)
| Input | | | | | | | |
| 30/06/2023 | 03/07/2023 | 04/07/2023 | 05/07/2023 | 06/07/2023 | 07/07/2023 | 10/07/2023 | 11/07/2023 |
| | | | | | | | |
| | | | | | | | |
| Output | | | | | | | |
| T0 | T1 | T2 | 05/07/2023 | 06/07/2023 | 07/07/2023 | 10/07/2023 | 11/07/2023 |