Page 2 of 2

Re: comparative

Posted: Sat Sep 26, 2020 12:58 pm
by snasui
:D Please attach the updated file and point to cell that shown incorrect result and fill in the correct value for that cell for easy to understand it.

Re: comparative

Posted: Sat Sep 26, 2020 3:19 pm
by sna
Thanks for your kind ,I just highlighted the non matching value

Re: comparative

Posted: Sat Sep 26, 2020 4:07 pm
by snasui
snasui wrote: Sat Sep 26, 2020 7:37 am :D Adjust your formulas as below:

Q13
=IFERROR(INDEX('T24 INTRA'!N:N,MATCH(E13,'T24 INTRA'!$G:$G,0))+0,"")
Enter > Copy down
:D Please update column Q with my formula on above.

For the latest file in post #22, could you please explain how do you know the value in I23 and T23 is the same?

What the condition for convert the value in I13 (or T23)?

For now I think the formula in cell AB13 is:

=AND(F13=Q13,G13=R13,H13=S13,OR(I13=T13,I13*100=T13),J13=U13,ISNUMBER(SEARCH(V13*IF(R13="USD",4000,1),K13)),L13=W13,LEFT(M13,10)=LEFT(X13,10))

Re: comparative

Posted: Sat Sep 26, 2020 10:26 pm
by sna
Hi Dear thank you but I have currency KHR,USD,THB
1USD=4000KHR,1THB=129.55 KHR

Re: comparative

Posted: Sat Sep 26, 2020 10:35 pm
by snasui
:D You can adjust this part:

...V13*IF(R13="USD",4000,1)...

please try with yourself first.

Re: comparative

Posted: Sun Sep 27, 2020 12:25 am
by sna
Ok thank you 🙏

Re: comparative

Posted: Sun Oct 18, 2020 1:41 pm
by sna
I check it error date and rate base on my formula in intranet column AH and AJ.
What's wrong with the formula?

Re: comparative

Posted: Thu Oct 22, 2020 6:06 am
by snasui
:D Please point to the error, provide the correct result, all condition you use and attach file again.

Re: comparative

Posted: Thu Oct 22, 2020 12:11 pm
by sna
Here is attached file I check in sheet Reconcile Txn

Re: comparative

Posted: Sat Oct 24, 2020 12:01 am
by snasui
:D Please read my post (#28) carefully.

Re: comparative

Posted: Sat Oct 24, 2020 8:21 am
by sna
I put the test result in ReconcileTxn in column A

Re: comparative

Posted: Sat Oct 24, 2020 8:41 am
by snasui
:D You can add +0 for convert date as text to date as number in old formula in column 'E' as below:

=IFERROR(INDEX(INTRANET!AH:AH,MATCH(ROW()-12,INTRANET!$AG:$AG,0))+0,"")

Enter > Copy down.

Re: comparative

Posted: Sat Oct 24, 2020 10:31 am
by sna
Thank you

Re: comparative

Posted: Sat Oct 24, 2020 10:35 am
by sna
No luck ,see attached file

Re: comparative

Posted: Sat Oct 24, 2020 11:22 am
by snasui
:D Please check regional and language on your machine, the format of date must be dd/mm/yyyy not mm/dd/yyyy.

Or change the formula on C13 with this,

=IFERROR(TEXT(INDEX(INTRANET!AH:AH,MATCH(ROW()-12,INTRANET!$AG:$AG,0)),"m/d/yy")+0,"")

Enter > Copy down.

Re: comparative

Posted: Mon Oct 26, 2020 9:42 am
by sna
Thank you 🙏