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
Support Exceljet and hide ads forever with a Lifetime Pass.

Resources

  • 1000 Formulas
  • 350 Functions
  • 222 Shortcuts
  • Pivot Tables
  • Excel Tables
  • Excel Charts
  • Chatbot
  • More...

Key Functions

  • XLOOKUP
  • FILTER
  • SORT
  • GROUPBY
  • PIVOTBY
  • LAMBDA
  • VSTACK
  • UNIQUE
  • TEXTSPLIT
  • New 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  

Your suggestion of using array constants with the SORT function hadn't occurred to me and it solved a tricky problem I was grappling with quickly and cleanly. I haven't seen it suggested anywhere else, and it is a very powerful and effective way to use the SORT array function on multiple criteria - hats off to you, sir, and many thanks. Henry 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