Forum Discussion
Anonymous
6 years agoNot applicable
Replace a cell in one column if another columns cell equals something
I have the following two columns Current State Service Type Resource Type SCM301 FT101 SCM301 GT101 SCM100 FT101 SCM100 HM500 SCM075 KL102 SCM050 KL102 SCM100 KL10...
- Anonymous6 years ago
Anonymous Please create a calculated column desired service type as
Desired Service Type = IF('Table'[Resource Type]="FT101","FX008",'Table'[Service Type])Please let me know if you have any question. If it help accept as solution
Anonymous
6 years agoNot applicable
Anonymous Please create a calculated column desired service type as
Desired Service Type = IF('Table'[Resource Type]="FT101","FX008",'Table'[Service Type])Please let me know if you have any question. If it help accept as solution
- Anonymous6 years agoNot applicable
Anonymous worked perfectly, thanks so much.