Summary of data in excel

L

Lozza65

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.
 
E

excelent

=SUM(INDIRECT("Sheet1!A1:A"&MAX(IF(Sheet1!A1:A500<>"",ROW(1:500)))))


"Lozza65" skrev:
 
L

Lozza65

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
 
E

excelent

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:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top