#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 120
Default Linkied Formula Help

I have a formula that looks at sheet1 and cells a1:g1. How do I make it so
even if rows are deleted or added the formula will also add up the
information on sheet1 cells a1:g1

I usually have to delete column A which moves the information over and then
I add new information in column g. I keep getting errors with all of my
formulas.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Linkied Formula Help

=SUM(INDIRECT("'Sheet1'!A1:G1"))


--
Regards,

Peo Sjoblom




"Erika" wrote in message
...
I have a formula that looks at sheet1 and cells a1:g1. How do I make it so
even if rows are deleted or added the formula will also add up the
information on sheet1 cells a1:g1

I usually have to delete column A which moves the information over and
then
I add new information in column g. I keep getting errors with all of my
formulas.




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Linkied Formula Help

Try this:

=SUM(INDIRECT("Sheet1!A1:G1"))

Biff

"Erika" wrote in message
...
I have a formula that looks at sheet1 and cells a1:g1. How do I make it so
even if rows are deleted or added the formula will also add up the
information on sheet1 cells a1:g1

I usually have to delete column A which moves the information over and
then
I add new information in column g. I keep getting errors with all of my
formulas.




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
Finding source of linkied Database?? mattylance Excel Discussion (Misc queries) 1 June 25th 06 10:44 PM


All times are GMT +1. The time now is 05:45 PM.

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"