I am trying to have 3 Columns built using Regex. but currently I can only have 2 at a time in one regex
as shown below
Spoiler
Currency
value & %


How Can I have all the 3 column together without having having the issue of the percentage column disappear when I add currency.

Spoiler
Second Issue ---> How can I prevent Regex from extracting anything that is not currency in currency column
