dmxcasper2
Board Regular
- Joined
- Mar 21, 2012
- Messages
- 65
Problem Statement:
For Row 2 I'm using =today()-A1
For Row 3 I need a a formula that perform the following logic statement under these conditions:
Is it possible to keep Column values a positive integers.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]Column A[/TD]
[TD="align: center"]Column B[/TD]
[TD="align: center"]Column C - Aging[/TD]
[/TR]
[TR]
[TD="align: center"]11/05/2018[/TD]
[TD="align: center"]12/01/2018[/TD]
[TD="align: center"]26[/TD]
[/TR]
[TR]
[TD="align: center"]11/05/2018[/TD]
[TD="align: center"][/TD]
[TD="align: center"]30[/TD]
[/TR]
</tbody>[/TABLE]
For Row 2 I'm using =today()-A1
For Row 3 I need a a formula that perform the following logic statement under these conditions:
- If Column B is blank then calculate using =today()-A1
- If Column B has a date then calculate Column A - Column B
- If Column A has a non date value like "TBA", then Column C should remain blank
Is it possible to keep Column values a positive integers.
<tbody>[TR]
[TD="align: center"]Column A[/TD]
[TD="align: center"]Column B[/TD]
[TD="align: center"]Column C - Aging[/TD]
[/TR]
[TR]
[TD="align: center"]11/05/2018[/TD]
[TD="align: center"]12/01/2018[/TD]
[TD="align: center"]26[/TD]
[/TR]
[TR]
[TD="align: center"]11/05/2018[/TD]
[TD="align: center"][/TD]
[TD="align: center"]30[/TD]
[/TR]
</tbody>[/TABLE]