Hello everyone. Can I have vb code for the following:
I have few hundred thousand rows in a column that needs to be separated in two more columns. The column A has information about an order i.e.,
ORDER 00349O1 (PER KG)***[FISHCURRY]***DELIVERED
ORDER 0989378 (PER KG)***[FISHMEAT]***DELIVERED
ORDER 8937494 (PER CTN)***[FISHMEAT]***NOTDELIVERED
The vb code/formula whatever it is should extract the values in parenthesis () in COLUMN B and parenthesis [] in COLUMN C and COLUMN A needs to be refreshed at the same time; should only contain the information without the separated values/texts.
Please help me to sort this out. Thanks everyone and have a nice Easter.
I have few hundred thousand rows in a column that needs to be separated in two more columns. The column A has information about an order i.e.,
ORDER 00349O1 (PER KG)***[FISHCURRY]***DELIVERED
ORDER 0989378 (PER KG)***[FISHMEAT]***DELIVERED
ORDER 8937494 (PER CTN)***[FISHMEAT]***NOTDELIVERED
The vb code/formula whatever it is should extract the values in parenthesis () in COLUMN B and parenthesis [] in COLUMN C and COLUMN A needs to be refreshed at the same time; should only contain the information without the separated values/texts.
Please help me to sort this out. Thanks everyone and have a nice Easter.