I have a table of portfolio's that have varying number of clients and work hours. Each portfolio has 1-10 clients depending on the amount of work hours that are assigned, ie a portfolio with a large client with lots of work hours will only have 1 client, and a portfolio with clients with a small amount of hours may have 10 clients.
What I'm trying to do is to compare total work hours for a portfolio with the amount of repair hours and come up with a percentage (standard percentage), but then give 'credit' to the portfolio with 10 clients, vs the ones with only 1 client. I guess basically I'm saying that a 'small' percentage of repair is acceptable per client, but its gets skewed when we combine multiple clients into a portfolio, if that makes sense. so how do I 'level that out to be a more fair comparison in my formula?
Current % formula in B5 is '=B4/B3' (260/48171)
Hope my question makes sense....
Thanks,
Don
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A1
[/TD]
[TD]Portfolio1
[/TD]
[TD]Portfolio2
[/TD]
[TD]Portfolio3
[/TD]
[TD]Portfolio4
[/TD]
[TD]Portfolio5
[/TD]
[TD]Portfolio6
[/TD]
[/TR]
[TR]
[TD]# Clients
[/TD]
[TD]1
[/TD]
[TD]4
[/TD]
[TD]3
[/TD]
[TD]1
[/TD]
[TD]10
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]Hours
[/TD]
[TD]48171
[/TD]
[TD]26055
[/TD]
[TD]18961
[/TD]
[TD]11801
[/TD]
[TD]5429
[/TD]
[TD]43475
[/TD]
[/TR]
[TR]
[TD]Break Fix
[/TD]
[TD]260
[/TD]
[TD]459
[/TD]
[TD]1658
[/TD]
[TD]296
[/TD]
[TD]819
[/TD]
[TD]294
[/TD]
[/TR]
[TR]
[TD]Fix/Hours %
[/TD]
[TD]1%
[/TD]
[TD]2%
[/TD]
[TD]9%
[/TD]
[TD]3%
[/TD]
[TD]15%
[/TD]
[TD]1%
[/TD]
[/TR]
</tbody>[/TABLE]
What I'm trying to do is to compare total work hours for a portfolio with the amount of repair hours and come up with a percentage (standard percentage), but then give 'credit' to the portfolio with 10 clients, vs the ones with only 1 client. I guess basically I'm saying that a 'small' percentage of repair is acceptable per client, but its gets skewed when we combine multiple clients into a portfolio, if that makes sense. so how do I 'level that out to be a more fair comparison in my formula?
Current % formula in B5 is '=B4/B3' (260/48171)
Hope my question makes sense....
Thanks,
Don
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A1
[/TD]
[TD]Portfolio1
[/TD]
[TD]Portfolio2
[/TD]
[TD]Portfolio3
[/TD]
[TD]Portfolio4
[/TD]
[TD]Portfolio5
[/TD]
[TD]Portfolio6
[/TD]
[/TR]
[TR]
[TD]# Clients
[/TD]
[TD]1
[/TD]
[TD]4
[/TD]
[TD]3
[/TD]
[TD]1
[/TD]
[TD]10
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]Hours
[/TD]
[TD]48171
[/TD]
[TD]26055
[/TD]
[TD]18961
[/TD]
[TD]11801
[/TD]
[TD]5429
[/TD]
[TD]43475
[/TD]
[/TR]
[TR]
[TD]Break Fix
[/TD]
[TD]260
[/TD]
[TD]459
[/TD]
[TD]1658
[/TD]
[TD]296
[/TD]
[TD]819
[/TD]
[TD]294
[/TD]
[/TR]
[TR]
[TD]Fix/Hours %
[/TD]
[TD]1%
[/TD]
[TD]2%
[/TD]
[TD]9%
[/TD]
[TD]3%
[/TD]
[TD]15%
[/TD]
[TD]1%
[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: