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
Solved! Go to Solution.
And you probably need to write it for example like.. 1.0*(200-25)/200
Use a bracket (200-25)/200
Thx ๐ค
And you probably need to write it for example like.. 1.0*(200-25)/200
U re just a genius ๐
User | Count |
---|---|
15 | |
10 | |
10 | |
8 | |
3 |