Forum Discussion
Rickytruco
Mar 12, 2024Brass Contributor
SharePoint Calculated Column and ISBLANK
So for this column I was a simple formula so it subtracts the value of another calculated column that outputs number data. The base formula is like this: =[1stCalculatedColumn]-[2ndCalculatedColumn...
- Mar 12, 2024
You can try returning the 0 as result of calculation in formula of 2nd and 3rd column as well if none of the conditions met instead of returning blank string ("").
Can you try this once?
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
ganeshsanap
Mar 12, 2024MVP
You can try returning the 0 as result of calculation in formula of 2nd and 3rd column as well if none of the conditions met instead of returning blank string ("").
Can you try this once?
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Rickytruco
Mar 12, 2024Brass Contributor
Yes! That did the trick 🙂 Ty