Good morning, I have the following formula that works well for the 1st part of my requirement but need help to meet the second part of the requirement as well.
=IF(ISBLANK([@[First TAG meeting]]),0, TODAY()-[@[First TAGmeeting]]) work well but once a project is complete and there is a date in the published column I need the formula to do Published - First TAG meeting and ignore the first part. Thank you for any help you may be able to give.
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 48"]
<colgroup><col width="64" style="width: 48pt;"> <tbody>[TR]
[TD="width: 64, bgcolor: transparent"]Project[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 89"]
<colgroup><col width="118" style="width: 89pt; mso-width-source: userset; mso-width-alt: 4315;"> <tbody>[TR]
[TD="width: 118, bgcolor: transparent"]First TAG meeting[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 69"]
<colgroup><col width="92" style="width: 69pt; mso-width-source: userset; mso-width-alt: 3364;"> <tbody>[TR]
[TD="width: 92, bgcolor: transparent"]Published[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 90"]
<colgroup><col width="120" style="width: 90pt; mso-width-source: userset; mso-width-alt: 4388;"> <tbody>[TR]
[TD="width: 120, bgcolor: transparent"]Total project days[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD][/TD]
[TD][/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]6/1/2017[/TD]
[TD][/TD]
[TD]today - 6/1/2017[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]6/1/2017[/TD]
[TD]12/19/2017[/TD]
[TD]published - First TAG meeting[/TD]
[/TR]
</tbody>[/TABLE]
=IF(ISBLANK([@[First TAG meeting]]),0, TODAY()-[@[First TAGmeeting]]) work well but once a project is complete and there is a date in the published column I need the formula to do Published - First TAG meeting and ignore the first part. Thank you for any help you may be able to give.
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 48"]
<colgroup><col width="64" style="width: 48pt;"> <tbody>[TR]
[TD="width: 64, bgcolor: transparent"]Project[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 89"]
<colgroup><col width="118" style="width: 89pt; mso-width-source: userset; mso-width-alt: 4315;"> <tbody>[TR]
[TD="width: 118, bgcolor: transparent"]First TAG meeting[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 69"]
<colgroup><col width="92" style="width: 69pt; mso-width-source: userset; mso-width-alt: 3364;"> <tbody>[TR]
[TD="width: 92, bgcolor: transparent"]Published[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 90"]
<colgroup><col width="120" style="width: 90pt; mso-width-source: userset; mso-width-alt: 4388;"> <tbody>[TR]
[TD="width: 120, bgcolor: transparent"]Total project days[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD][/TD]
[TD][/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]6/1/2017[/TD]
[TD][/TD]
[TD]today - 6/1/2017[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]6/1/2017[/TD]
[TD]12/19/2017[/TD]
[TD]published - First TAG meeting[/TD]
[/TR]
</tbody>[/TABLE]