I am using a formula to calculate the % schedule complete based on project start and end date.
=(NETWORKDAYS([Start Date]1, TODAY(), Holidays2:Holidays10)) / (NETWORKDAYS([Start Date]1, [End Date]1, Holidays2:Holidays10))
Is there a way to get this formula to just return 100% if the % complete is above 100%?