Formula to blank out a cell

MeredithK
MeredithK
edited 06/07/24 in Formulas and Functions

Hello,

I am trying to write a formula that will blank out a cell if the value in that cell is equal to another.

Example: If "Open Invoice Amount" is equal to "Payment Rec'd", then blank out the cell under "Open Invoice Amount." If not, then subtract the open amount from the payment received and return that number.

Can anyone help?

Best Answer

  • Mark.poole
    Mark.poole Community Champion
    edited 06/07/24 Answer ✓

    I rebuilt the formula in Smartsheet so now it should be copy and paste able.

    =IF(Helper@row = [Payment Rec'd]@row, "", Helper@row - [Payment Rec'd]@row)

    If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!