snasui.com ยินดีต้อนรับ ยินดีต้อนรับสู่กระดานถามตอบ Excel and VBA และอื่น ๆ ที่เป็นมิตรกับทุกท่าน มีไฟล์แนบมหาศาล ช่วยให้ท่านค้นหาและติดตามศึกษาได้โดยง่าย สมาชิกท่านใดที่ยังไม่ได้ระบุ Version ของ Excel ที่ใช้งานจริง สามารถทำตาม Link นี้เพื่อจะได้รับคำตอบที่ตรงกับ Version ของท่านครับ ระบุ Version ของ Excel
I have a problem with SUMIFS function.i need to sum sale amounts by criteria.
I need it dynamically sum.
This possibly sum values in partial range but I need to apply SUMIFS by whole range if it according to criteria.
I attached a template with expected Result in Sheet2.
Best Regards,
You do not have the required permissions to view the files attached to this post.
This magic formula =Lookup(Char(255),Target_Range) used to find the last 'Text' in Target_Range. If you want to find the last 'Number' in Target_Range, you can use =Lookup(9.99999999999999e307,Target_Range).