The attached workbook represents an export of data that I receive to compile personnel travel reporting. I actually receive two different exports both in MS Excel. The first export is a current travel report while the second is a future travel report that has names and travel itineraries for personnel traveling some time in the future (starting tomorrow perhaps). Neither export has unique identifiers other than names. I need to merge the two exports to build my reporting off of, but the data needs to be fixed first.
Problem number one is cell B2. Texas(SAN ANTONIO) I would like the names of States and Cities to be CAPITALIZED. Is there a function for doing that?
The next problem is doing something useful with the date text string in C2. 03-OCT-10 – 02-NOV-10. I can break it up using text to columns, but then formatting is not as smooth as I want. What is the optimal way of separating the data into a start and end date column in a proper date format that can be sorted and then rejoined again in different string?
Your help is always appreciated.
Amy