G
Guest
I am trying to create a field that calculates the value of an account. In
order to do this I need three fields... the employee total, a percentage of
professionals, and the cost per professional. However, the cost per
professional depends on how many total employees there are...so if there are
1,000 total employees then the cost per employee is different then if there
are 1,000+.
I want the field to calcualte: Total Employee*Percent Professional*Cost Per
Employee
Ideally I would like it to be:
If Total Employee >=1,000, Multiply (Total Employee)*(Percent
Professional)*(Cost Per Employee1) Or If Total Employee < 1,000, Multiply
(Total Employee)*(Percent Professional)*(Cost Per Employee2)
But I can't figure it out
I've tried using the help function but it's not helping. Please any help as
soon as possible would be greatly appreciated!!!
order to do this I need three fields... the employee total, a percentage of
professionals, and the cost per professional. However, the cost per
professional depends on how many total employees there are...so if there are
1,000 total employees then the cost per employee is different then if there
are 1,000+.
I want the field to calcualte: Total Employee*Percent Professional*Cost Per
Employee
Ideally I would like it to be:
If Total Employee >=1,000, Multiply (Total Employee)*(Percent
Professional)*(Cost Per Employee1) Or If Total Employee < 1,000, Multiply
(Total Employee)*(Percent Professional)*(Cost Per Employee2)
But I can't figure it out
I've tried using the help function but it's not helping. Please any help as
soon as possible would be greatly appreciated!!!