R
Rich
This is my pseudocode. Two question actually: 1) how can I concatenate the
following? --(B5/B3) * 100 is numeric -- add text to this result?
(B5>0,(B5/B3)*100 & " % increase", (B5/B3) * 100 & " % decrease)
2) how to eliminate trailing decimals and only have a whole number from
(B5/B3) * 100?
Thanks
following? --(B5/B3) * 100 is numeric -- add text to this result?
(B5>0,(B5/B3)*100 & " % increase", (B5/B3) * 100 & " % decrease)
2) how to eliminate trailing decimals and only have a whole number from
(B5/B3) * 100?
Thanks