Messy data
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I have to clean up data and need a lil help on how to do it. I think I need a tranpose and formula or Multi row.
If a row has multi owners then it will be not correct and needs to be fixed.
Ex.
Pa name Pa ad1 Pa ad2 Pa ad3
John Mary 123 street
move second owner to Pa ad1 to Pa Name
move address from Pa ad2 to Pa ad1
if Pa ad3 has value, and Pad2 is blank then
move value of Pad3 to Pad2
after, default Pad3 to blank
thanks!
- Labels:
- Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Hi2023
Can you provide a bigger data sample?
And the tricky part is how can we know the string is a name or address?
Do you have any definition for that? like an index table for owners.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is there a way to identify if there is number within a field? I want to see if I can first identify if there is A number in the string.
