Text in a Number & Calculated Field
-
Hi,
Can I use combination of text and numbers in these fields?
I would like to add unit symbols as sufix when the value meets my requirements. If form values are empty or don’t meet my criteria I print a text in Calculated field, so I would like to avoid using “Symbol to display at the end of calculated field” for that purpose.
I use a formula:
IF(AND(fieldname3,fieldname4>fieldname3),ROUND((fieldname4-fieldname3+fieldname16)/2.64* fieldname2),’enter valid values above’)
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Text in a Number & Calculated Field’ is closed to new replies.