hello
I have data in first sheet what I want copy to the second sheet with ignore any customer has value is 0 in col E , it doesn't make difference formula or code
first
expected result in second sheet
I have data in first sheet what I want copy to the second sheet with ignore any customer has value is 0 in col E , it doesn't make difference formula or code
first
1.xlsx | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
3 | item | customer | credit | debit | balance | ||
4 | 1 | ali | 300 | 400 | 100 | ||
5 | 2 | omar | 300 | 500 | 200 | ||
6 | 3 | mahmoud | 700 | 700 | 0 | ||
7 | 4 | ami | 250 | 250 | 0 | ||
8 | 5 | alla | 800 | 800 | 0 | ||
sh1 |
expected result in second sheet
2.xlsx | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
3 | 1 | ali | 300 | 400 | 100 | ||
4 | 2 | omar | 300 | 500 | 200 | ||
sh2 |