Hello
I’m trying to find a way to write an IF statement on every new month the EFS will not start calculating until 5 TRADING days passes and then it will calculated for the rest of the month.
Here is the beginning
if(month(0)!=month(-1)){
How do you make it ignore the first 5 trading days of each month.
Thank you
Ketoma
I’m trying to find a way to write an IF statement on every new month the EFS will not start calculating until 5 TRADING days passes and then it will calculated for the rest of the month.
Here is the beginning
if(month(0)!=month(-1)){
How do you make it ignore the first 5 trading days of each month.
Thank you
Ketoma
Comment