Hi
I have got below data
This data too
I want result when dr add minus and when cr add plus .... dr or cr on Data is sometimes on 1st row or 2nd row I mean keep rows . Thanks a lot
currently I am using below formula which is giving me correct amount but have to manually add plus minus depends on dr or cr on left side.
=-MID(LEFT(B5,LEN(B5)-2),4,20)
I have got below data
AUD 1,768.67 CR |
AUD 8,868.68 DR |
Opening balance: | AUD 8,868.68 DR |
Closing balance: | AUD 246,818.44 CR |
I want result when dr add minus and when cr add plus .... dr or cr on Data is sometimes on 1st row or 2nd row I mean keep rows . Thanks a lot
1,768.67 |
-8868.68 |
-8868.68 | |
246,818.44 |
=-MID(LEFT(B5,LEN(B5)-2),4,20)