The following formulas are built-in to JCVGantt Pro
=ProjectCost() -
Total Project cost
=ResourceCost(name)
- Total Cost for a specific resource.
Example:
=ResourceCost("Joe")
=ProjectDuration() -
Total project duration in hours
Interesting Feature
Here's a cute tip....you
can use the column name from any grid when you use it in a
formula...for example
=Project!'Task
Name'3 would show you the 3rd row of column Task Name.
Just put the column
name in single quotes