@Ryan2019
Re: Revised workbook. Your link goes to a different one. Can you resend?
:((( Sincere apologies. I was working on something else in //. Updated the link in my previous reply, same one here
Re. ...but the 3-bed section isn't working for some reason
If you got the correct link yesterday you would have seen that I renamed (I mentioned it) MaxPropertiesOnTarget as MaxPropertiesOnTargetOneBed. Reason is: to exclude cells = 0 COUNTIFS must refer to the appropriate range (formula with your named ranges):
and there's no way to dynamically change CompsBedOne with i.e. CompsBedTwo as you have 3 different reports. So, I duplicated the above formula (changing the appropriate CompsBedXxx range) and named them:
- MaxPropertiesOnTargetOneBed
- MaxPropertiesOnTargetTwoBed
- MaxPropertiesOnTargetThreeBed
- MaxPropertiesOnTargetStudio
I (hopefully) fixed your example with the above named formula. At the top of each report you'll see i.e.:
so you can easily check during your simulations
Hope this helps