Forum Discussion
dkehoe32
8 years agoHelper I
Modify calculation in a column based upon a blank in another column
Im trying to modify the price impact column so that if the word "blank" shows up a calculation doesnt happen in the other columns
- 8 years ago
Add new calculated column "Impact"
Impact = IF ( Table[blank] = "blank", 0, DIVIDE(Table[Number1] , Table[Number2]))