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?
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_MathurSuper 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.
- ThejeswarSuper 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