Forum Discussion
Tatiana Torres
Sep 13, 2018Copper Contributor
help with complex formula involving dates
I need to change the formula in the column labeled "Invoice Month" (see screen shot). Currently it's this: =CHOOSE(MONTH(D3),"January","February","March","April","May","June","July","August","Septemb...
- Sep 13, 2018
Hi Tatiana,
Perhaps instead of MONTH(D3) you may use
MONTH(D3)+(DAY(D3)>22)
in your formula
SergeiBaklan
Sep 13, 2018Diamond Contributor
Hi Tatiana,
Perhaps instead of MONTH(D3) you may use
MONTH(D3)+(DAY(D3)>22)
in your formula
Tatiana Torres
Sep 13, 2018Copper Contributor
this worked, thank you!!
- SergeiBaklanSep 13, 2018Diamond Contributor
You are welcome