Preventing or removing multiple instances of same range protected cells

I have two separate spreadsheets, one for admin and one for user. The admin can lock or unlock certain ranges for either Fri, Sat, Sun or Holiday via onEdit trigger (ie fridaycheck(). When checkmark is removed those same ranges are removed. The problem is when admin checkmarks all the boxes at once and before any of the separate scripts can complete. When they finally do complete multiple protection instances exist for each of the days. When admin checks one day at a time and script is allowed to finish, everything works fine. Looking to try and prevent multiple protection instances from being inserted OR remove all instances when the check mark is removed. Here are the scripts for Fri onEdit check, lock and unlock. Any suggestions would be greatly appreciated! Thanks, Paul two overlapping spreadsheets with checkmarks entered at same time and then the corresponding protection in user spreadsheet.

function fridaycheck() {
  let admincheck = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("Admin")
  let activeCell = admincheck.getRange("AE9")
  let reference = activeCell.getA1Notation()
  let sheetName = activeCell.getSheet().getName()
  let activeValue = activeCell.getValue()
  if (reference == "AE9" && sheetName == "Admin" && activeValue == true)
    LockFriday();
  else 
    UnlockFriday();
  }

function LockFriday() {
  var protectRange = 'C8:D60';
  var description = 'AA Lock Friday Cells';
  var spreadsheet = 
SpreadsheetApp.openById('xxxxxxxxxxxxxxxxxxx');
  spreadsheet.getRange(protectRange).activate();
  spreadsheet.setCurrentCell(spreadsheet.getRange('D60'));
  var p = spreadsheet.getProtections(SpreadsheetApp.ProtectionType.RANGE).find(e => 
e.getRange().getA1Notation() == protectRange && e.getDescription() == description);
  if (p) return;
  var protection = spreadsheet.getRange(protectRange).protect();
  var all = protection.getEditors();
  protection.setDescription(description).removeEditors(all);
  protection.setDescription(description).addEditor('[email protected]');
  protection.setDescription(description).addEditor('[email protected]');
  var ss = SpreadsheetApp.getActive();
  var checkbox = ss.getRange("AE9").getValue();
  if(checkbox==false){
    ss.getRange("AE9").setValue("true");
  } 
} 

function UnlockFriday() {
  var spreadsheet = SpreadsheetApp.openById('XXXXXXXXXXXXX');
  spreadsheet.getRange('C8:D60').activate();
  var allProtections = 
spreadsheet.getActiveSheet().getProtections(SpreadsheetApp.ProtectionType.RANGE);
  var matchingProtection1 = allProtections.find(existingProtection => existingProtection.getRange().getA1Notation() == 'C8:D60');
  if (!matchingProtection1) return;
  matchingProtection1.remove();
  var ss = SpreadsheetApp.getActive();
  var checkbox = ss.getRange("AE9").getValue();
  if(checkbox==true){
    ss.getRange("AE9").setValue("false");
  } 
}

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật