How to calculate a formula field based on two dropdown fields
I have two drop down fields that both contain numbers based on military time, 1400, 1500, 1600. etc...
I am trying to create a formula field that subtracts one of the inputs from the other one and returns the number of hours. I have tried to use the string input.fieldname but it doesn't work and just returns an error that it's a string expression and the operator is not valid. Any ideas!