Skip to playerSkip to main contentSkip to footer
  • 6/2/2025
Discover how to use VLOOKUP function with curly brackets in Excel. It is essentially vlookup formula with curly brackets. I will also answer what does curly brackets mean in Excel formula?

VLOOKUP is one of the most widely used functions in Excel. It enables users to search for a specific value in a table and retrieve data from a corresponding column. However, in some cases, users may need to look up data from multiple columns simultaneously, and this is where the VLOOKUP function with curly brackets comes in handy. With this technique, users can perform a VLOOKUP operation across multiple columns at once, which can save time and improve data accuracy. In this article, we will explore how to use the VLOOKUP function with curly brackets in Excel and provide some practical examples to illustrate its usefulness.

Create Drop Down List
1) Select cell A2
2) Data ~ Data Validation
3) Settings tab
4) Allow set to List
5) Source set to =$A$5:$A$43
6) Apply
7) Select cell B2

For Model
=VLOOKUP($A$2,$A$5:$E$43,2,0)

For Total Cost
=VLOOKUP($A$2,$A$5:$E$43,3,0)

For Qty
=VLOOKUP($A$2,$A$5:$E$43,4,0)

For Country
=VLOOKUP($A$2,$A$5:$E$43,5,0)

Data In Horizontal Format
=VLOOKUP($A$2,$A$5:$E$43,{2,3,4,5},0)

Data In Vertical Format
=VLOOKUP($A$2,$A$5:$E$43,{2;3;4;5},0)


What does curly brackets mean in Excel formula?
Curly brackets are how Excel recognises the numbers as an array formula.

What does curly brackets mean in Excel formula?,vlookup with curly brackets,vlookup with semicolon,excel multiple vlookup * field curly braces comma semicolon,excel formula for vlookup * field curly braces comma semicolon,excel multiple vlookup field * curly braces comma semicolon,excel formula for vlookup field * curly braces comma semicolon,vlookup formula with curly brackets,curly brackets in excel formula,what does curly brackets mean in excel formula,curly brackets in excel,excel curly brackets around formula,
Transcript
00:00We can create a lookup feature like this using a basic VLOOKUP function. In my
00:04previous video I had demonstrated how to use DGET function. Please refer to the
00:08description of this video for the URL link. The first step we're gonna do is
00:12to create a UID with a pulldown menu. The steps are listed here. To use a VLOOKUP
00:17say equal VLOOKUP. The first argument will be the UID. Press F4 to make it
00:22fix. The second argument on that VLOOKUP will be the data set table itself.
00:26And press F4 to make it fix as well. Comma. The third argument is your
00:29field which is your model which is number 2, 0. As you can see if you do the
00:33next one it's gonna be 3 and 4 and so on but this is a bit tedious. The better way
00:38to do this would be to basically put the fields in a curly braces separated by a
00:41comma 3, field number 4 and field number 5. And this will give you data in a
00:45horizontal format. If your data set table is in vertical format you can use the
00:49same formula. The only difference would be that instead of using a curly braces and
00:53a comma you're gonna use semicolon like this to separate each field and your
00:57data set will be in a vertical format.

Recommended