I actually don't even know how to phrase this question properly, so if anything is confusion or require clarification, let me know.
I basically have a power query file that compiles all of my orders. I want to keep track of what orders have paid already and which ones have not paid yet.
The ones that have paid already will have an amount next to their order #.
I want to be able to save the file with only the orders that have been paid and the orders that do not have an amount next to them (not paid) to remain in the file.
So for example, Example 1 is the initial starting file, which has amounts next to Order # 1, 2, 3, and 5. I then want to be able to save only just those rows as a CSV file. The remaining rows, # 4 and 6, which do not have amounts next to them, will remain and stay in that file until they have been paid.
I was thinking I could create a table for the amount column and then simply uncheck the boxes for blank/not blank cells in that column, but the issue with that is I do not want the old rows that were previously already paid to be displayed when I go to save the new CSV file.
I only want to be able to continuously only save the new rows that have been paid/amount next to the order #.
I basically have a power query file that compiles all of my orders. I want to keep track of what orders have paid already and which ones have not paid yet.
The ones that have paid already will have an amount next to their order #.
I want to be able to save the file with only the orders that have been paid and the orders that do not have an amount next to them (not paid) to remain in the file.
So for example, Example 1 is the initial starting file, which has amounts next to Order # 1, 2, 3, and 5. I then want to be able to save only just those rows as a CSV file. The remaining rows, # 4 and 6, which do not have amounts next to them, will remain and stay in that file until they have been paid.
I was thinking I could create a table for the amount column and then simply uncheck the boxes for blank/not blank cells in that column, but the issue with that is I do not want the old rows that were previously already paid to be displayed when I go to save the new CSV file.
I only want to be able to continuously only save the new rows that have been paid/amount next to the order #.