Hello,
I want if it contains a predefined value in a cell, to delete that row but not before to add the value that it has to the upper one, example below:
A B C
1 apples 30
2 orange 105
3 test 5
4 carrot 40
5 test 10
Will result like this:
On B3 it has "test" and value on C with 5, sum it with the upper one and delete complete the row afterwards (with test)
Same for B5.
I want like this:
A B C
1 apples 30
2 orange 110
3 carrot 50
I would like to have a button for this one.
Thank you
I want if it contains a predefined value in a cell, to delete that row but not before to add the value that it has to the upper one, example below:
A B C
1 apples 30
2 orange 105
3 test 5
4 carrot 40
5 test 10
Will result like this:
On B3 it has "test" and value on C with 5, sum it with the upper one and delete complete the row afterwards (with test)
Same for B5.
I want like this:
A B C
1 apples 30
2 orange 110
3 carrot 50
I would like to have a button for this one.
Thank you