Curly Brackets

T

tb

I have this snippet of code as part of a larger formula:

IF(AND($N4="IT1L",OR($O4={"ACQ","ERM","MOF","MOR","PRO"},$S4>0)),($AF$4+
$AG$4+$AH$4)/5*7+$AI$4+$AJ$4,0)

I cannot remember how I was able to insert the curly brackets in the OR
formula above...

It does not work for me when I do CTR+SHIFT+ENTER or when I simply use
the "{" and "}" symbols and press ENTER.
 
C

Claus Busch

Hi,

Am Thu, 25 Apr 2013 16:05:02 +0000 (UTC) schrieb tb:
IF(AND($N4="IT1L",OR($O4={"ACQ","ERM","MOF","MOR","PRO"},$S4>0)),($AF$4+
$AG$4+$AH$4)/5*7+$AI$4+$AJ$4,0)

into the formula you have to write the curly brackets.
CTRL+Shift+Enter is to enter an array formula and will set the curly
brackets to the start and the end of the formula.


Regards
Claus Busch
 
T

tb

into the formula you have to write the curly brackets.
CTRL+Shift+Enter is to enter an array formula and will set the curly
brackets to the start and the end of the formula.


Regards
Claus Busch

Thanks, Claus!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Function Has Too Many Arguments 4
Learning arrays. 13
blank cell instead of x 2
Concatenation frustrations.... 8
complex function 4
how do i learn to write excel macros? 3
Solver Constraint Issue 0
Date Formula 2

Top