Page 1 of 1

rate p.a

Posted: Mon Sep 28, 2020 8:15 pm
by sna
Hi Dear,

I have a bit hard related calculation rate per month to annum since the rate downloaded from a system mix with text not consistent so it is difficult to calculate.is there any formula to solve ?

Best Regards,

Re: rate p.a

Posted: Tue Sep 29, 2020 10:15 pm
by snasui
:D Could you please give me a condition line by line of your data?

Re: rate p.a

Posted: Tue Sep 29, 2020 10:32 pm
by sna
Hi this is a new file with line by line narrative

Re: rate p.a

Posted: Wed Sep 30, 2020 8:37 am
by snasui
:D How do you know cells A3, A5 and A6 are multiplied by 100 before multiply by 12?

Re: rate p.a

Posted: Wed Sep 30, 2020 4:47 pm
by sna
Hi Dear
I Know it multiply by 100 since rate are at least 0.59% per month or 0.0059 .the rate not below this cap.

Best Regards,

Re: rate p.a

Posted: Wed Sep 30, 2020 7:13 pm
by snasui
:D Try this,

B2

=LEFT(A2,FIND("%",A2&"%")-1)*IF(A2<0.59,1200,IF(COUNT(SEARCH("ក្នុងមួយឆ្នាំ",A2)),1,12))

Enter > Copy down

Re: rate p.a

Posted: Wed Sep 30, 2020 9:59 pm
by sna
Thank you 🙏