Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants you to find product prices based on product codes. Some product codes may not match exactly, so you need to use both exact and approximate match methods to find prices.
📊 Data: You have a list of product codes and their prices. You also have a list of sales transactions with product codes that may not exactly match the product list.
🎯 Deliverable: Create a sheet that shows the price for each sales transaction using exact match first, and if no exact match is found, use approximate match to find the closest product price.
Progress0 / 4 steps