What's Going On With Curly Braces

GeyikBaba

New Member
Joined
Jun 7, 2011
Messages
25
Office Version
  1. 2016
Platform
  1. Windows
In an Excel 2010 spreadsheet I inherited, I am having trouble with a STDEV function returning a division by zero error.

In the formula below, I need to change the BW column to CK. When I look at the formula in a working cell in the formula window, there are curly braces at each end. As soon as I begin to type to edit the BW to CK, or even just retype BW, the curly braces go away, and I receive the division by zero error as soon as I leave the cell.

Can anyone explain this behaviour and suggest a fix?

{=STDEV(LARGE($AQ14:$BW14,ROW(INDIRECT("2:"&COUNT($AQ14:$BW14)-1))))}

Thanks
Mike Thomas
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
you need to press control shift and enter to get the formula to work

it is an array formula
 
Upvote 0
It is an array formula.highlight the whole code and hold ctrl,shift and then press enter
 
Upvote 0
Thanks - CTS+SHIFT, ENTER worked.

Thanks for the reading as well - I've never used array functions before.

Mike Thomas
 
Upvote 0

Forum statistics

Threads
1,215,734
Messages
6,126,542
Members
449,316
Latest member
sravya

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