I have a large range of data in a column and some of the sentences do not have a period at the end of it and I need all of the sentences to have a period at the end before I import it to my database. This process will need to be done numerous times in the future so I want to write a script that will traverse through the column I need to, check to see if that sentence has a period or not and if not then add a period to the end.
Thanks,
Joe