Hi,
I basically have Start time and End time.
I need to add specific time slot 08-10, 10-12, 12-14, 14-16
Example:
Input
S.No. Start End
Output
S.No Start End Slot
Note: I only want even slots, Hours starting from odd numbers will be lying in 2 different slots. Secondly, if minutes = 31 then also it will lie in 2 different slots.
Please help, thanks in advance!
Solved! Go to Solution.
Here's my take on it, using the Generate Rows tool to add rows where required
And the results
Dan
Hi @vidhuvaibhav. Glad I could help.
I'm not sure if you know this or not, but you can have multiple solutions to a topic. @Thableaus solution gives you the correct output, even though it's not as pretty as mine:), so you should mark his as a solution as well.
Dan
Hey @danilang no worries!
We're here to help, even though some of our solutions are not exactly the shortest way to solve that problem.
And while I'm trying to provide one, the coolest thing is to be able to learn so much from thinking and getting down to it.
Cheers,