Filtering duplicates and sum the amount

Hello All,
I have an excel file in which one of the column has duplicates with 3W, 4W and 2W. So here I have to add the amount by filtering each 3W, 4W and 2W. Please help me with this.

can you provide the input and expected out then we can provide the solution
@ISBS_ROBOT

Insurance_Data.xlsx (11.8 KB)

If column “Vehicle Type” same then need to add column “NetPremium”

for example if you have 4W in "Vehicle Type’ is duplicate so you need to do sum all the 4W ?

or can you share the expected output

@ISBS_ROBOT

For each 4W the amount should get add from Net premium column and print sum amount

HI @ISBS_ROBOT

Hope this xaml help for you

xaml :- Filtering duplicates and sum the amount.zip (2.1 KB)

For reference you can see the output of sum of all

1.4W total
image

  1. 3W Total
    image

Let me know its working or not for you…

Cheers…!

@ISBS_ROBOT

Thank you so much bro, It’s working

Cheers,

1 Like

Cheers…! :slight_smile:

@ISBS_ROBOT

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.