#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 76
Default Dynamic Range

Hi,
I need to set up a dynamic range, but can't remember what functions I
need to use...
I want my range to be 2 cells down from the last the last row used in
column K, in column L.

So if the last used cell in column K is K1000, I want my range to be
L1002...

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Dynamic Range

I want my range to be 2 cells down from the last the last row
used in column K, in column L.
So if the last used cell in column K is K1000, I want my
range to be L1002...


Do you only want to refer to a *single* cell or a RANGE (multiple) of cells?

What do you want to do with this "range" of cells?

What type of data is in column K? Text? Numbers? Both? Are there any empty
cells within the range of column K? Are there any formulas in column K that
return formula blanks? If there is no data in column K what do you want to
do? Does the data in column K start in row 1 (K1) ?

Biff

"bony_tony" wrote in message
oups.com...
Hi,
I need to set up a dynamic range, but can't remember what functions I
need to use...
I want my range to be 2 cells down from the last the last row used in
column K, in column L.

So if the last used cell in column K is K1000, I want my range to be
L1002...

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 76
Default Dynamic Range

It's ok, you've pointed me in the right direction. Got there with

=OFFSET(Invoices!$K$5,65533-COUNTBLANK(Invoices!$K$5:$K$65536),1)

Thanks!

On May 4, 12:20 pm, "T. Valko" wrote:
I want my range to be 2 cells down from the last the last row
used in column K, in column L.
So if the last used cell in column K is K1000, I want my
range to be L1002...


Do you only want to refer to a *single* cell or a RANGE (multiple) of cells?

What do you want to do with this "range" of cells?

What type of data is in column K? Text? Numbers? Both? Are there any empty
cells within the range of column K? Are there any formulas in column K that
return formula blanks? If there is no data in column K what do you want to
do? Does the data in column K start in row 1 (K1) ?

Biff

"bony_tony" wrote in message

oups.com...



Hi,
I need to set up a dynamic range, but can't remember what functions I
need to use...
I want my range to be 2 cells down from the last the last row used in
column K, in column L.


So if the last used cell in column K is K1000, I want my range to be
L1002...


Thanks- Hide quoted text -


- Show quoted text -



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Dynamic Range

There are a lot of things to consider when building a dynamic range!

Biff

"bony_tony" wrote in message
oups.com...
It's ok, you've pointed me in the right direction. Got there with

=OFFSET(Invoices!$K$5,65533-COUNTBLANK(Invoices!$K$5:$K$65536),1)

Thanks!

On May 4, 12:20 pm, "T. Valko" wrote:
I want my range to be 2 cells down from the last the last row
used in column K, in column L.
So if the last used cell in column K is K1000, I want my
range to be L1002...


Do you only want to refer to a *single* cell or a RANGE (multiple) of
cells?

What do you want to do with this "range" of cells?

What type of data is in column K? Text? Numbers? Both? Are there any
empty
cells within the range of column K? Are there any formulas in column K
that
return formula blanks? If there is no data in column K what do you want
to
do? Does the data in column K start in row 1 (K1) ?

Biff

"bony_tony" wrote in message

oups.com...



Hi,
I need to set up a dynamic range, but can't remember what functions I
need to use...
I want my range to be 2 cells down from the last the last row used in
column K, in column L.


So if the last used cell in column K is K1000, I want my range to be
L1002...


Thanks- Hide quoted text -


- Show quoted text -





  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 76
Default Dynamic Range

Yeah, sorry I was a bit vague, quickly wrote the message before I went
to lunch
Thanks anyway

On May 4, 1:29 pm, "T. Valko" wrote:
There are a lot of things to consider when building a dynamic range!

Biff

"bony_tony" wrote in message

oups.com...



It's ok, you've pointed me in the right direction. Got there with


=OFFSET(Invoices!$K$5,65533-COUNTBLANK(Invoices!$K$5:$K$65536),1)


Thanks!


On May 4, 12:20 pm, "T. Valko" wrote:
I want my range to be 2 cells down from the last the last row
used in column K, in column L.
So if the last used cell in column K is K1000, I want my
range to be L1002...


Do you only want to refer to a *single* cell or a RANGE (multiple) of
cells?


What do you want to do with this "range" of cells?


What type of data is in column K? Text? Numbers? Both? Are there any
empty
cells within the range of column K? Are there any formulas in column K
that
return formula blanks? If there is no data in column K what do you want
to
do? Does the data in column K start in row 1 (K1) ?


Biff


"bony_tony" wrote in message


groups.com...


Hi,
I need to set up a dynamic range, but can't remember what functions I
need to use...
I want my range to be 2 cells down from the last the last row used in
column K, in column L.


So if the last used cell in column K is K1000, I want my range to be
L1002...


Thanks- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -





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
Dynamic range Frank Situmorang Excel Worksheet Functions 4 May 7th 07 03:30 AM
Help With Dynamic Range Big H Excel Worksheet Functions 2 October 27th 06 04:32 PM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Dynamic range does not appear in name box DaveNadler Excel Discussion (Misc queries) 1 November 29th 05 09:50 PM
dynamic range GEORGIA Excel Discussion (Misc queries) 10 June 29th 05 03:02 AM


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