Hi, everyone

I'm extracting data from a credit card bank file and i'm gettin this:

00000266123,"5534.****.****.0123","B.A. FERNANDES RODRIGUES","2022-06-08","2022-06-09","Sligro Zb 5024 Rotterdam NLD","","","","-401,73"

00000266123,"5534.****.****.0","B.A. FERNANDES RODRIGUES","2022-06-08","2022-06-09","Toolstation Capelle A/ Capelle A/D INLD","","","","-23,68"

00000266123,"5534.****.****.0","B.A. FERNANDES RODRIGUES","2022-04-25","2022-04-26","Toolstation Capelle A/ Capelle A/D INLD","","","","-9,58"


I started with: LEFT(A2;33)
Then, a lot of: MID(A2;36;24), MID (A2;63;10), ETC, ETC...

My problem is the final number (the amount of the transaction). It can have 7 characters (-401,73), 6 characters (-23,68); 5 characters (-9,58), etc...

I don't know how to extract that number with a single formula. It's the number BETWEEN THE LAST 2 QUOTATION MARKS. Any formula to solve this?!?!


Thank you so much?