I need a formula that will find the last row of data in a worksheet and return the value of a cell in a particular column into another worksheet in the same workbook.
The worksheet is updated with new information daily so the number of rows will vary. But it will never be greater than 31 (most # days in any month). Also, certain columns are MTD running totals so formulas populate all of the cells in that column through day 31. I will need to use Column A (which contains the date/time data was entered) to establish my "last row".
For example: If the last row of information is in Sheet 1 is 12, I want to return the value in column C row 12 to a specific cell in Sheet 2.
Also, I am using Excel 2007 and I'm sharing the spreadsheet among multiple users on Google Docs and cannot use VBA code or a macro to resolve this problem.
The worksheet is updated with new information daily so the number of rows will vary. But it will never be greater than 31 (most # days in any month). Also, certain columns are MTD running totals so formulas populate all of the cells in that column through day 31. I will need to use Column A (which contains the date/time data was entered) to establish my "last row".
For example: If the last row of information is in Sheet 1 is 12, I want to return the value in column C row 12 to a specific cell in Sheet 2.
Also, I am using Excel 2007 and I'm sharing the spreadsheet among multiple users on Google Docs and cannot use VBA code or a macro to resolve this problem.
Last edited: