Sharath Shetty
New Member
- Joined
- Sep 10, 2018
- Messages
- 2
I have a data representing duct sizes in width and height in 2 columns and length in 3rd column for more than 100 rows. I want to filter them according to their width and height. Help me. My data looks like this
W H L
100 200 3
200 100 1
300 200 2
100 200 1
300 200 1
i want it to get filtered and look like this in the new sheet
W H L
100 200 4
200 100 1
300 200 3
W H L
100 200 3
200 100 1
300 200 2
100 200 1
300 200 1
i want it to get filtered and look like this in the new sheet
W H L
100 200 4
200 100 1
300 200 3