Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 26
Default Offset On 2 Columns

I am using the following to name a range with 1 column, so it expands
dynamically. But how do I do this for 2 columns of data? Both columns will
have data filled in the exact same rows.

=OFFSET(Lists!$A$1,1,0,COUNTA(Lists!$A:$A)-1,1)


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Offset On 2 Columns

=OFFSET(Lists!$A$1,1,0,COUNTA(Lists!$A:$A)-1,2)


--


Regards,


Peo Sjoblom




"Derek Hart" wrote in message
...
I am using the following to name a range with 1 column, so it expands
dynamically. But how do I do this for 2 columns of data? Both columns will
have data filled in the exact same rows.

=OFFSET(Lists!$A$1,1,0,COUNTA(Lists!$A:$A)-1,1)



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default Offset On 2 Columns

Am I missing something or not understanding. ,2 instead of ,1 for col a & b
based on length of col a.

=OFFSET(Lists!$A$1,1,0,COUNTA(Lists!$A:$A)-1,2)


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Derek Hart" wrote in message
...
I am using the following to name a range with 1 column, so it expands
dynamically. But how do I do this for 2 columns of data? Both columns will
have data filled in the exact same rows.

=OFFSET(Lists!$A$1,1,0,COUNTA(Lists!$A:$A)-1,1)


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
OFFSET for multiple columns & combobox format sahafi Charts and Charting in Excel 2 April 30th 07 02:28 PM
SUM OFFSET COLUMNS alien1155 Excel Worksheet Functions 4 January 18th 07 05:31 PM
creating columns with data from offset rows Scott Kelley Excel Discussion (Misc queries) 2 November 14th 05 02:15 AM
Data in table, may need to convert to columns with OFFSET? Ron H Excel Discussion (Misc queries) 5 July 31st 05 06:44 PM
Vlookup/match/offset over multiple columns of lable csw78 Excel Discussion (Misc queries) 6 June 8th 05 04:39 PM


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