snasui.com ยินดีต้อนรับ
ยินดีต้อนรับสู่กระดานถามตอบ Excel and VBA และอื่น ๆ ที่เป็นมิตรกับทุกท่าน มีไฟล์แนบมหาศาล ช่วยให้ท่านค้นหาและติดตามศึกษาได้โดยง่าย สมาชิกท่านใดที่ยังไม่ได้ระบุ Version ของ Excel ที่ใช้งานจริง สามารถทำตาม Link นี้เพื่อจะได้รับคำตอบที่ตรงกับ Version ของท่านครับ ระบุ Version ของ Excel
ฟอรัมถาม-ตอบปัญหาการใช้งานสูตรและฟังก์ชัน Excel
Forum rules
ไม่อนุญาตให้ใช้ภาษาแชทในการถามและตอบปัญหา ไม่ใช้คำว่า "คับ" หรือ "อ่ะครับ" แทนคำว่า "ครับ" ไม่ใช้คำว่า "เด๋ว" แทนคำว่า "เดี๋ยว" เป็นต้น เนื่องจากเมื่อแปลเป็นภาษาต่างประเทศแล้วจะให้ความหมายผิดไปจากที่ควรจะเป็น
ห้ามถามโดยระบุชื่อผู้ตอบและต้องตั้งชื่อกระทู้ให้สื่อถึงปัญหาที่จะถาม ไม่ตั้งชื่อว่า ช่วยด้วยครับ, มีปัญหามาปรึกษาครับ เป็นต้น
กรุณาอธิบายปัญหาและระบุคำตอบที่ต้องการมาในกระทู้ด้วยเสมอถึงแม้จะอธิบายไว้ในไฟล์แนบแล้วก็ตาม ทั้งนี้เพื่ออำนวยความสะดวกแก่เพื่อนสมาชิกในการค้นหาข้อมูล
กรุณาแนบไฟล์ตัวอย่างพร้อมแสดงคำตอบที่ถูกต้องมาในไฟล์ด้วยเพื่อให้ง่ายต่อการทำความเข้าใจและสะดวกต่อการตอบคำถาม (ขนาดไฟล์ไม่เกิน 500Kb ขนาดภาพไม่เกิน 800*600 Pixel) ไม่แนบเป็น Link มาจากแหล่งอื่นที่อาจจะถูกลบทิ้งไปโดยต้นทางในภายหลัง นอกจากนี้ไม่ควรแนบไฟล์ที่มีข้อมูลสำคัญอันก่อให้เกิดความเสียหายกับตนเองและผู้อื่น
กรณีเป็นคำถามเกี่ยวกับ Programming เช่น VBA, VB.Net, C#, SQL ฯลฯ ต้องลองเขียนมาเองก่อนเสมอ ถามเฉพาะที่ติดปัญหา ระบุ Module, Procedure ที่ติดปัญหาให้ชัดเจน กรุณาโพสต์ Code ให้แสดงเป็น Code คือเปิดด้วย [code] และปิดด้วย [/code] ตัวอย่างเช่น [code]dim r as range[/code] เพื่อให้แตกต่างจากข้อความทั่วไป สะดวกในการอ่านและทดสอบ (คลิกเพื่อดูตัวอย่าง)
กรุณาแจ้งผลการใช้งานเมื่อได้รับคำตอบว่าตรงกับความต้องการหรือไม่
snasui
Site Admin
Posts: 31253 Joined: Sun Jan 24, 2010 12:33 pm
Location: Songkhla, Thailand
Excel Ver: 2010, 2019
Contact:
#21
Post
by snasui » Sat Sep 26, 2020 12:58 pm
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.
sna
Silver
Posts: 721 Joined: Tue May 05, 2020 8:18 am
Excel Ver: Excel 365
#22
Post
by sna » Sat Sep 26, 2020 3:19 pm
Thanks for your kind ,I just highlighted the non matching value
You do not have the required permissions to view the files attached to this post.
snasui
Site Admin
Posts: 31253 Joined: Sun Jan 24, 2010 12:33 pm
Location: Songkhla, Thailand
Excel Ver: 2010, 2019
Contact:
#23
Post
by snasui » Sat Sep 26, 2020 4:07 pm
snasui wrote: Sat Sep 26, 2020 7:37 am
Adjust your formulas as below:
Q13
=IFERROR(INDEX('T24 INTRA'!N:N,MATCH(E13,'T24 INTRA'!$G:$G,0))+0,"")
Enter > Copy down
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))
sna
Silver
Posts: 721 Joined: Tue May 05, 2020 8:18 am
Excel Ver: Excel 365
#24
Post
by sna » Sat Sep 26, 2020 10:26 pm
Hi Dear thank you but I have currency KHR,USD,THB
1USD=4000KHR,1THB=129.55 KHR
snasui
Site Admin
Posts: 31253 Joined: Sun Jan 24, 2010 12:33 pm
Location: Songkhla, Thailand
Excel Ver: 2010, 2019
Contact:
#25
Post
by snasui » Sat Sep 26, 2020 10:35 pm
You can adjust this part:
...V13*IF(R13="USD",4000,1)...
please try with yourself first.
sna
Silver
Posts: 721 Joined: Tue May 05, 2020 8:18 am
Excel Ver: Excel 365
#26
Post
by sna » Sun Sep 27, 2020 12:25 am
Ok thank you
sna
Silver
Posts: 721 Joined: Tue May 05, 2020 8:18 am
Excel Ver: Excel 365
#27
Post
by sna » Sun Oct 18, 2020 1:41 pm
I check it error date and rate base on my formula in intranet column AH and AJ.
What's wrong with the formula?
snasui
Site Admin
Posts: 31253 Joined: Sun Jan 24, 2010 12:33 pm
Location: Songkhla, Thailand
Excel Ver: 2010, 2019
Contact:
#28
Post
by snasui » Thu Oct 22, 2020 6:06 am
Please point to the error, provide the correct result, all condition you use and attach file again.
sna
Silver
Posts: 721 Joined: Tue May 05, 2020 8:18 am
Excel Ver: Excel 365
#29
Post
by sna » Thu Oct 22, 2020 12:11 pm
Here is attached file I check in sheet Reconcile Txn
You do not have the required permissions to view the files attached to this post.
snasui
Site Admin
Posts: 31253 Joined: Sun Jan 24, 2010 12:33 pm
Location: Songkhla, Thailand
Excel Ver: 2010, 2019
Contact:
#30
Post
by snasui » Sat Oct 24, 2020 12:01 am
Please read my post (#28) carefully.
sna
Silver
Posts: 721 Joined: Tue May 05, 2020 8:18 am
Excel Ver: Excel 365
#31
Post
by sna » Sat Oct 24, 2020 8:21 am
I put the test result in ReconcileTxn in column A
snasui
Site Admin
Posts: 31253 Joined: Sun Jan 24, 2010 12:33 pm
Location: Songkhla, Thailand
Excel Ver: 2010, 2019
Contact:
#32
Post
by snasui » Sat Oct 24, 2020 8:41 am
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.
sna
Silver
Posts: 721 Joined: Tue May 05, 2020 8:18 am
Excel Ver: Excel 365
#33
Post
by sna » Sat Oct 24, 2020 10:31 am
Thank you
sna
Silver
Posts: 721 Joined: Tue May 05, 2020 8:18 am
Excel Ver: Excel 365
#34
Post
by sna » Sat Oct 24, 2020 10:35 am
No luck ,see attached file
You do not have the required permissions to view the files attached to this post.
snasui
Site Admin
Posts: 31253 Joined: Sun Jan 24, 2010 12:33 pm
Location: Songkhla, Thailand
Excel Ver: 2010, 2019
Contact:
#35
Post
by snasui » Sat Oct 24, 2020 11:22 am
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.
sna
Silver
Posts: 721 Joined: Tue May 05, 2020 8:18 am
Excel Ver: Excel 365
#36
Post
by sna » Mon Oct 26, 2020 9:42 am
Thank you