Hi every one,
I receive on a daily basis from several banks (from several countries) strings which contains payments from which the value is numerical places in a string. The difficulties relies in the following form:
1- The numeric may be with decimal parts (not Always) and the separation may be a dot or a comma (ex 123.45 or 123,45). But there is always on of the separators
2- The number is always follow by a money symbol (EUR, €, £, $ no more) but between the number and the symbol either there may or not may a space
3- The number may be bigger than 999 but the separator between the hundreds and the thousands may be or not be present. If present it may be a dot, a space or a coma but never the same as the decimal separator(ex: 1 234,45 or 1234,45 or 1,234.45 or 1.234,45)
4- Positive number are not indicated by a “+” while negative number are always preceded by a “-“which is always just before the number without any space.
5- Last but not least between the word just before the number and the number sometimes there is a space and sometime not.
Here some trivial ex:
- “the best bank in the world pay you -45 578,53€ just for your fun”
- “the best bank in the world pay you45 578.53 $ just for your fun”
- “the best bank in the world pay you 45 578.53$ just for your fun”
- Ect…
Can this be solved by formulas with or not with helper’s column?
If possible without VBA but not excluded
I put manually the numbers in a separate column and filter it with my brain, but human being are making mistakes, hardly to find afterwards.
Thisd should be a great help for me and spare à lot of time.
Thanks in advance
C. Peten
I receive on a daily basis from several banks (from several countries) strings which contains payments from which the value is numerical places in a string. The difficulties relies in the following form:
1- The numeric may be with decimal parts (not Always) and the separation may be a dot or a comma (ex 123.45 or 123,45). But there is always on of the separators
2- The number is always follow by a money symbol (EUR, €, £, $ no more) but between the number and the symbol either there may or not may a space
3- The number may be bigger than 999 but the separator between the hundreds and the thousands may be or not be present. If present it may be a dot, a space or a coma but never the same as the decimal separator(ex: 1 234,45 or 1234,45 or 1,234.45 or 1.234,45)
4- Positive number are not indicated by a “+” while negative number are always preceded by a “-“which is always just before the number without any space.
5- Last but not least between the word just before the number and the number sometimes there is a space and sometime not.
Here some trivial ex:
- “the best bank in the world pay you -45 578,53€ just for your fun”
- “the best bank in the world pay you45 578.53 $ just for your fun”
- “the best bank in the world pay you 45 578.53$ just for your fun”
- Ect…
Can this be solved by formulas with or not with helper’s column?
If possible without VBA but not excluded
I put manually the numbers in a separate column and filter it with my brain, but human being are making mistakes, hardly to find afterwards.
Thisd should be a great help for me and spare à lot of time.
Thanks in advance
C. Peten