Hi Experts,
I cannot upload the excel file as I am using office computer.
I have made a sample below table:
First four Coolum is my definition where the start / end date along with start and end time is mentioned.
From Column 5 I want to do a plotting of 1 based on first 04 columns. If the condition is not meet it should plot 0.
Where from column5 time interval is mentioned with 05 min interval from 00:00 until 23:55.
Since the data set is huge I cannot use formula it crashes.
Kindly assist with the VBA code in order to resolve it.
Thank you so much for your guidance and help.
I cannot upload the excel file as I am using office computer.
I have made a sample below table:
First four Coolum is my definition where the start / end date along with start and end time is mentioned.
From Column 5 I want to do a plotting of 1 based on first 04 columns. If the condition is not meet it should plot 0.
Where from column5 time interval is mentioned with 05 min interval from 00:00 until 23:55.
Since the data set is huge I cannot use formula it crashes.
Kindly assist with the VBA code in order to resolve it.
Start Date | Start Time | End Date | End Time | 00:00 | 00:05 | 00:10 | 00:15 |
01-Aug-23 | 00:00 | 01-Aug-23 | 00:10 | 1 | 1 | 1 | 0 |
01-Aug-23 | 00:00 | 01-Aug-23 | 00:15 | 1 | 1 | 1 | 1 |
01-Aug-23 | 00:05 | 01-Aug-23 | 00:10 | 0 | 1 | 1 | 0 |
Thank you so much for your guidance and help.