I just inheriited a spreadsheet with over 30,000 rows with Quote Names and within those quote names is always the Retailer name. When we give our customer a quote number for a discount to give their customer (the retailer) we put the year, quote code, retailer name and length in it. For example "2017 - Q325% - Wal-Mart - 6MO" is a typical quote number we give to customers.
What I'm trying to do is find any new Quote Numbers that I need to track, so once a week I need to comb through all the current quote numbers to find all the new ones. So I've been able to filter out all the current ones I track by using a vlookup, but finding new ones is difficult.
What I have is a list of all the Retailers we track: Wal-Mart, Kroger, Meijer, Home Depot and so on and once a week when I pull current quotes from MSBI new quotes show up but the retailer is always in the middle of the quote so I haven't been able to find a way to find the retailer in the new quotes and give a True or False Result.
Tab 1 Column A Tab 2 Column A Result needed
Wal-Mart 2017 - Q325% - Meijer - 6MO TRUE
Kroger 2017 - Q305% - Home Depot - 6MO TRUE
Meijer 2017 - Q355% - Steinmart- 6MO FALSE
Home Depot 2017 - Q325% - Wal-Mart - 6MO TRUE
Formula I've tried and all variations I can think of:
=countif(Tab1 A:A,Tab2"*"&A1&"*")>0
That formula would work if the Retailer name was at the end or beginning, but it never is and the character length isn't the same due to the Retailer names being different lengths.
Thanks for any help you can give!![]()
Bookmarks