Forum Discussion
GenericUser1
8 years agoHelper I
How 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
8 years agoSuper User
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.