jamescosten
Feb 13, 2024Brass Contributor
Calulated COlumn Double If Function
I have two YES/NO Columns, that if either of them has a YES then its a failure and my caluclated column will say pass or Fail.
=IF([Observation Required]="Yes",IF([NCR Required]="Yes","Fail","Pass"))
This just returns a value of "No" in each row.
jamescosten the formula isn't quite correct, use this instead:
=IF(OR([Observation Required]=TRUE,[NCR Required]=TRUE),"Fail","Pass")Rob
Los Gallardos
Microsoft Power Automate Community Super User.
Principal Consultant, SharePoint and Power Platform WSP Global (and classic 1967 Morris Traveller driver)