Hi all So my data se has a column name as CODE and these are integers in nature. Just like below
What i need is to Filter on code column where SCC => 900 (exclusive of 901, 902, 903, 915, 920, 921, 925, 929, 931, 932 and 933); update the CATEGORY column for these rows to reflect ‘SCC 900 Range’.
CODE
900
901
902
903
904
905
906
920
921
can some one help me achieve this