Formulation
New Member
- Joined
- Aug 26, 2016
- Messages
- 25
Is there a way to ignore a column until a certain date arrives?
For example, I have some columns splits up in Quarters.
[TABLE="width: 400"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]E[/TD]
[TD="align: center"]F[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]Q2 17'[/TD]
[TD="align: center"]Q3 17'[/TD]
[TD="align: center"]Q4 17'[/TD]
[TD="align: center"]Q1 18'[/TD]
[TD="align: center"]Total[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]0[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]0[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]0[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]0[/TD]
[/TR]
</tbody>[/TABLE]
Using the guide below, Q4 17' and Q18' need to be ignored until the first day in the next quarter
So, for the cell beneath Q4 17' to be enabled or referenced, the current date would have to be January 1st 2018 (the first day in Q1 18')
(Q1): January 1 - March 31.
(Q2): April 1 - June 30.
(Q3): July 1 - September 30.
(Q4): October 1 - December 31.
Finding a solution to that issue is my main problem.
Also, would there be a way to ignore the Q2 17' column once the first day of Q3 18' was reached (July 1st)
Lastly, once a column, say Q3 17', is finished (Oct 1st). Is there a way to only use the contents of that cell if the contents of column F are above 0?
For example, I have some columns splits up in Quarters.
[TABLE="width: 400"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]E[/TD]
[TD="align: center"]F[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]Q2 17'[/TD]
[TD="align: center"]Q3 17'[/TD]
[TD="align: center"]Q4 17'[/TD]
[TD="align: center"]Q1 18'[/TD]
[TD="align: center"]Total[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]0[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]0[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]0[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]0[/TD]
[/TR]
</tbody>[/TABLE]
Using the guide below, Q4 17' and Q18' need to be ignored until the first day in the next quarter
So, for the cell beneath Q4 17' to be enabled or referenced, the current date would have to be January 1st 2018 (the first day in Q1 18')
(Q1): January 1 - March 31.
(Q2): April 1 - June 30.
(Q3): July 1 - September 30.
(Q4): October 1 - December 31.
Finding a solution to that issue is my main problem.
Also, would there be a way to ignore the Q2 17' column once the first day of Q3 18' was reached (July 1st)
Lastly, once a column, say Q3 17', is finished (Oct 1st). Is there a way to only use the contents of that cell if the contents of column F are above 0?