Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formulas to calculate only when data is populated. | Excel Worksheet Functions | |||
identify duplicate data upon entry of that data | Excel Discussion (Misc queries) | |||
Having data automatically populated in a different sheet | Excel Worksheet Functions | |||
identify different data in two columns | Excel Discussion (Misc queries) | |||
identify duplicate data in excel spreadsheet | Excel Discussion (Misc queries) |