Forum Discussion
NeilKloster
May 11, 2021Brass Contributor
IF Formula assistance
Hello, I have an IF statement under my 'RAW' tab and I think that should be a quick fix for this group: The IF statement under my 'Resources' column does exactly I want it to, but I have my...
- May 11, 2021
Use this formula for Resource Hours:
=[@Resources]*IF([@[Tracking Type]]="Self-Reported Time",1,60)
HansVogelaar
May 11, 2021MVP
Use this formula for Resource Hours:
=[@Resources]*IF([@[Tracking Type]]="Self-Reported Time",1,60)
NeilKloster
May 11, 2021Brass Contributor
Boom!! Thank you!!