I read thru the documentation & it was very clear but needed more detail for dummies like me.
Here's what I want to do for Project cost
I have worker hours & cost set up this way
Fields =
date
time in (24 hr format)
time out (24 hr format)
total hrs
rate
cost
so as I understand it I would need the following equations
total hrs = time out - time in
Equation for Field Total Hours might be something like =sum(time out-time in)
Equation for cost might something like =sum(total hrs*35)
I saw there were certain named function, i.e. sum, max, min, ave
but
what I don't know is what other terms are available, i.e. +, -, *, >, <, =>, =<
and
the format for the equation.
Eventually I will add a total project cost based on a number of items of cost but that will need to be a column sum of all the costs
If someone can help me with this I'd appreciate it.
bumped 2010/11/29
Comments
=Time_TotalHours (Time_Arrival, Time_Departure)Time_Arrival = 0935
Trying to find out how the function works by looking at the VB code in the editor section can help too, depending on your interest in the matter...
Trying to find out how the function works by looking at the VB code in the editor section can help too, depending on your interest in the matter...