Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 16
Default Create a List by formula from other data

I have a list of data that was created by formulas in column AH rows 3
through 134. It either states false in the cell or it has find the data
which is a job number like 6021. I want to create a list from that list so
that my list is only the job numbers and I will only have the number of rows
that I have job numbers for. So if out of the cells 3 through 134 I only
have 6 jobs numbers - I want a list of just 6 example:
6021
6022
6023
6075
6080
without any extra rows for the false
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default Create a List by formula from other data

Hi!

Try this:

=IF(ROWS($1:1)<=COUNT(AH$3:AH$134),SMALL(AH$3:AH$1 34,ROWS($1:1)),"")

Copy down until you get blanks.

Biff

"Kim Shelton at PDC" wrote in
message ...
I have a list of data that was created by formulas in column AH rows 3
through 134. It either states false in the cell or it has find the data
which is a job number like 6021. I want to create a list from that list
so
that my list is only the job numbers and I will only have the number of
rows
that I have job numbers for. So if out of the cells 3 through 134 I only
have 6 jobs numbers - I want a list of just 6 example:
6021
6022
6023
6075
6080
without any extra rows for the false



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
How to create an executive summary of a text-based data list? Hummingbird Excel Discussion (Misc queries) 2 October 10th 06 01:26 PM
How to create an executive summary of a text-based data list? Magnus Excel Discussion (Misc queries) 1 October 10th 06 01:22 PM
create an automatic complete list from existing data in the sheet Etienne Excel Discussion (Misc queries) 2 February 8th 06 01:55 PM
trying to create an (almost) circular formula between cells and data validated cells with lists KR Excel Worksheet Functions 0 May 12th 05 07:21 PM
How do I create a list in excel that contains external data? bill@bb Excel Discussion (Misc queries) 1 February 15th 05 02:45 AM


All times are GMT +1. The time now is 06:41 PM.

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

About Us

"It's about Microsoft Excel"