• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Extract of amount from Bank statement

m9vukyem

Member
Dear sir,

Prevously i have extract the amount using below formula from bank statement now it gives false result

=IFERROR(IFERROR(MID(F2,1,LEN(F2)-3)+0,MID(SUBSTITUTE(F2,",",""),2,LEN(F2)-10)*1),0)
 

Attachments

  • Book1.xlsx
    22.7 KB · Views: 4
=IFERROR(IFERROR(MID(SUBSTITUTE(F5,",",""),1,LEN(SUBSTITUTE(F5,",",""))-3)+0,MID(SUBSTITUTE(M11,",",""),2,LEN(M11)-10)*1),0)

is it correct formla to extract the amount
 
Back
Top