Trying to get a Frequency Table Undone!

Stephen_IV

Well-known Member
Joined
Mar 17, 2003
Messages
1,180
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
What I am trying to do is to get a frequency table undone. Can someone please help me. Thanks in advance.


Book2
ABCDEF
1xf
2121
3211
4342
54103
6523
7623
8723
9824
10924
111024
124
134
144
154
164
174
184
195
205
216
226
237
247
258
268
279
289
2910
3010
Sheet1
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Undone?

You're trying to create the list in col F via formula, or something else?
 
Upvote 0
In F2 and copy down,

=MATCH(ROWS(F$2:F2)-1, SUBTOTAL(9, OFFSET(B$1, 0, 0, {1,2,3,4,5,6,7,8,9,10})))
 
Upvote 0
Thanks shg4421, It worked great! How can I update that formula to work on the senario below? Thanks you again!

Looking for the same output but in column N.

Book2
ABCDEFGHIJK
1x12345678910
2f21410222222
Sheet2
 
Upvote 0
Where does the output go?

If it starts in B4,

=MATCH(ROWS(B$4:B4)-1, SUBTOTAL(9, OFFSET(A$2, 0, 0, 1, {1,2,3,4,5,6,7,8,9,10})))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,550
Messages
6,179,463
Members
452,915
Latest member
hannnahheileen

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