Ok, so you want to take the trailing numbers from whatever your creator tag is?
exiftool -if "$TAG=~/\d+$$/" "-Description<${TAG;m/(\d+$)/;$_=$1}" -TAG= /path/to/files/
Replace TAG with the name of the tag you're copying from and blanking. I added an IF to make sure you don't remove data that might not have the trailing numbers.