sorting and filtering

Dupsy

New Member
Joined
Dec 26, 2019
Messages
11
Office Version
  1. 2016
Platform
  1. Windows
Good day House.
Following the data below
I have 'N Z RR LWC and W' common to each height namely 160, 320, 480, 640 and so on...

I intend to remove the zeros using the RR column for each height and after cleaning, categorise the data set using the RR column into 0.1-2;2.1-4;4.1-10;10.1 above.

i have tried the custom sort which is actually working for the sort and to characterise create data set for each height as a table. but because of the numerous sheet i am working with coupled with the numerous books. Its actually very slow. can someone help on this?
PRACTICE (version 1).xlsb
ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAF
1160320480640800960
2HLTNZRRLWCWNZRRLWCWNZRRLWCWNZRRLWCWNZRRLWCWNZRRLWCW
307213.414210413.42122610.7342.071688.6321.976710.3131.891042341
41003011.5322.9819111.5212.988013.3312.793610.9111.94989.4313.121542242
520019612.9142.6310512.9232.632412212.3817612.1242.3312310.9142.24814442
63007712.3222.9619212.3232.9617412.8412.937411.9321.894010.4422.16911432
740011311.7222.1413011.7312.1411111.1412.2714111.2312.291859.1332.55994424
850020010.6442.649310.6422.6413910.1411.776711322.1819110.8431.881972421
96005812222.573512322.577312.1121.837510.2342.19979.6412.43824243
107009711.6113.0312611.6243.036912212.92511.9412.14809.6232.61534332
118004212.3312.433012.3232.4315412.5241.929910.4122.051878.2341.851061412
129009410.9442.2118710.9122.2110010.5142.6513711.7333.3210910.5413.181303313
13100017313.4232.8310913.4442.8315311.1432.249010.2242.31789.9313.13544433
14110016713.3242.075513.3122.071079.9222.67509.7312.721327.6222.131201334
Sheet3
Cell Formulas
RangeFormula
W3:W14,R3:R14,M3:M14,H3:H14,C3:C14,AB3:AB14C3=RANDBETWEEN(20,200)
AC3:AF14,Y3:Z14,T3:U14,O3:P14,J3:K14,E3:F14E3=RANDBETWEEN(1,4)
B4:B14B4=B3+100
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
if you Normalized your data (like database) you may have better results sorting. if possible try this.. you might try putting into a Pivot table too? (note i did NOT totally complete the table)
1657047302774.png
 
Upvote 0

Forum statistics

Threads
1,215,390
Messages
6,124,669
Members
449,178
Latest member
Emilou

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