#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Data Table Questions

I need to create data tables in which I can manipulate the data to a great
extent. I have found that the tables themselves are best created in Access,
but the calculations I need are quite extensive, and best performed in Excel.
The problem with Excel tables is that they are open ended: I keep running
daily totals, and the records for one day may be 2, 10 or 100. I have found
that linking Access and Excel files to be quite difficul, especially in the
newer versions. Many problems could be solved by finding the answer to one
question:

Is there a way to manipulate data in an Excel table without having to
reference the last row, or record in the table? I have seen similar questions
but the only few answers seem to resort to some formula "finding" the cell
reference of the last row. Can I for example, sum all of the numbers in a
particular column of a table (a named range perhapsJ?) without referencing
the exact end of the column?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default Data Table Questions

You can create dynamic named ranges if that's what you're looking for.

See he http://www.ozgrid.com/Excel/DynamicRanges.htm
--
Brevity is the soul of wit.


"RMires" wrote:

I need to create data tables in which I can manipulate the data to a great
extent. I have found that the tables themselves are best created in Access,
but the calculations I need are quite extensive, and best performed in Excel.
The problem with Excel tables is that they are open ended: I keep running
daily totals, and the records for one day may be 2, 10 or 100. I have found
that linking Access and Excel files to be quite difficul, especially in the
newer versions. Many problems could be solved by finding the answer to one
question:

Is there a way to manipulate data in an Excel table without having to
reference the last row, or record in the table? I have seen similar questions
but the only few answers seem to resort to some formula "finding" the cell
reference of the last row. Can I for example, sum all of the numbers in a
particular column of a table (a named range perhapsJ?) without referencing
the exact end of the column?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Data Table Questions

Hi

If the formula is not in column A then
=SUM(A:A)
or if you want the formula in column A then
Insert a row a the top of column A and in cell A1
=SUBTOTAL(9,A:A)
or
=SUM(OFFSET(A2,0,0,COUNTA(A2:A65536))

--
Regards

Roger Govier


"RMires" wrote in message
...
I need to create data tables in which I can manipulate the data to a
great
extent. I have found that the tables themselves are best created in
Access,
but the calculations I need are quite extensive, and best performed in
Excel.
The problem with Excel tables is that they are open ended: I keep
running
daily totals, and the records for one day may be 2, 10 or 100. I have
found
that linking Access and Excel files to be quite difficul, especially
in the
newer versions. Many problems could be solved by finding the answer to
one
question:

Is there a way to manipulate data in an Excel table without having to
reference the last row, or record in the table? I have seen similar
questions
but the only few answers seem to resort to some formula "finding" the
cell
reference of the last row. Can I for example, sum all of the numbers
in a
particular column of a table (a named range perhapsJ?) without
referencing
the exact end of the column?



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
Look up/math text JN Excel Worksheet Functions 11 February 4th 06 08:27 AM
Inserting a new line when external data changes Rental Man Excel Discussion (Misc queries) 0 January 11th 06 07:05 PM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM
changing proportion of chart and data table Dawn Parks Charts and Charting in Excel 3 January 6th 05 01:18 AM


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