bluepenink
Well-known Member
- Joined
- Dec 21, 2010
- Messages
- 585
Hello,
this is the if statement I have currently...
=IF(P10>'Summary 2011'!$M$25,myArrowUp,IF(AND(P10>='Summary 2011'!$P$33,P10<='Summary 2011'!$P$35),MyArrowEqual,myArrowdown))
basically, it stating that:
if P10 > 10% of value, then arrow up
if P10 => 0 ..and...P10 <= -9.99% then arrow equal
for all others, arrowdown
CHANGE to be made:
I was wondering if someone can help me with the logic placement, basically, i want to insert in there,
if P10 is between -9.99% to 0, then show arrow equal.
im struggling with incorporating that portion into my statement; any help?
cheers
this is the if statement I have currently...
=IF(P10>'Summary 2011'!$M$25,myArrowUp,IF(AND(P10>='Summary 2011'!$P$33,P10<='Summary 2011'!$P$35),MyArrowEqual,myArrowdown))
basically, it stating that:
if P10 > 10% of value, then arrow up
if P10 => 0 ..and...P10 <= -9.99% then arrow equal
for all others, arrowdown
CHANGE to be made:
I was wondering if someone can help me with the logic placement, basically, i want to insert in there,
if P10 is between -9.99% to 0, then show arrow equal.
im struggling with incorporating that portion into my statement; any help?
cheers