I have a rollup field that is pulling the sum of multiple numbers, and in the next field, I want to use that result in a formula, but am getting an error. Before it was a rollup and I just manually entered the number, the formula field worked fine, so I’m assuming it has something to do with changing it to a rollup.
This is my formula, total COG is the result of the rollup field:
IF(COG>0,({Profit}/{Total COG}))
Can rollups not be used in formulas or do I just need to change something about my wording for it to work?