Find Percentage, Status and Rank

Hello Friends,
Percentage divison and rank data.xlsx (8.9 KB)

I have a query, where I want to find percentage, status and rank as per screenshot. I can do it by formula method but I am looking for linq query or other methods. I want to print it in excel in one go.

Thanks in advance.

Have a look at the AVG, Count, Sum Operators

The Rank can be found by Distinct and Lookup

For the status you need to specify a map of e.g. percentage and Status slot

Maybe some calculations are to be done seperate in adavance (e.g. Rank lookup)

Is anyone going to help here?

Hi @Jeeru_venkat_Rao

Please find the below xaml for your reference

BlankProcess14.zip (70.2 KB)

O/P:

Percentage divison and rank data.xlsx (8.6 KB)

Hope this helps!!