View Single Post
 
Old 09-08-2022, 01:33 AM
Marcia's Avatar
Marcia Marcia is offline Windows 11 Office 2021
Expert
 
Join Date: May 2018
Location: Philippines
Posts: 553
Marcia has a spectacular aura aboutMarcia has a spectacular aura aboutMarcia has a spectacular aura about
Default

Hi David. I re arranged the sequence of the multiple IFs. I hope I got the formula right as per your requirement.
Code:
'=IF(P6=0,"OUTSTANDING",IF(AND(P6>0,P6<I6,R6="CANCELLED"),"CANCELLED",IF(AND(P6<I6, P6>0,R6=""),"PARTIAL",IF(AND(P6>0,P6<I6,R6,"CANCELLED*"),"PARTIAL ISSUE-CANCELLED",IF(P6=I6,"COMPLETE")))))
Attached Files
File Type: xlsx Sample Material Control Logbook.xlsx (11.0 KB, 5 views)
Reply With Quote