Need help figuring out why Smartsheet is not recognizing cells as numeric value - I think that's the issue. When try to sum the values in this example the return is $0.00.
This is the formula I'm using to sum the column:
=SUM([Order Submission Avg]1:[Order Submission Avg]12)
This is the formula in the cells I'm trying to sum:
=IF({OrderSubmitFeb} = "", "", IF({OrderSubmitFeb} <= 1.5, "$200", "$0"))
I've tried making sure the cells are set as a currency.
I'd appreciate any suggestions on getting this figured out.