#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Sorting

I have a column(say c1) of numbers. I want another column
(say c2) that will display only numbers that are greater
than 10. Is it possible to do this?..... Please HELP!!!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default Sorting

Your subject line might give you a clue to try using
dataautofiltercustom
then you don't need an extra column

--
Don Guillett
SalesAid Software

"Himu" wrote in message
...
I have a column(say c1) of numbers. I want another column
(say c2) that will display only numbers that are greater
than 10. Is it possible to do this?..... Please HELP!!!



  #3   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Sorting

I would like another column to be generated with values
greater than 10. Can you please me advice me on how to do
that. Remeber I want the column to have the values greater
than 10.

Thankx!
-----Original Message-----
Your subject line might give you a clue to try using
dataautofiltercustom
then you don't need an extra column

--
Don Guillett
SalesAid Software

"Himu" wrote in message
...
I have a column(say c1) of numbers. I want another

column
(say c2) that will display only numbers that are greater
than 10. Is it possible to do this?..... Please HELP!!!



.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Sorting

Copy the heading of your column into another cell, put 10 in the cell below
that. Then DataFilterAdvanced Filter, select the 'Copy To Another
Location' option, select your data for the 'List Range', select the 2 new
data cells for the 'Criteria', and select another column for the 'Copy To'
range, then OK.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

wrote in message
...
I would like another column to be generated with values
greater than 10. Can you please me advice me on how to do
that. Remeber I want the column to have the values greater
than 10.

Thankx!
-----Original Message-----
Your subject line might give you a clue to try using
dataautofiltercustom
then you don't need an extra column

--
Don Guillett
SalesAid Software

"Himu" wrote in message
...
I have a column(say c1) of numbers. I want another

column
(say c2) that will display only numbers that are greater
than 10. Is it possible to do this?..... Please HELP!!!



.



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 64
Default Sorting

...and there's of course a simple formula version:
type this in E2, for example, then drag down with Fill Down handle to
populate as many rows as needed:
=If(D2<10,"",D2)
where Col D has all numbers and col E will have 10 and blanks if not
HTH someone
Paul


Uzytkownik napisal w wiadomosci
...
I would like another column to be generated with values
greater than 10. Can you please me advice me on how to do
that. Remeber I want the column to have the values greater
than 10.

Thankx!
-----Original Message-----
Your subject line might give you a clue to try using
dataautofiltercustom
then you don't need an extra column

--
Don Guillett
SalesAid Software

"Himu" wrote in message
...
I have a column(say c1) of numbers. I want another

column
(say c2) that will display only numbers that are greater
than 10. Is it possible to do this?..... Please HELP!!!



.





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
Sorting Values Without Sorting Formulas SBX Excel Discussion (Misc queries) 2 April 12th 09 11:17 PM
Automatic sorting (giving max and min) based on custom sorting lis Joe Lewis[_2_] Excel Worksheet Functions 4 November 23rd 08 05:12 AM
Sorting VLookup vs Sorting SumProduct Lauren Excel Discussion (Misc queries) 1 August 21st 07 12:19 AM
Sorting: Sorting by the First Character dzuy Excel Discussion (Misc queries) 2 June 22nd 06 08:27 PM
Sorting ListBox results or transposing ListBox values to other cells for sorting Rob[_8_] Excel Programming 1 July 9th 03 04:35 AM


All times are GMT +1. The time now is 09:57 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"