Dynamic table to count amount of repeated words

Reecenorman1996

New Member
Joined
Jul 20, 2023
Messages
31
Office Version
  1. 365
Platform
  1. Windows
Hi all below is a graph i made and the data i made it from only issue is when i update the table the graph doesn't update how can i make this dynamic , thanks in advance


Comparison Stats 2023.xlsx
DIJKLMNOPQ
2Property Investment
3Intermediary
4Multi Landlord
5Property Management
6Intermediary
7Asset Management
8Intermediary
9Developer
10Developer
11Property Management
12Intermediary
13Auction
14Solicitor
15Property Management
16Intermediary
17Property Management
18Multi Landlord
19Developer
20Developer
21Property Management
22Multi Landlord
23
24Charity
25Solicitor
26Asset Management
Pipeline by client type


1693998668536.png
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
You could have the data in a table so if the number of rows increases, the UNIQUE and COUNTIF functions will get the added data.

Book1.xlsx
ABCD
1Column1Property Investment1
2Property InvestmentIntermediary5
3IntermediaryMulti Landlord3
4Multi LandlordProperty Management5
5Property ManagementAsset Management2
6IntermediaryDeveloper4
7Asset ManagementAuction1
8IntermediarySolicitor2
9DeveloperCharity1
10Developer
11Property Management
12Intermediary
13Auction
14Solicitor
15Property Management
16Intermediary
17Property Management
18Multi Landlord
19Developer
20Developer
21Property Management
22Multi Landlord
23Charity
24Solicitor
25Asset Management
Sheet1
Cell Formulas
RangeFormula
C1:C9C1=UNIQUE(Table1[Column1])
D1:D9D1=COUNTIF(Table1[Column1],C1#)
Dynamic array formulas.

There are other ways to do this also.

Hope that helps,

Doug
 
Upvote 1
Solution
You could have the data in a table so if the number of rows increases, the UNIQUE and COUNTIF functions will get the added data.

Book1.xlsx
ABCD
1Column1Property Investment1
2Property InvestmentIntermediary5
3IntermediaryMulti Landlord3
4Multi LandlordProperty Management5
5Property ManagementAsset Management2
6IntermediaryDeveloper4
7Asset ManagementAuction1
8IntermediarySolicitor2
9DeveloperCharity1
10Developer
11Property Management
12Intermediary
13Auction
14Solicitor
15Property Management
16Intermediary
17Property Management
18Multi Landlord
19Developer
20Developer
21Property Management
22Multi Landlord
23Charity
24Solicitor
25Asset Management
Sheet1
Cell Formulas
RangeFormula
C1:C9C1=UNIQUE(Table1[Column1])
D1:D9D1=COUNTIF(Table1[Column1],C1#)
Dynamic array formulas.

There are other ways to do this also.

Hope that helps,

Doug
Thank you this worked a treat
 
Upvote 0

Forum statistics

Threads
1,215,209
Messages
6,123,646
Members
449,111
Latest member
ghennedy

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