gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
Is it possible to change this to an if statement? Or do I need to add a column and then remove to do this?
= Table.ReplaceValue(#"Renamed Columns",null,"SQID",Replacer.ReplaceValue,{"Category"})
I need an if statement that says if [Source Id] is null then...
Thanks!
= Table.ReplaceValue(#"Renamed Columns",null,"SQID",Replacer.ReplaceValue,{"Category"})
I need an if statement that says if [Source Id] is null then...
Thanks!