how to reverse date order of bank statement
I have .CSV documents from my bank which list transactions and a running balance with the most recent date at the top. For example, the first date would be 30th March with the 1st of March on the bottom.
There are often multiple entries for any given date, which I think creates problems if I just change the ascending/descending order in the date column - it certainly seems to mess up the figures.
So how do I reverse the order of all the transactions so the running total remains accurate? My bank does not allow me the option of downloading .csv docs in the order I want.
I do have Excel if that can do something Numbers can't but I much prefer working in Numbers!!
many thanks in advance!
edited to add:
Another way to ask this question is say I have 50 rows, how do I make row 50 become row 1, row 49 become row 2, while row 1 becomes row 50 etc.
cheers