Miguelluis
New Member
- Joined
- Jan 29, 2013
- Messages
- 45
Hi,
I'm trying to create a simple table that counts dates that fall into a specific age range:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]0-10 days old[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]10-20 days old[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]Over 20 days old[/TD]
[TD]?[/TD]
[/TR]
</tbody>[/TABLE]
The easiest way would be to add a column to where the dates are and insert the networkdays formula but I need to avoid and add columns to my core data. The column I'll be counting only contains dates.
Is there a way to do this?
Thank you
Miguel
I'm trying to create a simple table that counts dates that fall into a specific age range:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]0-10 days old[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]10-20 days old[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]Over 20 days old[/TD]
[TD]?[/TD]
[/TR]
</tbody>[/TABLE]
The easiest way would be to add a column to where the dates are and insert the networkdays formula but I need to avoid and add columns to my core data. The column I'll be counting only contains dates.
Is there a way to do this?
Thank you
Miguel