Unusual chart for plain, but wide data

YaroslavZ

New Member
Joined
Sep 22, 2020
Messages
8
Office Version
  1. 2013
Platform
  1. Windows
Hi, ask you for help.
I have 2 columns of data, pretty simple (screenshot and attached file):
I want to make a chart of it.
I've made a drawing of an idea of the chart, I have in imagination, a chart that can clearly represent such a big range of values (pic.)
How to achieve this?
(Workbook on Google Drive)

dbFEDrS[1].png
1606456533686.png
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Hi,

That looks like a frequency distribution, no? (Notice this is not your data, I created 600K rows of fake data)
1608986526841.png


Book1.xlsx
ABCDEFG
1Column-1Column-2
22323205400Distribution
37370347271100.0000
449820665201.000.0000
53803709610100.000.0007
65159614860200.000.0001
737182444711.000.000.00020
850315832710
95618149380
101336322070
116921265900
123974567600
131302230380
Sheet1
Cell Formulas
RangeFormula
A2:A600001A2=RANDARRAY(600000,1,566,850000000,TRUE)
B2:B600001B2=RANDARRAY(600000,1,0,1,1)
G3:G8G3=FREQUENCY(IF($B$2:$B$57>0,A2:A57),F3:F7)
Press CTRL+SHIFT+ENTER to enter array formulas.
Dynamic array formulas.
 
Upvote 0
Solution
Hi,

That looks like a frequency distribution, no? (Notice this is not your data, I created 600K rows of fake data)
View attachment 28582

Book1.xlsx
ABCDEFG
1Column-1Column-2
22323205400Distribution
37370347271100.0000
449820665201.000.0000
53803709610100.000.0007
65159614860200.000.0001
737182444711.000.000.00020
850315832710
95618149380
101336322070
116921265900
123974567600
131302230380
Sheet1
Cell Formulas
RangeFormula
A2:A600001A2=RANDARRAY(600000,1,566,850000000,TRUE)
B2:B600001B2=RANDARRAY(600000,1,0,1,1)
G3:G8G3=FREQUENCY(IF($B$2:$B$57>0,A2:A57),F3:F7)
Press CTRL+SHIFT+ENTER to enter array formulas.
Dynamic array formulas.
Hi
Great tip, I just yesterday read about this FREQUENCY formula, didn't tried it yet but your answer proves this is appropriate way.
Thank you
 
Upvote 0
Most welcome. Thank you for the feedback. Maybe you can also mark my reply as solution.
 
Upvote 0

Forum statistics

Threads
1,215,523
Messages
6,125,317
Members
449,218
Latest member
Excel Master

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