on 2024 Nov 27 2:24 PM
We added custom fields on our Annual Compensation template; "Market Min" and "Market max" are pulling into 2 separate columns on our template and are pulling directly from EC onto the template. I'd like to also add a "Market Range" column which would display the custom fields Market Min and Market max as follows:
"Market Min - Market Max"
What formula can I use to display the two fields with the "-" in the middle?
Request clarification before answering.
Hi @tdiehl12
You need to turn the source columns into type=String otherwise it cannot be done.
Once you have the Min and the Max custom columns as String then create a 3rd column and add the following formula:
customMin+"-"+customMax
All the best
Xavier
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
4 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.