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?
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.
2 Replies
- Ashish_Mathur
Super 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.
- Thejeswar
Super User
Yes, as Ashish_Mathur said, you should narrow down only that NULL using a unique value in that particular record of the column with NULL. Then using an If..else you should be able to replace only that NULL in the column