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  

This site has proven to me time and time again, that this is THE BEST excel resource. I am able to learn new excel functions and formulas as needed in a simple and straight-forward way. Where most excel resources force you to sift through a large amount of information to find the specific solution you are looking for, exceljet is extremely specific and straight to the point. Your site has made me so much more efficient at my job, and has carried over to my personal use of excel as well. Thank you!! Katie 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