A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Dynamic Range



 
 
Thread Tools Display Modes
  #1  
Old March 7th, 2006, 05:22 PM posted to microsoft.public.excel.charting
external usenet poster
 
Posts: n/a
Default Dynamic Range


Hello,

Is there a way to create a Dynamic Range for data that runs through
Rows than in Columns? I found several ways to do this by columns
however not by rows.

Thanks,


--
jlg5454
------------------------------------------------------------------------
jlg5454's Profile: http://www.excelforum.com/member.php...o&userid=30201
View this thread: http://www.excelforum.com/showthread...hreadid=519802

  #2  
Old March 7th, 2006, 08:58 PM posted to microsoft.public.excel.charting
external usenet poster
 
Posts: n/a
Default Dynamic Range

For a column (column A)
=OFFSET(Sheet1!$A$1,0,0,COUNTA(Sheet1!$A:$A),1)
So for a row (row 10)
OFFSET(Sheet1!$A$10,0,0,1,COUNTA(Sheet1!$10:$10))

Read Help to understand OFFSET
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"jlg5454" wrote in
message ...

Hello,

Is there a way to create a Dynamic Range for data that runs through
Rows than in Columns? I found several ways to do this by columns
however not by rows.

Thanks,


--
jlg5454
------------------------------------------------------------------------
jlg5454's Profile:
http://www.excelforum.com/member.php...o&userid=30201
View this thread: http://www.excelforum.com/showthread...hreadid=519802



  #3  
Old March 8th, 2006, 05:31 PM posted to microsoft.public.excel.charting
external usenet poster
 
Posts: n/a
Default Dynamic Range


Works Great! Thanks


--
jlg5454
------------------------------------------------------------------------
jlg5454's Profile: http://www.excelforum.com/member.php...o&userid=30201
View this thread: http://www.excelforum.com/showthread...hreadid=519802

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Formatting & Dynamic Range james Worksheet Functions 2 October 11th, 2005 04:25 PM
Reference to a dynamic range Yossi General Discussion 2 April 12th, 2005 12:57 PM
Formula to Count and Return Most common Value in a Dynamic Named Range Tinä General Discussion 1 October 23rd, 2004 11:26 PM
Dynamic range without using COUNTA($X:$X) Joe Worksheet Functions 5 September 5th, 2004 12:33 AM
problems with dynamic range names and shared workbooks JulieD General Discussion 4 August 11th, 2004 02:13 PM


All times are GMT +1. The time now is 12:29 AM.


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