Hello all im not sure if this can be done or not, but i have some data with a lot of rows some times there are duplicates. I want to delete a specific value in that duplicate column while retaining the rest of the information. Can this be done in power query?
My example: I want the duplicate row to have the item in boxes removed but keep everything.
Result:
Thanks,
Ian
My example: I want the duplicate row to have the item in boxes removed but keep everything.
Project | Funding | Boxes |
AB | $10 | 10 |
AB | $100 | 10 |
CD | $20 | 5 |
EF | $15 | 20 |
Result:
Project | Funding | Boxes |
AB | $10 | 10 |
AB | $100 | |
CD | $20 | 5 |
DE | $15 | 20 |
Thanks,
Ian