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

Data Analysis

  • Excel Line Chart
  • How to Create Area Chart in Excel
  • How to do a t-Test in Excel?
  • Chart Axes in Excel
  • How to create running total in an Excel Table

References

  • Find closest match in Excel
  • Get nth match with INDEX / MATCH in Excel
  • How to use Excel LOOKUP Function
  • Lookup entire row in Excel
  • How to get last row in mixed data with blanks in Excel

Data Validations

  • Excel Data validation whole percentage only
  • Excel Data validation don’t exceed total
  • Excel Data validation unique values only
  • Excel Data validation require unique number
  • Excel Data validation with conditional list

VLOOKUP by date in Excel

by

This tutorial shows how to calculate VLOOKUP by date in Excel using the example below;

Formula

=VLOOKUP(date,table,col,FALSE)

Explanation

To retrieve a value on a specific date from a table, you can use the VLOOKUP function.

In the example shown, the formula in F6 is:

=VLOOKUP(E6,B6:C11,2,0)

How this formula works

This is a standard VLOOKUP formula. It requires a table with lookup values (in this case, dates) to the left of the values being retrieved.

The lookup value comes from cell E6, which must be a valid date. The table array is the range B6:C11, and the column index is 2, since the amounts are in the second column of the table. Finally, zero is provided for the final argument to force an exact match.

The VLOOKUP function locates the date value for Sept 4, and returns the value at the same row in the second column: 12,500.

Note: the lookup value and the date values in the table must be valid Excel dates.

Post navigation

Previous Post:

COSH function: Description, Usage, Syntax, Examples and Explanation

Next Post:

Excel Data validation require unique number

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

  • Nested IF function example in Excel
  • TRUE function: Description, Usage, Syntax, Examples and Explanation
  • Not Equal To ‘<>‘ operator in Excel
  • How to return blank in place of #DIV/0! error in Excel
  • Return blank if in Excel

Date Time

  • ISOWEEKNUM function: Description, Usage, Syntax, Examples and Explanation
  • Convert date to text in Excel
  • EOMONTH function: Description, Usage, Syntax, Examples and Explanation
  • Convert date to month and year in Excel
  • How to get same date next month or previous month in Excel

Grouping

  • Group times into unequal buckets in Excel
  • Categorize text with keywords in Excel
  • Group arbitrary text values in Excel
  • Map inputs to arbitrary values in Excel
  • Calculate conditional mode with criteria in Excel

General

  • Create dynamic workbook reference to another workbook in Excel
  • Transpose: Switch ‘Rows to Columns’ or ‘Columns to Rows’ in Excel
  • Excel Ribbon Quick Overview For Beginners
  • How to get original number from percent change in Excel
  • How to calculate percent of students absent in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning