tbakbradley
Board Regular
- Joined
- Sep 24, 2010
- Messages
- 142
I'm not sure the VLookup feature is what I need. Below is what I'm after.
I have a Worksheet of Raw Data. This Raw Data will be updated weekly. Within this Raw Data I have two columns with Addresses (Address1 and Address2) that I want to Search (therefore, I would like my Lookup to search both columns at the same time if possible). I've also noticed that some of the addresses have extra spaces that could be a problem (e.g. 83500 Main St). Two spaces between 83500 and Main when another line item may show 83500 Main St. with one space.
ExampleProject # starts at A1)
Project # Revenue Date1 Date2 Date3 Address1 Address2
1 $1 83500 Main 123 Light
2 $5 83500 Main Y St
3 $10 A St B St
4
I would like to have a separate Worksheet that allows the user to type in the Address and a VLookup (or something) that will search both Address1 and Address2 (Columns F and G) on the other worksheet. When it finds the Address, I'd like it to then provide the Project Data and the Revenue (Column A and B).
Here is the tricky part. There will be thousands of rows, with many showing the same address. For everytime the address is found in the VLookup (or something), I need all the Project#s and Revenue amounts for each Project Case. Also, since there could be spelling issues in the address, I'd like to have some kind of wild card to where we could enter the address on the Lookup as "83500$Main$St$" incase there are multiple spaces between each section of the address as that is a manual input within the system the data is being pulled from.
Is this something that can be accomplished with one of the Lookup features, or would it involve a VB Macro? If a Macro, any help would be appreciated as I have experience with Macros...some complex, but by no means am I an expert.
Thanks for the help
I have a Worksheet of Raw Data. This Raw Data will be updated weekly. Within this Raw Data I have two columns with Addresses (Address1 and Address2) that I want to Search (therefore, I would like my Lookup to search both columns at the same time if possible). I've also noticed that some of the addresses have extra spaces that could be a problem (e.g. 83500 Main St). Two spaces between 83500 and Main when another line item may show 83500 Main St. with one space.
ExampleProject # starts at A1)
Project # Revenue Date1 Date2 Date3 Address1 Address2
1 $1 83500 Main 123 Light
2 $5 83500 Main Y St
3 $10 A St B St
4
I would like to have a separate Worksheet that allows the user to type in the Address and a VLookup (or something) that will search both Address1 and Address2 (Columns F and G) on the other worksheet. When it finds the Address, I'd like it to then provide the Project Data and the Revenue (Column A and B).
Here is the tricky part. There will be thousands of rows, with many showing the same address. For everytime the address is found in the VLookup (or something), I need all the Project#s and Revenue amounts for each Project Case. Also, since there could be spelling issues in the address, I'd like to have some kind of wild card to where we could enter the address on the Lookup as "83500$Main$St$" incase there are multiple spaces between each section of the address as that is a manual input within the system the data is being pulled from.
Is this something that can be accomplished with one of the Lookup features, or would it involve a VB Macro? If a Macro, any help would be appreciated as I have experience with Macros...some complex, but by no means am I an expert.
Thanks for the help