Dylan Ross
Registered User.
- Local time
- Today, 09:20
- Joined
- Jul 24, 2003
- Messages
- 13
I am trying to figure out how to set up a formula that would perform a calculation based off of data in 3 separate cells with one or more criteria being met:
Cells are "Department Number", "Person's Name", "Field Ticket Total" and "Calculated Field"
1st criteria to be met:
Last 3 digits of department number = "080"
Person's name = "John Doe"
If these two criteria are met, then take the Field Ticket Total ($2,000) and multiply it by 0.02.
2nd criteria to be met:
Last 3 digits of department number = "080"
Person's name = "Jane Doe"
Since the department number = "080", but the person's name IS NOT "John Doe", I want the Field Ticket Total ($2,000) to be multiplied by 0.01.
3rd criteria to be met:
Last 3 digits of department number do not end in "080"
Person's name = "Jane Doe"
Since the department number is not "080" and the person's name is not "John Doe", I want the Field Ticket Total ($2,000) to be multiplied by 0.005.
The above would produce the information in the calculated cell for each row based on the three criteria above.
Thanks in advance!
Dylan Ross
Cells are "Department Number", "Person's Name", "Field Ticket Total" and "Calculated Field"
1st criteria to be met:
Last 3 digits of department number = "080"
Person's name = "John Doe"
If these two criteria are met, then take the Field Ticket Total ($2,000) and multiply it by 0.02.
2nd criteria to be met:
Last 3 digits of department number = "080"
Person's name = "Jane Doe"
Since the department number = "080", but the person's name IS NOT "John Doe", I want the Field Ticket Total ($2,000) to be multiplied by 0.01.
3rd criteria to be met:
Last 3 digits of department number do not end in "080"
Person's name = "Jane Doe"
Since the department number is not "080" and the person's name is not "John Doe", I want the Field Ticket Total ($2,000) to be multiplied by 0.005.
The above would produce the information in the calculated cell for each row based on the three criteria above.
Thanks in advance!
Dylan Ross