Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I currently have a spreadsheet set up to import data from an external program
into a single excel sheet. I want to set up a summary page drawing data from the single excel sheet. The data in the sheet refreshs from the external source everytime you open it. So one time there might be 636 lines and the next time there might be 637 lines. What is the best way to make the summary page so the formula doesn't get messed up if a new line is inserted in the data sheet. -- Cheers Lozza |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUM(INDIRECT("Sheet1!A1:A"&MAX(IF(Sheet1!A1:A500< "",ROW(1:500)))))
"Lozza65" skrev: I currently have a spreadsheet set up to import data from an external program into a single excel sheet. I want to set up a summary page drawing data from the single excel sheet. The data in the sheet refreshs from the external source everytime you open it. So one time there might be 636 lines and the next time there might be 637 lines. What is the best way to make the summary page so the formula doesn't get messed up if a new line is inserted in the data sheet. -- Cheers Lozza |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks for the information. I'm a little new to this type of formula. Where
in the spreadsheet do I put this formula? Regards Lorraine "excelent" wrote: =SUM(INDIRECT("Sheet1!A1:A"&MAX(IF(Sheet1!A1:A500< "",ROW(1:500))))) "Lozza65" skrev: I currently have a spreadsheet set up to import data from an external program into a single excel sheet. I want to set up a summary page drawing data from the single excel sheet. The data in the sheet refreshs from the external source everytime you open it. So one time there might be 636 lines and the next time there might be 637 lines. What is the best way to make the summary page so the formula doesn't get messed up if a new line is inserted in the data sheet. -- Cheers Lozza |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
in the cell u want the result
an i forgot to say its an array-formel so insert hit F2 and hit CTRL+SHIFT+ENTER "Lozza65" skrev: Thanks for the information. I'm a little new to this type of formula. Where in the spreadsheet do I put this formula? Regards Lorraine "excelent" wrote: =SUM(INDIRECT("Sheet1!A1:A"&MAX(IF(Sheet1!A1:A500< "",ROW(1:500))))) "Lozza65" skrev: I currently have a spreadsheet set up to import data from an external program into a single excel sheet. I want to set up a summary page drawing data from the single excel sheet. The data in the sheet refreshs from the external source everytime you open it. So one time there might be 636 lines and the next time there might be 637 lines. What is the best way to make the summary page so the formula doesn't get messed up if a new line is inserted in the data sheet. -- Cheers Lozza |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need rolling summary of data | Excel Worksheet Functions | |||
Use detailed data in one worksheet to create summary data as chart source | Charts and Charting in Excel | |||
How do I get cell data in multiple Excel files into one summary fi | Excel Worksheet Functions | |||
multi group with summary above with 1 overall summary line below | Excel Discussion (Misc queries) | |||
multi group with summary above with 1 overall summary line below | Excel Discussion (Misc queries) |