Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default How to get a value of data from the last rows of a table

How to get a value of data from the last rows of a table. sheet1 content a
data table. Data rows is increasing daily. Sheet2!A1 is showing the last data
entered in sheet1.

All this while i am using =sheet1!$D100 to get the data, but I need to
update the formula daily. Is there any formula for this situation?


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How to get a value of data from the last rows of a table

In Sheet2,
you could use something like this in A1:
=LOOKUP(2,1/(Sheet1!D2:D100<""),Sheet1!D2:D100)
to extract the last row value in Sheet1's col D

Adapt to suit
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,000 Files:370 Subscribers:66
xdemechanik
---
"Eddie" wrote:
How to get a value of data from the last rows of a table. sheet1 content a
data table. Data rows is increasing daily. Sheet2!A1 is showing the last data
entered in sheet1.

All this while i am using =sheet1!$D100 to get the data, but I need to
update the formula daily. Is there any formula for this situation?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default How to get a value of data from the last rows of a table

try this simple where 9999 is larger than any number possible in col d
=lookup(9999,Sheet1!d:d)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Eddie" wrote in message
...
How to get a value of data from the last rows of a table. sheet1 content a
data table. Data rows is increasing daily. Sheet2!A1 is showing the last
data
entered in sheet1.

All this while i am using =sheet1!$D100 to get the data, but I need to
update the formula daily. Is there any formula for this situation?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How to get a value of data from the last rows of a table

In Sheet2,
you could use something like this in A1:
=LOOKUP(2,1/(Sheet1!D2:D100<""),Sheet1!D2:D100)
to extract the last row value in Sheet1's col D

Adapt to suit
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,000 Files:370 Subscribers:66
xdemechanik
---
"Eddie" wrote:
How to get a value of data from the last rows of a table. sheet1 content a
data table. Data rows is increasing daily. Sheet2!A1 is showing the last data
entered in sheet1.

All this while i am using =sheet1!$D100 to get the data, but I need to
update the formula daily. Is there any formula for this situation?


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default How to get a value of data from the last rows of a table

Hi,

assuming you are looking for the item in column D:

Last Number: =LOOKUP(9^9,D:D)
Last Text enry: =LOOKUP(REPT("z",255),D:D)
Last Non-blank cell: =LOOKUP(2,1/(B:B<""),B:B)
--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Eddie" wrote:

How to get a value of data from the last rows of a table. sheet1 content a
data table. Data rows is increasing daily. Sheet2!A1 is showing the last data
entered in sheet1.

All this while i am using =sheet1!$D100 to get the data, but I need to
update the formula daily. Is there any formula for this situation?


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
Too Many rows of data for a pivot table PayPaul Excel Discussion (Misc queries) 3 November 21st 07 05:09 PM
Why does same data value appear twice in rows of a Pivot Table Ron Coderre Excel Discussion (Misc queries) 0 September 7th 07 01:43 PM
Using data in rows in a table in columns. Andy New Users to Excel 3 February 13th 07 04:31 PM
How to insert rows in transposed data table? Mike Excel Worksheet Functions 2 June 14th 06 08:27 AM
How to get pivot table data columns instead of rows Jessica Excel Discussion (Misc queries) 0 January 19th 05 04:29 PM


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