Hi,
I need help with a formula. I have a column where I enter the amount we actually spent on an item. We then compare that to our budget column. However, some items are not included in the budget but we do want to see what we paid for them. To control this I created a column called (Exclude from Spend) with a check mark. However now is the hard part…how to have a final Spend column, that doesn’t include the check marked items. I know it’s a formula If Exclude from Spend is checked, do not include the amount or subtract the amount from the Final Spend column. But I have no idea where to start writing that.
Solved
Help excluding items from spent amounts
Best answer by Kamille_Parks11
Extrapolating from Jason’s formula:
IF({Exclude from Spend}, "0", {Spend})
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
