I have a spreadsheet with a column of data that has a part of the cell contents in brackets and part in numerals. I wish to delete everything in brackets and leave the numbers outside of the brackets.
example: 100409382 [APPROVED,B-FULL QUALIFICATION] The data in the columns is not fixed width so I must use where the brackets begin to delete.
example: 100409382 [APPROVED,B-FULL QUALIFICATION] The data in the columns is not fixed width so I must use where the brackets begin to delete.