How to VLOOKUP then multiply in Excel tables?
Here, I have two tables in an Excel sheet, one is the table about the rule between profit rate and sales of each product, the other contains the real sales of products. In the rule table, the more sales are, the much higher the profit rate you will get. Now I want to calculate the profit rate and profit of each product in the table list as below screenshot shown in Excel.
Lookup then multiple based on criteria
Lookup then multiply based on criteria
To handle this job, I will use VLOOKUP or INDEX function.
1. Select a cell next to the real sales of products, type this formula =VLOOKUP(B3,$A$14:$E$16,MATCH(C3,$A$13:$E$13),0), press Enter key, and drag fill handle over the cells you want to calculate the profit rate. See screenshot:
In the formulas, B3 and C3 are criterion 1 and 2 you lookup based on, A14:E16 and A13:E13 are ranges containing the two criteria.
2. Then in the next column, type this formula =D3*C3, and drag fill handle over the cells you use to calculate profit. See screenshot:
Tip:
You also can use INDEX function =INDEX($B$14:$E$16,MATCH(B3,$A$14:$A$16,0),MATCH(C3,$B$13:$E$13)) to find the relative profit rate.
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
