How input formatted text to certain cell,
A. if 1) codes in column "Account" start with"1011";
2) the codes in column "Offset vendor" start with "E";
3) the figure in "Amount in local currency" is <0
Input -- "Payment" + "yyyymm" (per column "Posting Date" )+"Offset vendor description" in column "Text"
B. if 1) codes in column "Account" start with"1011";
2) the codes in column "Offset vendor" are 8-digit number
3) the figure in "Amount in local currency" is <0
Input -- "Payment" +"Offset vendor description" +"TBD"in column "Text"
C. if 1) codes in column "Account" start with"1011";
2) the codes in column "Offset vendor" is null or the column is empty;
Keep existing data in column "Text".
D. if 1) codes in column "Account" start with"20111100";
2) the codes in column "Offset vendor" start with "E";
3) the column "Clearing Document" is not empty, and the code in column "Clearing Document" is same with the code in column “Document Number”
4) the figure in "Amount in local currency" is >0
Input -- "Payment" + "yyyymm" (per column "Posting Date" )+"Offset vendor description" in column "Text"
E. if 1) codes in column "Account" start with"20111100";
2) the codes in column "Offset vendor" are 8-digit number
3) the column "Clearing Document" is not empty, and code in column "Clearing Document" is same with the code in column “Document Number”
4) the figure in "Amount in local currency" is >0
Input -- "Payment" +"Offset vendor description" +"TBD" in column "Text"
F. if 1) codes in column "Account" start with"20111100";
2) the codes in column "Offset vendor" are 8-digit number
3) the column "Clearing Document" is not empty, and code in column "Clearing Document" is not same with the code in column “Document Number”
4) the figure in "Amount in local currency" is >0 or <0
Keep existing data in column "Text".