Forum Discussion
JohnCrosland
3 years agoQrew Trainee
Good morning,
I would think that you want this Formula to apply to any record inside of your data not just the ProjectID AD0014.
Also, it is unclear what you are trying to accomplish and the makeup of your data. In order to only calculate this value when the Project Classification="Training, then you can simply add "and [Project Classification]="Training", like this.
If ([Project - ProjID]="AD0014" and [Project Classification]="Training,([Volunteer and Training Time Sheet Cost]+),0)
I would recommend considering removing [Project - ProjID]="AD0014" and it would become If([Project Classification]="Training,([Volunteer and Training Time Sheet Cost]+),0)
------------------------------
John Crosland
------------------------------
I would think that you want this Formula to apply to any record inside of your data not just the ProjectID AD0014.
Also, it is unclear what you are trying to accomplish and the makeup of your data. In order to only calculate this value when the Project Classification="Training, then you can simply add "and [Project Classification]="Training", like this.
If ([Project - ProjID]="AD0014" and [Project Classification]="Training,([Volunteer and Training Time Sheet Cost]+),0)
I would recommend considering removing [Project - ProjID]="AD0014" and it would become If([Project Classification]="Training,([Volunteer and Training Time Sheet Cost]+),0)
------------------------------
John Crosland
------------------------------
Related Content
- 4 months ago
- 9 months ago