Hi all - first post here! (i.e. first time I can't find a solution by searching - this forum has saved my life more times than I can count...)
I'm making a dashboard intended to track a bunch of metrics at once. For one of the charts, I'm using the below formula to create the series labels:
=B5&": "&TEXT(C5;"0,000")&" KUSD ["&TEXT(F5;"0.0%")&"]"&" // Company Share: "&TEXT(G5;"0.0%")&" ["&TEXT(I5;"0.0")&"]"
I5 contains the change in market share and can be either positive or negative (or zero), and the formula results look something like this:
[TABLE="class: grid, width: 525"]
<tbody>[TR]
[TD]Segment A: 50,000 KUSD [-1.5%] // Company Share: 61.0% [2.6]
[/TD]
[/TR]
[TR]
[TD]Segment B: 9,900 KUSD [5.9%] // Company Share: 67.0% [-5.6]
[/TD]
[/TR]
[TR]
[TD]Segment C: 17,000 KUSD [-11.3%] // Company Share: 36.2% [1.4]
[/TD]
[/TR]
</tbody>[/TABLE]
My problem is that I want to include a plus sign for positive changes in market share (not only minuses when the change is negative), i.e.:
[TABLE="class: grid, width: 525"]
<tbody>[TR]
[TD]Segment A: 50,000 KUSD [-1.5%] // Company Share: 61.0% [+2.6]
[/TD]
[/TR]
[TR]
[TD]Segment B: 9,900 KUSD [5.9%] // Company Share: 67.0% [-5.6]
[/TD]
[/TR]
[TR]
[TD]Segment C: 17,000 KUSD [-11.3%] // Company Share: 36.2% [+1.4]
[/TD]
[/TR]
</tbody>[/TABLE]
Any advice on this is much appreciated!
Cheers,
~stein~
I'm making a dashboard intended to track a bunch of metrics at once. For one of the charts, I'm using the below formula to create the series labels:
=B5&": "&TEXT(C5;"0,000")&" KUSD ["&TEXT(F5;"0.0%")&"]"&" // Company Share: "&TEXT(G5;"0.0%")&" ["&TEXT(I5;"0.0")&"]"
I5 contains the change in market share and can be either positive or negative (or zero), and the formula results look something like this:
[TABLE="class: grid, width: 525"]
<tbody>[TR]
[TD]Segment A: 50,000 KUSD [-1.5%] // Company Share: 61.0% [2.6]
[/TD]
[/TR]
[TR]
[TD]Segment B: 9,900 KUSD [5.9%] // Company Share: 67.0% [-5.6]
[/TD]
[/TR]
[TR]
[TD]Segment C: 17,000 KUSD [-11.3%] // Company Share: 36.2% [1.4]
[/TD]
[/TR]
</tbody>[/TABLE]
My problem is that I want to include a plus sign for positive changes in market share (not only minuses when the change is negative), i.e.:
[TABLE="class: grid, width: 525"]
<tbody>[TR]
[TD]Segment A: 50,000 KUSD [-1.5%] // Company Share: 61.0% [+2.6]
[/TD]
[/TR]
[TR]
[TD]Segment B: 9,900 KUSD [5.9%] // Company Share: 67.0% [-5.6]
[/TD]
[/TR]
[TR]
[TD]Segment C: 17,000 KUSD [-11.3%] // Company Share: 36.2% [+1.4]
[/TD]
[/TR]
</tbody>[/TABLE]
Any advice on this is much appreciated!
Cheers,
~stein~