Forum Discussion
GenericUser1
Helper I
8 years agoHow do you replace one value only in a column?
Hi, I have a column of nulls, but the replace values feature replaces all values that have a null. Is there a way to just replace one of those nulls?
- 8 years ago
Hi,
We will have to write an IF function in a spare column to do that. The condition in the IF function will have to be something unique to identify that specific null value.
Ashish_Mathur
Super User
8 years agoHi,
We will have to write an IF function in a spare column to do that. The condition in the IF function will have to be something unique to identify that specific null value.