I want to extract the whole string before the last comma. Please check the below example.
Example: A1= Mon, this is a test, Wed, Sun, Sat, 2001 world
The result should be: B1 = Mon, this is a test, Wed, Sun, Sat
Thanks in advance. Vineet
I want to extract the whole string before the last comma. Please check the below example.
Example: A1= Mon, this is a test, Wed, Sun, Sat, 2001 world
The result should be: B1 = Mon, this is a test, Wed, Sun, Sat
Thanks in advance. Vineet