nested - Simplify Excel Statement into one Column -


i'm trying simplify these 2 column equations 1 column in excel. trying simplify 2 nested if(and()) statements one, can't quite figure out how it.

here statement 1 column:

=if(and([@[% rsi]]>$n$13+$n$15, (g2-[@[adj close]])/[@[adj close]]<0), "true overbought", "false overbought") 

and here next column:

=if(and([@[% rsi]]<$o$13+$o$15, (g2-[@[adj close]])/[@[adj close]]>0), "true oversold", "false oversold") 

i've been trying make work 'or()' statements haven't been quite able figure out.


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -