Hi harmin and welcome to the forum,
To get the names out:
Formula:
=IFERROR(UPPER(REPLACE(A2,1,LOOKUP(1,-MID(A2,ROW(A$1:A$99),1),ROW(A$1:A$99))+1,"")),"")
to get debit:
Formula:
=IF(RIGHT(B2,2)="DB",--LEFT(B2,LEN(B2)-3),"")
to get credit:
Formula:
=IF(RIGHT(B2,2)="CR",--LEFT(B2,LEN(B2)-3),"")
Bookmarks