Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
910
Add column to unbound grid that has calculation based on other columns run time
posted

Howdy. I actually want to create two columns that do calculations on existing columns.

For example:

Column A has units sold in 2015

Column B has units sold in 2016

I want to add a column C that is the difference (i.e. B-A)

And I want to add column D that is the % difference (C/A) * 100 (but of course, I also have to guard against divide by zero too).

Thanks!

Parents Reply Children
No Data