I have a list of addresses. Most follow the format Street Address in Column A, City in Column B, County in C, State in D. But some have an Apartment Number in Column B that pushes the rest of the address back so that State ends up in Column F.
What I am trying to do: Insert blank Column B. If the cell in Column F is not blank then move cells in Columns C-F to Columns B-E, otherwise do nothing. After looping through all rows, delete Column F.
I know this is pretty simple but my brain is fried today and I am getting nowhere. Thanks in advance for any help. I really, really appreciate it!
What I am trying to do: Insert blank Column B. If the cell in Column F is not blank then move cells in Columns C-F to Columns B-E, otherwise do nothing. After looping through all rows, delete Column F.
I know this is pretty simple but my brain is fried today and I am getting nowhere. Thanks in advance for any help. I really, really appreciate it!