I am building a document that shows a productivity target for almost 200 positions. My data is trailing 12 month actual productivity for each position by week. Currently I have a formula that counts the weeks if they are greater than the current productivity target, divided by the number of weeks (ie. a position hits a target of 7.5 covers per labor hour 31 weeks out of the year, or 60% of the time). What I am trying to build is a formula that will tell me what each positions actual weekly productivity target needs to be to be able to hit that target 75% of the time. Now, I can back into the 75% manually with a Countifs for weeks that are greater than a hard-coded productivity divided by the number of weeks, and just keep changing that productivity manually until I get the % to where I need it to be. But that is not a practical solution to update for almost 200 positions every week. This is driving me insane trying to figure out so any help would be appreciated.