Hi,
Challenge;
There is a list containing several textual items.
I would like to replace, all the items which contain the divide sign ‘/’.
note: ; is the dividing item
Whereby the division is made and rounded to 2 deciimals.
Hi Thank you for your answer.
Unfortunately it is not that easy .
Its not only that / has to be replaces by ,.
The section with the / --> represent a divide by sum.
I would like to replace the entire / sum. Bij the result of the division, whereby the results are split with an ;
so lets start with a simple example;
if there was
4/2 is has to be replaced by: 2;2
6/2 --> 3;3
8/4 --> 2;2;2;2
However, there is still 1 challenge left:
If there are multiple /'s in 1 item. It only ‘replaces’ 1 of them ánd it doubles the item.
Do you have any idea how you can replace multiple text fragment in 1 item?