I need to assign two columns (column 2 & column 3) to exiting data frame on basis of other column present in data frame( column 1).
i tried if & else condition but not succeed.
condition is:-
for column 2 :- =IF(LEFT(D,5)="=====","BLANK",IF(LEFT(D,5)="*****","BLANK",IF(LEFT(D,5)="Check","check",IF(LEFT(D,5)="-----","BLANK",IF(D<>"",LEFT(D,(FIND("]",D,1))),"BLANK")))))
for column 1:- =IF(C="CHECK",D,IF(LEFT(C,1)="[",B))
above mention (C & D) are columns name of Column 1