Hi folks. I'll do my best in describing my issue. Trying to create a formula that multiples 2 columns together however getting #INVALID OPERATION error. Does it have to do with a column that is actually a calculated formula?
Column A: "Effective Time" is a calculated column based on this formula (shortened for this explaination)...=IF([Expected Savings Effective date]2 = "4/1/2018", "12")
Result for this example of Column A = 12
How can I reference Column A in any formula for another column...ex: Column B
Column B: "Test" formula = 2 * [Effective Time]2
Result = #INVALID OPERATION
Thoughts???