Hi all! is that possible to use formula and determine the color at the same time without VBA? For example, Column B has following formula "=IF(MONTH(A1)+1=MONTH(TODAY()),"50","")", but let's say that row 2 and 3 is yellow, so I need the formula to show double of 50 (100), but still based on the formula that catches only last month entries.
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][TABLE="width: 126"]
<tbody>[TR="class: outer_border"]
[TD="width: 126, align: right"]8/31/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][TABLE="width: 126"]
<tbody>[TR="class: outer_border"]
[TD="width: 126, align: right"]8/3/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][TABLE="width: 126"]
<tbody>[TR="class: outer_border"]
[TD="width: 126, align: right"]8/31/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][TABLE="width: 126"]
<tbody>[TR="class: outer_border"]
[TD="width: 126, align: right"]8/31/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD][TABLE="width: 126"]
<tbody>[TR="class: outer_border"]
[TD="width: 126, align: right"]7/31/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][TABLE="width: 126"]
<tbody>[TR="class: outer_border"]
[TD="width: 126, align: right"]8/31/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][TABLE="width: 126"]
<tbody>[TR="class: outer_border"]
[TD="width: 126, align: right"]8/3/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][TABLE="width: 126"]
<tbody>[TR="class: outer_border"]
[TD="width: 126, align: right"]8/31/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][TABLE="width: 126"]
<tbody>[TR="class: outer_border"]
[TD="width: 126, align: right"]8/31/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD][TABLE="width: 126"]
<tbody>[TR="class: outer_border"]
[TD="width: 126, align: right"]7/31/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks