I have a table with 5 columns.
Value, Quantity, colors, location, tolerance
I want to delete a complete row, when one quantity is bigger then the other while searching with same Value. Like
If I have Value= 1000, Quantity = 500, Color = white, Location = desk, tolerance = 0.05
And I try to Add another row, with Value 1000, and other quantity, I need to sum then and delete the past row.