Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Not listing more than a range of rows

I have two sheets, one has my equipment database and the other is the results
"Quote sheet". in my Quote sheet I am using the:

=IF(ROW()-1MAX('Equip Database'!A:A),"",ROW()-7)

in the first colum and row 8 (A8), then use the:

=IF($A8="","",VLOOKUP($A8,'Equip Database'!A7:L1000,COLUMN(),0))

in the rest of the cells on the same row (B8, C8, D8 etc.)

if I enter a qty in the Equip Database Colum A, then I populate the rows in
the the Quote sheet.

But it only retirves and up to row 27 of the Equip Database rows. It is
limited to around that phisical row and not the total amount of where a qty
is entered.

Ex:

in Equip Database I enter qty in row 25 then it is sent to my Quote sheet.
If I enter a qty in row 30 it does not get sent to the Quote sheet. But if I
enter a qty in row 10, 17 & 20 then it does.

Any sugestions?

Thanks in advance,
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,089
Default Not listing more than a range of rows

Try:

=IF($A8="","",VLOOKUP($A8,'Equip Database'!$A$7:$L$1000,COLUMN(),0))

Regards

Trevor


"Richard P" wrote in message
...
I have two sheets, one has my equipment database and the other is the
results
"Quote sheet". in my Quote sheet I am using the:

=IF(ROW()-1MAX('Equip Database'!A:A),"",ROW()-7)

in the first colum and row 8 (A8), then use the:

=IF($A8="","",VLOOKUP($A8,'Equip Database'!A7:L1000,COLUMN(),0))

in the rest of the cells on the same row (B8, C8, D8 etc.)

if I enter a qty in the Equip Database Colum A, then I populate the rows
in
the the Quote sheet.

But it only retirves and up to row 27 of the Equip Database rows. It is
limited to around that phisical row and not the total amount of where a
qty
is entered.

Ex:

in Equip Database I enter qty in row 25 then it is sent to my Quote sheet.
If I enter a qty in row 30 it does not get sent to the Quote sheet. But if
I
enter a qty in row 10, 17 & 20 then it does.

Any sugestions?

Thanks in advance,



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Not listing more than a range of rows

Tevor,

Thanks for your suggestion, but I think it has something to do with the
sheet settings or something like that. I say this becouse I did a resample
of two sheets and it works. The only difference is that on some of the rows
I merged some cells to use as headings. I really want to keep the previous
sheets since they have about 800 rows of info.

Any thoughts?

Richard P.

"Trevor Shuttleworth" wrote:

Try:

=IF($A8="","",VLOOKUP($A8,'Equip Database'!$A$7:$L$1000,COLUMN(),0))

Regards

Trevor


"Richard P" wrote in message
...
I have two sheets, one has my equipment database and the other is the
results
"Quote sheet". in my Quote sheet I am using the:

=IF(ROW()-1MAX('Equip Database'!A:A),"",ROW()-7)

in the first colum and row 8 (A8), then use the:

=IF($A8="","",VLOOKUP($A8,'Equip Database'!A7:L1000,COLUMN(),0))

in the rest of the cells on the same row (B8, C8, D8 etc.)

if I enter a qty in the Equip Database Colum A, then I populate the rows
in
the the Quote sheet.

But it only retirves and up to row 27 of the Equip Database rows. It is
limited to around that phisical row and not the total amount of where a
qty
is entered.

Ex:

in Equip Database I enter qty in row 25 then it is sent to my Quote sheet.
If I enter a qty in row 30 it does not get sent to the Quote sheet. But if
I
enter a qty in row 10, 17 & 20 then it does.

Any sugestions?

Thanks in advance,




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
Selecting rows based on criteria JCP Excel Discussion (Misc queries) 3 April 5th 06 09:26 AM
Referencing a range of columns and rows with the IF function Cliff Excel Worksheet Functions 7 April 2nd 06 01:07 AM
Hide all rows within a range except one? mevetts Excel Discussion (Misc queries) 2 December 23rd 05 09:27 PM
Define a range containing the first 10 rows of a filtered list Marco Excel Worksheet Functions 3 October 7th 05 01:42 PM
Excel - return a picture or range rows as the result of a formula juststarting Excel Worksheet Functions 1 July 4th 05 12:59 AM


All times are GMT +1. The time now is 03:18 AM.

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"