Logical test
Posted: Tue May 19, 2020 10:30 pm
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
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