Use of curly bracket

Russman

New Member
Joined
Jul 26, 2011
Messages
1
Hi,

I have used array formulas for many years and am familiar with how they work.

A few weeks ago I was wanting to use an array formula to count items that were less than an amount (say -1) and greater than and amount (say 1 for simplicity) I was rather stuck until I found something, although I now can't remember where.

THe formula was

=SUM(COUNTIF(T2:T3450,{">1","<-1"}))

which gave exactly what I need. What I'd like to understand is the use of the curly bracket here and what it does? As if you change them for regular brackets it doesn't work?

Many thanks,

Russ
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
From Aladin:
http://www.mrexcel.com/archive/Formulas/22859.html

The only time you enter these curly brackets yourself is when you feed some function a constant array as argument as in

=VLOOKUP(A1,{"a",1;"b",2;"c",3},2,0)

where {"a",1;"b",2;"c",3} represent a 2-column table.

Curly brackets are thus associated with the so-called array formulas and constant arrays.
 
Upvote 0

Forum statistics

Threads
1,224,590
Messages
6,179,754
Members
452,940
Latest member
rootytrip

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top