I need to be able to convert cells from one format to another according to the following rules:
Property Description --enter as-- Folio Identifier
----------------------------------------------------------
Lot 23 DP789678 23/789678
Lot 7 Section 12 DP6789 7/12/6789
Lot 1 SP 45676 1/SP45676
Common Property Title SP45676 CP/SP45676
Volume 7456 Folio 56 7456-56
Auto-Consol 5674-78 5674-78
Water Access Licence No. 123 WAL123
So the thing on the left has to be changed to the item on the right. For example, if I have any cells that look like Lot 23 DP789678, they must be converted to Lot 23 DP789678. How do I write a formula that will do this for all the above cases?