Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default SORT/FILTER ISSUE

HOW CAN I SORT THE FOLLOWING CELLS?

QUESTION:
A1=123
A2=343
A3=123

DESIRED RESULT:
A1=123
A3=123
SINCE IN DO NOT WANT A2 TO APPEAR
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default SORT/FILTER ISSUE

Hi,
in another column enter

=TRIM(RIGHT(A1,FIND("=",A1)))

the above will give you only the numbers then filter that column by the
numbers you want to see

if this helps please click yes thanks

"Munfarid" wrote:

HOW CAN I SORT THE FOLLOWING CELLS?

QUESTION:
A1=123
A2=343
A3=123

DESIRED RESULT:
A1=123
A3=123
SINCE IN DO NOT WANT A2 TO APPEAR

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default SORT/FILTER ISSUE

Actually the column contains the following values:

A1=8663
A2=8663
A3=8666
A4=8666
A5=8667
A6=8675
A7=8676

I WANTED TO SORT ONLY THOSE VALUES THAT ARE REPEATED, REST NEEDS TO BE
DELETED. THE RESULT I REQUIRED SHOULD BE LIKE THIS:

A1=8663
A2=8663
A3=8666
A4=8666

HOPE THIS CLARIFIES



"Eduardo" wrote:

Hi,
in another column enter

=TRIM(RIGHT(A1,FIND("=",A1)))

the above will give you only the numbers then filter that column by the
numbers you want to see

if this helps please click yes thanks

"Munfarid" wrote:

HOW CAN I SORT THE FOLLOWING CELLS?

QUESTION:
A1=123
A2=343
A3=123

DESIRED RESULT:
A1=123
A3=123
SINCE IN DO NOT WANT A2 TO APPEAR

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default SORT/FILTER ISSUE

In column B, enter:

=RIGHT(A1,4)
Fill down

In column C, enter:
=COUNTIF($B$1:$B$7,B1)

In column C, filter for €˜1, delete all with a €˜1 and unfilter


HTH,
Ryan---


--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Munfarid" wrote:

Actually the column contains the following values:

A1=8663
A2=8663
A3=8666
A4=8666
A5=8667
A6=8675
A7=8676

I WANTED TO SORT ONLY THOSE VALUES THAT ARE REPEATED, REST NEEDS TO BE
DELETED. THE RESULT I REQUIRED SHOULD BE LIKE THIS:

A1=8663
A2=8663
A3=8666
A4=8666

HOPE THIS CLARIFIES



"Eduardo" wrote:

Hi,
in another column enter

=TRIM(RIGHT(A1,FIND("=",A1)))

the above will give you only the numbers then filter that column by the
numbers you want to see

if this helps please click yes thanks

"Munfarid" wrote:

HOW CAN I SORT THE FOLLOWING CELLS?

QUESTION:
A1=123
A2=343
A3=123

DESIRED RESULT:
A1=123
A3=123
SINCE IN DO NOT WANT A2 TO APPEAR

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default SORT/FILTER ISSUE

Hi,

Cut A1:A7 and paste it in A2:A8. IN cell A1, type heading1. In cell A12,
enter the following formula =COUNTIF($A$2:$A$8,A2)1. Now click on any cell
in A1:A8 and go to Data Filter Advanced Filter Copy to another
location. In the list range, give the range as A1:A8, criteria would be
A11:A12 and in the copy to box, specify a blank cell. Now click on OK

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Munfarid" wrote in message
...
Actually the column contains the following values:

A1=8663
A2=8663
A3=8666
A4=8666
A5=8667
A6=8675
A7=8676

I WANTED TO SORT ONLY THOSE VALUES THAT ARE REPEATED, REST NEEDS TO BE
DELETED. THE RESULT I REQUIRED SHOULD BE LIKE THIS:

A1=8663
A2=8663
A3=8666
A4=8666

HOPE THIS CLARIFIES



"Eduardo" wrote:

Hi,
in another column enter

=TRIM(RIGHT(A1,FIND("=",A1)))

the above will give you only the numbers then filter that column by the
numbers you want to see

if this helps please click yes thanks

"Munfarid" wrote:

HOW CAN I SORT THE FOLLOWING CELLS?

QUESTION:
A1=123
A2=343
A3=123

DESIRED RESULT:
A1=123
A3=123
SINCE IN DO NOT WANT A2 TO APPEAR


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date Filter issue Sri Harsha[_2_] Excel Discussion (Misc queries) 1 February 13th 09 01:27 PM
advanced filter issue Joseph Atie Excel Discussion (Misc queries) 5 December 8th 08 01:18 AM
Advanced Filter Issue Abbasi Excel Discussion (Misc queries) 3 April 14th 08 12:41 PM
Sort/Filter issue terri Excel Worksheet Functions 4 May 16th 07 04:46 PM
Advanced Filter Issue [email protected] Excel Discussion (Misc queries) 1 April 26th 06 10:49 PM


All times are GMT +1. The time now is 02:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"