I want to enter a value from a cell if the start and end date fall within the current month. I've tried some if/and statements and other formulas, but I have been unable to get the solution for the below scenario:
Any help is greatly appreciated!
[TABLE="width: 203"]
<tbody>[TR]
[TD="width: 68, bgcolor: transparent"]Start Date[/TD]
[TD="width: 75, bgcolor: transparent"]End Date[/TD]
[TD="width: 64, bgcolor: transparent"]Percent[/TD]
[TD="width: 64, bgcolor: transparent"]January[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]1/31/2019[/TD]
[TD="bgcolor: transparent, align: right"]11/25/2019[/TD]
[TD="bgcolor: transparent, align: right"]20%[/TD]
[TD="bgcolor: transparent"]If A1 & B1 are within January then
20%
[/TD]
[/TR]
</tbody>[/TABLE]
Any help is greatly appreciated!
[TABLE="width: 203"]
<tbody>[TR]
[TD="width: 68, bgcolor: transparent"]Start Date[/TD]
[TD="width: 75, bgcolor: transparent"]End Date[/TD]
[TD="width: 64, bgcolor: transparent"]Percent[/TD]
[TD="width: 64, bgcolor: transparent"]January[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]1/31/2019[/TD]
[TD="bgcolor: transparent, align: right"]11/25/2019[/TD]
[TD="bgcolor: transparent, align: right"]20%[/TD]
[TD="bgcolor: transparent"]If A1 & B1 are within January then
20%
[/TD]
[/TR]
</tbody>[/TABLE]