Un-binning count data

DougR

New Member
Joined
Feb 17, 2005
Messages
1
I have two columns. Column A contains a bin range.

e.g

10
10.5
11
11.5

Column B contains counts

e.g

2
4
1
3

I need a formula that lists every value individually in column C.

e.g.

10
10
10.5
10.5
10.5
10.5
11
11.5
11.5
11.5

Any help would be greatly appreciated.

Thanks.
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Drag down the yellow highlighted formulas until the last set contains no value in column B greater than 1. Paste values to another location, AutoFilter for rows with a B value less than 1, and delete those rows.
Book1
ABCD
1
2102
310.54
4111
511.53
6101
710.53
8110
911.52
10100
1110.52
1211-1
1311.51
1410-1
1510.51
1611-2
1711.50
18
19
20102<-- Filtered (and sorted) range where values<1 are deleted
21101
2210.54
2310.53
2410.52
2510.51
26111
2711.53
2811.52
2911.51
Sheet1
 
Upvote 0

Forum statistics

Threads
1,214,583
Messages
6,120,383
Members
448,955
Latest member
BatCoder

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