Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Identify last row of populated data

Have 12 rows of linked cells,
one for each month of the year.
End of the month, data for March, for
example is updated through a link to another
spreadsheet.
Months April - Dec have no data yet.
Two rows below the bottom of the twelve rows, is a simple
division calc, dividing cells D2/G2, for example.
At the end of the month I have to change the formula
(row 2 last month), to row 3 (D3/G3) for March,
next month same thing (D4/G4) until the end of the year.

Is there a lookup function that identifies the LAST
row of populated data in an array of data rows 1 - 12
and then performs the division?

Row
Jan 1
Feb 2
March 3
April 4
May 5
June 6
July 7
etc.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Identify last row of populated data

Last piece of data in column F (numeric or text):
=LOOKUP(2,1/(F1:F65535<""),F:F)

Last numeric value in column F
=LOOKUP(MAX(F:F)+1,F:F)


"Jumbo Shrimps, Jr." wrote:

Have 12 rows of linked cells,
one for each month of the year.
End of the month, data for March, for
example is updated through a link to another
spreadsheet.
Months April - Dec have no data yet.
Two rows below the bottom of the twelve rows, is a simple
division calc, dividing cells D2/G2, for example.
At the end of the month I have to change the formula
(row 2 last month), to row 3 (D3/G3) for March,
next month same thing (D4/G4) until the end of the year.

Is there a lookup function that identifies the LAST
row of populated data in an array of data rows 1 - 12
and then performs the division?

Row
Jan 1
Feb 2
March 3
April 4
May 5
June 6
July 7
etc.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 52
Default Identify last row of populated data

=LOOKUP(9.99999999999999E+307,Range)

Jumbo Shrimps, Jr. wrote:
Have 12 rows of linked cells,
one for each month of the year.
End of the month, data for March, for
example is updated through a link to another
spreadsheet.
Months April - Dec have no data yet.
Two rows below the bottom of the twelve rows, is a simple
division calc, dividing cells D2/G2, for example.
At the end of the month I have to change the formula
(row 2 last month), to row 3 (D3/G3) for March,
next month same thing (D4/G4) until the end of the year.

Is there a lookup function that identifies the LAST
row of populated data in an array of data rows 1 - 12
and then performs the division?

Row
Jan 1
Feb 2
March 3
April 4
May 5
June 6
July 7
etc.


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
Formulas to calculate only when data is populated. ispy4mi6 Excel Worksheet Functions 2 February 23rd 07 07:43 PM
identify duplicate data upon entry of that data Jan Buckley Excel Discussion (Misc queries) 5 December 21st 06 10:11 PM
Having data automatically populated in a different sheet Nicki Excel Worksheet Functions 0 March 14th 06 12:27 AM
identify different data in two columns fitzy Excel Discussion (Misc queries) 2 July 20th 05 11:13 AM
identify duplicate data in excel spreadsheet Mandeep Dhami Excel Discussion (Misc queries) 3 July 16th 05 01:53 PM


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