Question - I want to set the value of a column but only if a specific value in another column is selected.
The pic below can show what I mean.
I donโt want to attempt a
workflow data change because those have messed up before.
I thought if I put a valid if expression in the column it would apply the initial value to only items meeting that criteria but not the case.
Yes, Need Transport - set transport status to โawaiting transportโ Yes, driving self - no status update
Can you do this without the workflow?
Try using IF statement, just give " " in the false in initial value. Like IF([Evacuating]=โYes, Need Transportโ,โAwaiting transportโ," ");
Or just IFS([Evacuating]=โYes, Need Transportโ,โAwaiting transportโ)
User | Count |
---|---|
18 | |
10 | |
8 | |
6 | |
5 |