Thread: Group values
View Single Post
  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

If they all work the same, record the steps on one worksheet, then just add
a loop to do for each sheet.

--
HTH

Bob Phillips

"Remote Desktop Connection hotkey"
ft.com wrote in message
...
Ok. this is solution, but is there any way to make it happen automatically

?
Cuz looks like with this solution I still have to manualy do it for each

of
my tabs. (I have 1 tab for each day of the month and there is still 12 of
them in a year !)

Any way to perform the same using formulas would be exelent ...

"Bob Phillips" wrote:

Look at advanced filter which allows you to copy unique values to a new
location.

DataFilterAdvanced Filter.

--
HTH

Bob Phillips

"Remote Desktop Connection hotkey"
ft.com wrote in

message
...
I have column B with 20 values in it. Some of the values repeat more

than
one
time. For example word fox appears 2 times, word wolf appears 4 times

e.t.c

Is there any way to group non-unique values? I mean like perform

select
with
grouping ? For example I have range of values B1:B20 and i want to put
resulting range to C1:C20, but i only want to have unique values in

resulting
range.
If excel would support SQL in order to get resulting range i want, i

would
write: "SELECT DISTINCT column B FROM workbook1"