I have a complicated question. I've downloaded my transaction log from Mint.com and converted the results into a table with the headings, "Date", "Description", "Original Description", "Amount", "Type", "Account"
I've noticed though, that the "Date" column contains discrepancies with the actual date of transaction. These discrepancies show up in the "Original Description" column which contains the true date, the company name, and other identifying information.
I've tried a couple options to delete text after the space, to edit fields like "03/31 Taco Bell store#1234" down to just "03/31" but they seem to only preserve text, not numbers, before the space so it results in "Taco". Is there a way to do this to retain just the first 5 characters (none of the fields are formatted "Taco Bell 03/31" only date first, if there is a date) and delete everything after?
Edit: heres the formula I was using before
=LEFT(K1, FIND(" ",K1)-1)
I've copied the original description column to K so I can maintain the original
I've noticed though, that the "Date" column contains discrepancies with the actual date of transaction. These discrepancies show up in the "Original Description" column which contains the true date, the company name, and other identifying information.
I've tried a couple options to delete text after the space, to edit fields like "03/31 Taco Bell store#1234" down to just "03/31" but they seem to only preserve text, not numbers, before the space so it results in "Taco". Is there a way to do this to retain just the first 5 characters (none of the fields are formatted "Taco Bell 03/31" only date first, if there is a date) and delete everything after?
Edit: heres the formula I was using before
=LEFT(K1, FIND(" ",K1)-1)
I've copied the original description column to K so I can maintain the original
Last edited: