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

Data Analysis

  • Chart Axes in Excel
  • How To Insert and Customize Sparklines in Excel
  • Add Outline to Data in Excel
  • How to sum a total in multiple Excel tables
  • Excel Line Chart

References

  • Last row number in range
  • Create hyperlink with VLOOKUP in Excel
  • How to use Excel OFFSET function
  • How to get last row in numeric data in Excel
  • How to use Excel VLOOKUP Function

Data Validations

  • Excel Data validation exists in list
  • Excel Data validation must not contain
  • Data validation must not exist in list
  • Excel Data validation don’t exceed total
  • Excel Data validation unique values only

Lookup up cost for product or service in Excel

by

This tutorial shows how to Lookup up cost for product or service in Excel using the example below;

Formula

=VLOOKUP(product,table,column,FALSE)

Explanation

If you have a list of products or services (or related options), with associated costs, you can use VLOOKUP to find and retrieve the cost for a specific option.

In the example shown, the formula in cell F6 is:

=VLOOKUP(E6,B5:C7,2,FALSE)

This formula uses the value of cell E6 to lookup and retrieve the right cost in the range B5:C7.

How this formula works

This is a basic example of VLOOKUP in “exact match” mode. The lookup value is B6, the table is the range B5:C7, the column is 2, and the last argument, FALSE, forces VLOOKUP to do an exact match.

If VLOOKUP finds a matching value, the associated cost will be retrieved from the 2nd column (column C). If no match is found, VLOOKUP will return the #N/A error.

Post navigation

Previous Post:

How to use Excel CHOOSE Function

Next Post:

Customize Ribbon 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

  • XOR function: Description, Usage, Syntax, Examples and Explanation
  • How to use IFS function in Excel
  • IFS function: Description, Usage, Syntax, Examples and Explanation
  • Excel If, Nested If, And/Or Criteria Examples
  • Not Equal To ‘<>‘ operator in Excel

Date Time

  • Convert Unix time stamp to Excel date
  • Get fiscal year from date in Excel
  • How to calculate next scheduled event in Excel
  • Get first day of month in Excel
  • Calculate date overlap in days in Excel

Grouping

  • Group times into 3 hour buckets in Excel
  • Group numbers at uneven intervals in Excel
  • If cell contains one of many things in Excel
  • Categorize text with keywords in Excel
  • Calculate conditional mode with criteria in Excel

General

  • Transpose: Switch ‘Rows to Columns’ or ‘Columns to Rows’ in Excel
  • Check if multiple cells have same value in Excel
  • How to test a range for numbers in Excel
  • How to generate random number weighted probability in Excel
  • Count cells less than in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning