OS version: Linux Manjaro
App version: 7.2.1.36 (flatpak)
I’m needing to remove some data from certain cells in my spreadsheet so that the cells can be sorted properly. All extraneous data is contained within brackets. Is there a way to use the find and replace function with wildcards?
For instance, my data within a given cell looks something like this:
Data to keep [Data to remove] Data to keep
I would like to remove everything contained within the brackets and the brackets themselves. I’ve tried both using both * and #, with no luck.