I have values in Col b and percentages in Col G
Where the % is the same in Col G for eg 1% and the values in Col b for that % sums to zero , then the data in Col A:G to be cleared from row 3 onwards
In the sample data below A2:G3 to be cleared as the % is the same and the values in Col B for 1% sums to zero
It would be appreciated I someone can write code to do this for me
Your assistance in this regard is most appreciated
Where the % is the same in Col G for eg 1% and the values in Col b for that % sums to zero , then the data in Col A:G to be cleared from row 3 onwards
In the sample data below A2:G3 to be cleared as the % is the same and the values in Col B for 1% sums to zero
It would be appreciated I someone can write code to do this for me
Your assistance in this regard is most appreciated
Book1 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | Ref | Vat | Value | Percentage | ||||||
2 | f9152 | 18.42 | 3308.92 | 1.00% | ||||||
3 | f9150 | -18.42 | -3327.34 | 1.00% | ||||||
4 | F9589 | -1052.11 | -3515.1 | 5.00% | ||||||
5 | F9590 | -1793.81 | -3012.93 | 6.00% | ||||||
6 | ||||||||||
7 | ||||||||||
8 | ||||||||||
9 | ||||||||||
10 | ||||||||||
11 | ||||||||||
12 | ||||||||||
13 | ||||||||||
Sheet1 |