Can you help me with this calculation? I need a single line field to populate based on a radio button choice. Something like:
- If radio button choice is Yes, then (fill this field with) variable1
- If radio button choice is No, then (fill this field with) variable2
- If radio button choice is Needs Revision First, then (fill this field with) variable3
I haven't done an if then statement like this, could someone help me with how it would be put together?