ThrottleWorks
Excel Ninja
Hi,
Please see attached file for details.
I have various strings, I need to separate string and date value from this string.
For example, input value = ABC 2012-AB4 A2 1.801% 10OCT2017
Output value will be date = 10, month = 10, year = 2017, final string will be ABC 2012-AB4 A2 1.801%
Or input value = AAAAA 2B2480 2.915% 04/01/2044
Output value will be date = 1, month = 4, year = 2044, final string will be AAAAA 2B2480 2.915%
Can anyone please help me in this.
Please see attached file for details.
I have various strings, I need to separate string and date value from this string.
For example, input value = ABC 2012-AB4 A2 1.801% 10OCT2017
Output value will be date = 10, month = 10, year = 2017, final string will be ABC 2012-AB4 A2 1.801%
Or input value = AAAAA 2B2480 2.915% 04/01/2044
Output value will be date = 1, month = 4, year = 2044, final string will be AAAAA 2B2480 2.915%
Can anyone please help me in this.