G'day guys!
I'm writing a big macro that fixes address data. I need two more functions.
1. For column K, search for blanks. For every blank cell, replace value with the value from the neighbouring cell in column J. Must exit gracefully if there are no values to be changed!
2. For column H, search for cells that have values that start with a 'P'. Remove all '-' characters in those cells. (This is to fix any PO Box numbers that contain hyphens, as our system does not use them).
Any and all help is hugely appreciated.
I'm writing a big macro that fixes address data. I need two more functions.
1. For column K, search for blanks. For every blank cell, replace value with the value from the neighbouring cell in column J. Must exit gracefully if there are no values to be changed!
2. For column H, search for cells that have values that start with a 'P'. Remove all '-' characters in those cells. (This is to fix any PO Box numbers that contain hyphens, as our system does not use them).
Any and all help is hugely appreciated.