Guest_imported
New member
- Jan 1, 1970
- 0
I'm trying to develop a formula field with user defined conditions, ie... if {table.field} = <value> then "symbol". the problem I'm having is that I need the formula to look through a list of values, and print each symbol for each associated value. I've tried using If/Then statements, but that only checks one case and exits.. Any ideas?