Hello, I have a small question. I have a column that should change if another column has data. For example. If column “X” is equal to “X” value. So the value should be “A”
But if column “X” and column “Y” have “X” value then it must be “B”
And lastly, if column “X” and column “Y” and column “Z” have “X” value then it should be “C”
Not a problem. Put your IF expression into the Formula bar of the column (not the initial value) You may also want to consider making this column a virtual column, since it is calculated based on other columns.