Hi @Hoffman, Tyler ,
I created a Yes/No column with the same name as yours called "For a Client?" and its internal name is "ForaClient_x003f_".
Internal name view method:List setting->click the column name->edit column->name after "field=" in URL ( Please check your internal names, case can also affect the results).
Here's the formula I'm using:
=if([$ForaClient_x003f_] == true, 'true', 'false')
This is the result, if the "For a Client?" question is marked "Yes", then the conditionally formatted "Question" column should appear:
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.