I have A column = 200
B column = 25
Now A-B/A
200-25/200 = 0.875
[ColumnA]-[ColumnB]/[ColumnA]
But the app giving wrong
answer
I have A column = 200
B column = 25
Now A-B/A
200-25/200 = 0.875
[ColumnA]-[ColumnB]/[ColumnA]
But the app giving wrong
answer
Use a bracket (200-25)/200
And you probably need to write it for example like.. 1.0*(200-25)/200
U re just a genius ![]()
Thx ![]()