Here is an image of what I am hoping to accomplish: https://imgur.com/y7uP2af
Whether VBA or another way, I would really like to solve this. I am open to ideas. I initially tried to do it based on a vlookup, but the vlookup picks up the first in the range so it just brought in duplicates.
The image will likely explain it better but:
The issue is that I have two tabs. One upcoming dates and information about contacting customers. And another where it will show me those customers I will need to contact. What I need is something along the lines of this:
The tab called tab1, column A, is populated with dates. I want to lookup the ones that match a date from a dropdown menu in tab2, it will be cell J2. I want the results to populate in tab2 tab from A1 and B1 downward. I just want to make sure it does not duplicate the data. Does that make sense?
Whether VBA or another way, I would really like to solve this. I am open to ideas. I initially tried to do it based on a vlookup, but the vlookup picks up the first in the range so it just brought in duplicates.
The image will likely explain it better but:
The issue is that I have two tabs. One upcoming dates and information about contacting customers. And another where it will show me those customers I will need to contact. What I need is something along the lines of this:
The tab called tab1, column A, is populated with dates. I want to lookup the ones that match a date from a dropdown menu in tab2, it will be cell J2. I want the results to populate in tab2 tab from A1 and B1 downward. I just want to make sure it does not duplicate the data. Does that make sense?