Hello
hope you are well!
Could anyone advise me if I can copy a row of data to anouther row based on a flaggin system IE with the below example
| Fruit | Location | Cost | Copy flag | | Apples | England | 100 | n | | Banana | Scotland | 500 | n | | pear | spain | 200 | y |
|
I would need the row with pear to be copied
| Fruit | Location | Cost | Copy flag | | Apples | England | 100 | n | | Banana | Scotland | 500 | n | | pear | spain | 200 | y | | pear_copy | spain | 200 | Y |
|
Hope you can help me
many thanks
Denny