Hi @Christopher Lange,
Thank you for posting in this community.
The type of column I'm testing:
- production location: Choice column (Single choice)
- direct material costs: number column
- Result: Calculated column(The data type returned from this formula is Number)
Please try replacing the ;
in your formula with,
.
Formula:
=IF([production location]="Germany",[direct material costs]*1.0698,IF([production location]="USA",[direct material costs]*1.0724,IF([production location]="France",[direct material costs]*1.01167,[direct material costs])))
Here is my test result:
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.