snasui.com ยินดีต้อนรับ ยินดีต้อนรับสู่กระดานถามตอบ Excel and VBA และอื่น ๆ ที่เป็นมิตรกับทุกท่าน มีไฟล์แนบมหาศาล ช่วยให้ท่านค้นหาและติดตามศึกษาได้โดยง่าย สมาชิกท่านใดที่ยังไม่ได้ระบุ Version ของ Excel ที่ใช้งานจริง สามารถทำตาม Link นี้เพื่อจะได้รับคำตอบที่ตรงกับ Version ของท่านครับ ระบุ Version ของ Excel
Hi Dear
I come up with this issue
if column A-D are blank the status is No Due
if submission date is current month status is No due
if submission date is current month and Total >0 status is received-claim
if C/N No is not blank status is processed
I also try
=IF(OR(COUNTA(A2:D2)=4,MONTH(A2)=MONTH(TODAY())),"No Due",IF(OR(AND(E2>0,MONTH(A2)=MONTH(TODAY())),F2=""),"received","Processsed")) but no luck
I attached a template
Best wishes
You do not have the required permissions to view the files attached to this post.