I have an order form that I'm creating. I have these three fields here in question.
Item 1 (Checkbox)
Item 1 Qty (Number Amount)
Item 1 Price (Formulated box that when Item 1 is checked and they put 2 in the Qty, it multiplies it by the price of the item)
I have written this formula and came up empty. Tried a few different things and STILL coming up empty. Help?
=IF([Item 1]@row = 1, [Item 1 Qty]@row * [10.40], "")