Chart which shows frequency of each pair

rkc444

New Member
Joined
May 3, 2018
Messages
2
I have a data set, part of which looks as follows:

X-axisY-axis
5050
50100
50100
10050
100100
250100
250250
250250
500100

<colgroup><col span="2" style="text-align: center;"></colgroup><tbody>
</tbody>
500250

<tbody>
</tbody>
...

<tbody>
</tbody>

Because I am plotting data which is in bins or buckets, both the X and Y values can be any of the following: 50, 100, 250, 500, 750, 1000, 2500, 5000, 10000

I would like to create a scatter plot which will show my data, with some way of knowing the frequency of each pair. So they can either be dots which are larger base on frequency, or with the actual number (frequency) displayed next to the dot. I am really struggling with how to do this.

I have created another table with a 3rd column which contains the frequency, as follows:

X-axisY-axisFrequency
50501
501002
501002
100501
1001003
1001003
1001003
2502502
2502502
5002501

<colgroup><col width="64" span="3" style="width: 48pt; text-align: center;"> </colgroup><tbody>
</tbody>
****** id="cke_pastebin" style="position: absolute; top: 184px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">
500250

<tbody>
</tbody>
</body> ...

Does anybody have a good way of doing this? I would appreciate it. Thanks in advance.
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
I clearly should have previewed before posting. Sorry about the line below the 2nd table. Not sure what happened there.
 
Upvote 0

Forum statistics

Threads
1,214,919
Messages
6,122,260
Members
449,075
Latest member
staticfluids

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