I need help with an expense form table in calculating the amount if the drop-down choice is Transportation.
I could maybe have the values in the drop-down choice as above and have it calculate the amount directly from there, with the zeros so there's no calculation if they pick something other than Transportation?
Or not use the values in the drop-down and have it only calculate into a new field if transportation is picked? Can I have the mileage rate be in a hidden field outside the table? This is as far as I get, but I don't know how to make it calculate based on what it finds in a field outside the table:
=IF(INDEX(Expenses.Expense_Category,ROW())="Transportation", MULT(INDEX(Expenses.Kilometers,ROW()), ???,) ???