Formula Help

exceldummy774

New Member
Joined
Sep 21, 2023
Messages
5
Office Version
  1. 2016
Platform
  1. MacOS
Hi.

I need to write an excel formula to show the relative performance of five financial advisers.

The spreadsheet needs to have the following inputs for each adviser:
  1. Number of clients
  2. Total funds under management
  3. Level of business brought in
The formula needs to calculate the relative performance of each adviser, based on the inputs.

My understanding is that I need to calculate the % for each individual input based on the total for each column (e.g. number of clients).

However, I'm not sure how to calculate the performance as a total %.... e.g. if there were two advisers:

  • Adviser A has 100 clients, £10,000,000 in funds under management, and has brought in £100,000 in business.
  • Adviser B has 200 clients, £20,000,000 in funds under management, and has brought in £200,000 in business.

How can I show the performance of adviser A against adviser B?

Do I need to do it on two different basis'? i.e. performance based on level of business against number of clients? and performance based on level of business against funds under management?

Or is there a better way to show this as a whole with just one total performance % for each adviser?

Thanks for your help in advance!
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
I think you need to discuss with your colleagues about what is the KPI that you would like to measure each against, or decide which columns are related ? (I mean for example does the no. of clients actually matter to you versus the amount of new business someone brings in ?, or does the measure of clients versus business managed actually mean anything to you as a business. Only you can decide that.

As for % of each topic, quick maths gives you three columns like such:

book2.xlsm
ABCDEFGH
1ManagerNo of ClientsTotal FundsBiz LevelClient %Funds %New Biz %
225/08/2024Jim1001000000010000022.2222221.7391316.66667
315/07/2023Bob2002000000020000044.4444443.4782633.33333
414/02/2022Trev1501600000030000033.3333334.7826150
Sheet1
Cell Formulas
RangeFormula
F2:H4F2=C2/SUM(C$2:C$4)*100
 
Upvote 0
Thanks for your quick reply.

Before your reply, I created a sheet with the correct inputs (copied below).

I'm not sure if it's possible, but what I want to achieve ideally is one figure for each adviser that takes into account client, funds, and level of business written, to show their value to the practice.

1695309659746.png
 
Upvote 0
what is your definition of value to the practice. Is it total commisions the practice received?
Does number of clients matter?
If both, how do you allocate the importance?
@RobP asked a very important question. What are the Key Performance Indicators that your firm has decided upon?
 
Upvote 0
In the absence of further info, I guess one way could be to add up the % across your cols, (which I think implys an equal weighting on each % therefore), and just score on total as such :

book2.xlsm
BCDEFGHIJKL
1ManagerClientsClient %FUMFunds %FUM AV / cltCreditsCredit %Total :Rank
2A53438136,140,00049254943.8202127935431311
3B14610186900007128013.69864100714315
4C163123780000014231901.84053535812374
5D292213810000014130479.45214355815493
6E271194669000017172287.82294625516522
Sheet1
Cell Formulas
RangeFormula
F2:F6,I2:I6,D2:D6F2=E2/SUM(E$2:E$6)*100
G2:G6G2=+E2/C2
K2:K6K2=(D2+F2+I2)
L2:L6L2=RANK(K2,K$2:K$6)
 
Upvote 0
what is your definition of value to the practice. Is it total commisions the practice received?
Does number of clients matter?
If both, how do you allocate the importance?
@RobP asked a very important question. What are the Key Performance Indicators that your firm has decided upon?
Hi.

Thanks for your message.

The firm hasn't decided on KPIs - I just want to be able to demonstrate the value of each adviser based on those parameters, ideally taking all of them into account in one go.

Value to the practice needs to be the amount of business (credits) relative to the number of clients and funds under management (FUM), but I'm not sure how, or if, it's possible to build that into one formula.

I have adapted the sheet a bit more since my last post. It now has two columns showing credits relative to clients and credits relative to FUM, which is helpful, but I ideally I want to somehow combine those to provide an overall value for each adviser.

BTW, I'm adviser B - I have the least number of clients, lowest FUM, and lowest average FUM per client. But it looks like I have been the best performing adviser relatively. Adviser A has written 43% of the overall credits, but with a much bigger client bank and FUM. I'm just not sure how to make it more apparent in terms of overall performance.

1695311972772.png
 
Upvote 0
In the absence of further info, I guess one way could be to add up the % across your cols, (which I think implys an equal weighting on each % therefore), and just score on total as such :

book2.xlsm
BCDEFGHIJKL
1ManagerClientsClient %FUMFunds %FUM AV / cltCreditsCredit %Total :Rank
2A53438136,140,00049254943.8202127935431311
3B14610186900007128013.69864100714315
4C163123780000014231901.84053535812374
5D292213810000014130479.45214355815493
6E271194669000017172287.82294625516522
Sheet1
Cell Formulas
RangeFormula
F2:F6,I2:I6,D2:D6F2=E2/SUM(E$2:E$6)*100
G2:G6G2=+E2/C2
K2:K6K2=(D2+F2+I2)
L2:L6L2=RANK(K2,K$2:K$6)
Thank you.

If you see my previous reply it demonstrates that Adviser B is the best performing, but on yours it shows Adviser B ranked 5th out of 5.

This highlights the problem - although Adviser A's figures look good, once you actually dig a bit deeper and look at performance relatively, Adviser A hasn't actually done as well as it first appears. And this is really what I need to work out how to show more simply.
 
Upvote 0
yes, you've hit the nail on the head - and if I was in your position, approaching my boss for a bigger share of profits, I'd be wanting to use your table too.

As we said, really its down to how you/the practice want to present your data. we can't really advise on that as its not really an Excel question.

Being in Finance, one hopes your maths is up to the job :)

Good luck

Rob
 
Upvote 0
yes, you've hit the nail on the head - and if I was in your position, approaching my boss for a bigger share of profits, I'd be wanting to use your table too.

As we said, really its down to how you/the practice want to present your data. we can't really advise on that as its not really an Excel question.

Being in Finance, one hopes your maths is up to the job :)

Good luck

Rob
😂 me too!
 
Upvote 0

Forum statistics

Threads
1,215,079
Messages
6,123,000
Members
449,092
Latest member
masterms

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top