Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default newbie needs help...

I have a spreadsheet with 3000 rows. How do I find all of the numbers from
a column that are less than 108 and identify them by row number?

Thanks,
Dave
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default newbie needs help...

Dave,
How do you want the row numbers shown to you? As a list in a separate
sheet, coloured in the list itself, filtered on the screen....... ?

"Dave" wrote:

I have a spreadsheet with 3000 rows. How do I find all of the numbers from
a column that are less than 108 and identify them by row number?

Thanks,
Dave

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default newbie needs help...

Dave,

Assuming data in A1:A3000, select C1:C300, and put this formula in the
formula bar

=SMALL(IF($A$1:$A$3000<108,ROW($A$1:$A$3000),""),R OW($A$1:$A$3000))

and commit it with Ctrl-Shift-Enter. It will list all matching rows, and
than a bunch of #N/As.

--

HTH

RP

"Dave" wrote in message
om...
I have a spreadsheet with 3000 rows. How do I find all of the numbers

from
a column that are less than 108 and identify them by row number?

Thanks,
Dave



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default newbie needs help...



Coloured in the list itself would be fine.

Thanks,
Dave

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default newbie needs help...

You will have to do a lot of scrolling.

Select all 3000 cells, use FormatConditional Formatting
Change Condition1 to Formuls Is
Add a formula of =A1<108
On pattern tab select a colour
Exit out

--

HTH

RP

"Dave" wrote in message
...


Coloured in the list itself would be fine.

Thanks,
Dave

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



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
Newbie Q dredwin Excel Worksheet Functions 3 November 17th 08 09:38 PM
vba newbie need help. Oligo Excel Discussion (Misc queries) 2 November 5th 08 07:22 PM
Real Newbie newbie question Dave New Users to Excel 0 January 10th 07 07:55 PM
newbie needs help p-nut Charts and Charting in Excel 2 November 15th 06 02:13 PM
Newbie Help. Is this possible? taltos1 Excel Discussion (Misc queries) 5 November 12th 05 04:40 PM


All times are GMT +1. The time now is 10:32 PM.

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"