Skip to content
xlsoffice. All Rights Reserved
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Lookup and Reference Examples

  • Two-column Lookup in Excel
  • How to use Excel TRANSPOSE Function
  • Count rows with at least n matching values
  • Extract data with helper column in Excel
  • How to get first row number in range in Excel

Data Analysis Examples

  • How to create dynamic reference table name in Excel
  • Conditional Formatting Color Scales Examples in Excel
  • How to create running total in an Excel Table
  • Number and Text Filters Examples in Excel
  • How to combine 2 or more chart types in a single chart in Excel

Data Validation Examples

  • Excel Data validation allow uppercase only
  • Excel Data validation date in next 30 days
  • Excel Data validation only dates between
  • Excel Data validation unique values only
  • Excel Data validation specific characters only

VLOOKUP with two client rates in Excel

by

This tutorial shows how to calculate VLOOKUP with two client rates in Excel using the example below;

Formula

=VLOOKUP(client,rates,col,0)*hrs+VLOOKUP(client,rates,col,0)*hrs

Explanation

To lookup two different rates for the same client, and calculate a final charge, you can use a formula based on two VLOOKUP functions.

Worked Example:   Two-way lookup with VLOOKUP in Excel

In the example shown, the formula in E5 is:

=VLOOKUP(B5,rates,2,0)*C5+VLOOKUP(B5,rates,3,0)*D5

where “rates” is the named range G5:I8.

How this formula works

This formula is composed of two lookups for the same client. The first lookup finds the onsite rate for the client in column B and multiplies the result by the number of hours in column C:

=VLOOKUP(B5,rates,2,0)*C5

The second lookup finds the offsite rate for same client and multiplies the result by the number of hours in column D:

VLOOKUP(B5,rates,3,0)*D5

In the final step the two results are added together:

=(50*0)+(60*16)
=960
Worked Example:   Left Lookup in Excel
Worked Example:   Group numbers with VLOOKUP in Excel

Post navigation

Previous Post:

VLOOKUP with 2 lookup tables in Excel

Next Post:

VLOOKUP with multiple criteria in Excel

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others
  • How to create email address from name in Excel
  • FIXED function: Description, Usage, Syntax, Examples and Explanation
  • Normalize text by removing punctuations, extra spaces and more in Excel
  • How to count specific words in a cell in Excel
  • ASC function: Description, Usage, Syntax, Examples and Explanation
  • NETWORKDAYS function: Description, Usage, Syntax, Examples and Explanation
  • Get work hours between dates and times in Excel
  • Get first day of month in Excel
  • Series of dates by day
  • Count holidays between two dates in Excel
  • DOLLARDE function: Description, Usage, Syntax, Examples and Explanation
  • Tax rate calculation with fixed base in Excel
  • COUPDAYS function: Description, Usage, Syntax, Examples and Explanation
  • TBILLEQ function: Description, Usage, Syntax, Examples and Explanation
  • How to calculate annuity for interest rate in excel
Acronyms, Abbreviations, Initialism & What They Stand For
© 2021 xlsoffice. All Rights Reserved | Teal Smiles