Excel Function Argument | Exceljet

Skip to main content

You are here

Home Glossary Function argument
  • Previous
  • Next
Function argument

Related terminology

Function List separator Excel function argument example

A function argument is a specific input to a function. For example, the VLOOKUP function takes four arguments as follows:

=VLOOKUP (value, table, col_index, [range_lookup])

Note most arguments are required, but some are optional. In Excel, optional arguments are denoted with square brackets. For example, the fourth argument in VLOOKUP function, range_lookup, is optional and appears in square brackets as shown above.

Finally, many Excel functions accept multiple optional arguments, which are denoted with an ellipses (...)

For example, the COUNTIFS function accepts multiple and optional range and criteria pairs, which can be represented like this:

=COUNTIFS(range1,criteria1,[range2,criteria2],...)

This means you can optionally add additional arguments in pairs: range3/criteria3, range4/criteria4, etc.

Terms

  • Function
  • List separator

Topics

  • Formula Basics
  • Formula Examples
  • Conditional Formatting
  • Pivot Tables
  • Excel Tables
  • Excel Charts
  • Shortcuts
  • More...

Key Functions

  • IF function
  • VLOOKUP function
  • XLOOKUP function
  • FILTER function
  • SUMIFS function
  • COUNTIFS function
  • SUMPRODUCT function
  • INDEX and MATCH
  • New Excel Functions
  • All Excel Functions

Dave Bruns Profile Picture

Author

Dave Bruns

Hi - I'm Dave Bruns, and I run Exceljet with my wife, Lisa. Our goal is to help you work faster in Excel. We create short videos, and clear examples of formulas, functions, pivot tables, conditional formatting, and charts.

Microsoft Most Valuable Professional Award  

I do really appreciate the work you have done. It is a cut above everything else out there. Doug More Testimonials

Get Training

Quick, clean, and to the point training

Learn Excel with high quality video training. Our videos are quick, clean, and to the point, so you can learn Excel in less time, and easily review key topics when needed. Each video comes with its own practice worksheet.

View Paid Training & Bundles Excel foundational video course Excel Pivot Table video training course Excel formulas and functions video training course Excel Charts video training course Video training for Excel Tables Dynamic Array Formulas

Tag » What Are Arguments In Excel