The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

How can we perform a % calculation in a dataset

rajatdasrajatdas Member Posts: 3 Learner I
I have the following dataset...need to calculate the percentage. Given below is a sample data set. The positive survey count, negative survey count & CSAT% are numerals.

The formula is ""positive survey count" / ("positive survey count" + "negative survey count")"

Employee positive survey count negative survey count CSAT%
EMP1 3 2 ?
EMP2 5 1 ?
EMP3 3 3 ?
EMP4 7 2 ?

Answers

Sign In or Register to comment.