Need a formula, or possibly a macro if necessary, to execute the following based on the current month:
1 January 0.20 1
2 February 0.65
3 March 0.25
….
8 August 0.30
9 September 0.45
10 October 0.25
11 November 0.20
12 December 0.25
When the current month is February, I need to see February-July with January & August-December blank etc. etc. etc. The problem I keep encountering is when current month is August, I need data for August -January with Feb-July blank. The rollover is what gets me. The other kicker is the data for column B gets updated the 1st of each month to reflect the next 12 months so right now the data shows Feb 2019 through Jan 2020.
HELP, please!!!!
If the current month is January then if B1<E1 then D1=""; if B1>E1 then D1=
Cell D2 would be if B1+B2<E1 then D2=""; if B1+B2>E1 then D2=
Cell D3 would be if B1+B2+B3<E1 then D3=""; if B1+B2+B3>E1 then D3=
EX: D1="", D2="", D3=-0.01
A B C D EE1-
A1. Cell D2 would be if B1+B2<E1 then D2=""; if B1+B2>E1 then D2=
E1-
(B1+B2).Cell D3 would be if B1+B2+B3<E1 then D3=""; if B1+B2+B3>E1 then D3=
E1-
(B1+B2+B3) etc., etc., EX: D1="", D2="", D3=-0.01
1 January 0.20 1
2 February 0.65
3 March 0.25
….
8 August 0.30
9 September 0.45
10 October 0.25
11 November 0.20
12 December 0.25
When the current month is February, I need to see February-July with January & August-December blank etc. etc. etc. The problem I keep encountering is when current month is August, I need data for August -January with Feb-July blank. The rollover is what gets me. The other kicker is the data for column B gets updated the 1st of each month to reflect the next 12 months so right now the data shows Feb 2019 through Jan 2020.
HELP, please!!!!