Hi,
So, I'm having a rough go at it trying to create a calendar without manually entering every 26th row.
I am attempting to create a 15 minute calendar for Stocks.
For example:
COL A
9/3/19 9:30 AM
9/3/19 9:45 AM = WORKDAY(A1,1,[holidays])+15/1440
9/3/19 10:00 AM = WORKDAY(A1,1,[holidays])+15/1440
9/3/19 10:15 AM = WORKDAY(A1,1,[holidays])+15/1440
I need 2,000 "dates", trading days only.
I am having trouble combining WORKDAY and TIME FUNCTION for the next trading day. The trading session lasts from 9:30 AM until 3:45 PM each day, and then goes to the next trading day.
For example:
9/3/19 3:45 PM
9/4/19 9:30 AM = ?????
9/4/19 9:45 AM
Is it possible to create such a trading calendar?
So, I'm having a rough go at it trying to create a calendar without manually entering every 26th row.
I am attempting to create a 15 minute calendar for Stocks.
For example:
COL A
9/3/19 9:30 AM
9/3/19 9:45 AM = WORKDAY(A1,1,[holidays])+15/1440
9/3/19 10:00 AM = WORKDAY(A1,1,[holidays])+15/1440
9/3/19 10:15 AM = WORKDAY(A1,1,[holidays])+15/1440
I need 2,000 "dates", trading days only.
I am having trouble combining WORKDAY and TIME FUNCTION for the next trading day. The trading session lasts from 9:30 AM until 3:45 PM each day, and then goes to the next trading day.
For example:
9/3/19 3:45 PM
9/4/19 9:30 AM = ?????
9/4/19 9:45 AM
Is it possible to create such a trading calendar?
Last edited: