Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a data set as list of dates with the type as shown in image1. But i need a new type as weekends as shown in image 2.
Anybody help in this!!!!
I have attached a sample file along with this.
Regards,
Yoganantha Prakash G P
May be like:
If(Match(Weekday([End Day]), 'Sat', 'Sun'), 'Weekend', Type) as Type
So first image is your input and second one is expected output, right? If so, could you explain the logic a bit more, like how exactly you get second row of End Date (7/12/2018)?
Yes Tresesco!!!
As said by Uacg0009
See the attachment..
the solution is little bit lengthy..
Thanks Pradeepreddy
Actually last night, I also created a solution, but didn't upload it...
But it's fine, you can check my script.
Thanks
Aiolos