I want to set Column 15 to "No" if Column 14 is "Yes" , else leave it unchange.
I use If condition and use ""
But the next column will be hidden when I set column 14 to Yes.
Hello, I'm not sure I understood the problem at 100%, but I can proposed this formula for the Column 15:
IF( [Column 14], FALSE, [_THIS] )
User | Count |
---|---|
16 | |
8 | |
7 | |
3 | |
2 |