Hi, I am trying to perform a multiple condition if statement. In each expression is revolves around two fields 'HCI' and 'Sty.' which are both vstring data types. In some cases the field the HCI field is empty so I captured and isempty field. Essentially this formula is trying to calculate an hourly rate based on the two field conditions. However, the formula gives me a "parse error (361) malformed if expression #1).
Does anyone know why I am getting this error and if it has something do with the data types? I am trying to get a double output as I am trying to get an hourly rate.