Forum Discussion
Rsanjuan
9 years agoAdvocate III
Division calculation with a condition
I am looking to creat a column by calculating two columns only if one column has a number. For example below: I only want to calculate Market Share if SA Market = 1 or anyother number. ...
- 9 years ago
General syntax for your last column:
Market Share = IF([Difference] = 0,"-",SOME CALCULATION)
You would replace SOME CALCULATION with your desired calculation.
Greg_Deckler
9 years agoCommunity Champion
General syntax for your last column:
Market Share = IF([Difference] = 0,"-",SOME CALCULATION)
You would replace SOME CALCULATION with your desired calculation.