I have inserted symbols in S1 & T1 to indicate in increase (up) or decrease (down) . Have used the up nd down arrow using Wingdings 3
I have set up a formula to compute the increase or decrease and to include the increase symbol (up sign) and decrease 9down sign) at the end of the formula but the result is for eg 114.45p. the resul should be for eg 114.5 followed by the up arrow symbol as it is positive
when pasting the data over here, the up and down triangle arrow is not displaying
The formula I have used is
your assistance in resolving this is most appreciated
I have set up a formula to compute the increase or decrease and to include the increase symbol (up sign) and decrease 9down sign) at the end of the formula but the result is for eg 114.45p. the resul should be for eg 114.5 followed by the up arrow symbol as it is positive
when pasting the data over here, the up and down triangle arrow is not displaying
Book1 | ||||
---|---|---|---|---|
S | T | |||
3 | p | q | ||
Sheet1 |
The formula I have used is
Code:
=IF((B2/C2)-1>0%,TEXT((B2/C2)-1,"#,#0.00%")&S1,TEXT((B2/C2)-1,"#,#0.00%")&T1)&""
Book1 | ||||||
---|---|---|---|---|---|---|
B | C | D | E | |||
2 | (185) | (149) | (36) | 24.16%p | ||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D2 | =+B2-C2 |
your assistance in resolving this is most appreciated
Last edited: