Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How To Create Frequency Distribution in Excel
  • How to combine 2 or more chart types in a single chart in Excel
  • Filter Data Based on Date in Excel
  • Conditional Formatting Rules in Excel
  • How To Insert and Customize Sparklines in Excel

References

  • Get nth match with INDEX / MATCH in Excel
  • How to use Excel TRANSPOSE Function
  • Basic INDEX MATCH approximate in Excel
  • Approximate match with multiple criteria in Excel
  • CHOOSE function: Description, Usage, Syntax, Examples and Explanation

Data Validations

  • Excel Data validation date in next 30 days
  • Excel Data validation whole percentage only
  • Excel Data validation must begin with
  • Excel Data validation allow weekday only
  • Excel Data validation require unique number

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:   Basic Tax Rate calculation 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

Post navigation

Previous Post:

Weighted average in Excel

Next Post:

Win loss points calculation 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

Logical Functions

  • How to use Excel NOT Function
  • Extract multiple matches into separate rows in Excel
  • IF with boolean logic in Excel
  • Complete List of Excel Logical Functions, References and Examples
  • FALSE function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Convert text timestamp into time in Excel
  • Display the current date and time in Excel
  • Convert date to Julian format in Excel
  • Convert Excel time to Unix time in Excel
  • Display Days in month in Excel

Grouping

  • Running count group by n size in Excel
  • Group times into unequal buckets in Excel
  • Map text to numbers in Excel
  • Categorize text with keywords in Excel
  • Group numbers with VLOOKUP in Excel

General

  • Excel Default Templates
  • List sheet names with formula in Excel
  • Zoom Worksheet in Excel
  • Lock Cells in a Worksheet Excel
  • Advanced Number Formats in Excel
© 2023 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning