array formulas - basic question

lyderic

New Member
Joined
Oct 23, 2016
Messages
1
If I do =MAX({1;2;3}), it works (I get 3). But if I write ={1;2;3} in cell A1, then do =MAX(A1) in another cell (with or without Ctrl + Shift + Enter), it doesn't work (I get 1). Am I doing something wrong?
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)

Excel 2010
ABCDEFGHI
13{1,2,3}
23123
33
40
5
61The formulas require a range or a constant.
7
82A3 is the same as A2. While in A2 highlight the range and Press F9.
93A4 does not work; it references a cell that it sees as text (not a range or a constant).
10
3c
Cell Formulas
RangeFormula
A1=MAX({1,2,3})
A2=MAX(B2:D2)
A3=MAX(B2:D2)
A4=MAX(E1)


B3 after F9 becomes =MAX({1,2,3})

See
https://support.office.com/en-us/ar...formulas-3be0c791-3f89-4644-a062-8e6e9ecee523
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,949
Messages
6,127,892
Members
449,411
Latest member
AppellatePerson

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