A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

copying absolute references



 
 
Thread Tools Display Modes
  #1  
Old July 12th, 2004, 05:06 PM
Dave W
external usenet poster
 
Posts: n/a
Default copying absolute references

how can I copy the following formula down without having
to change each indiviual sheet reference. I've tried using
indirect in the formula, but I'm not having any luck. I
have researched various sites and I can't seem to find
anything that will make sense to me.

=IF($A$10"",SUMIF('Base Bid Item (1) '!
$B$11:$B$110,"L.10*",'Base Bid Item (1) '!G$11:G$110)-
SUMIF('Base Bid Item (1) '!$B$11:$B$110,"=M.11*",'Base
Bid Item (1) '!G$11:G$110),"")

Can any one help?
  #2  
Old July 12th, 2004, 05:14 PM
Vaughan
external usenet poster
 
Posts: n/a
Default copying absolute references

If you want the absolute reference to be relative, edit out the "$" signs appropriately.

"Dave W" wrote:

how can I copy the following formula down without having
to change each indiviual sheet reference. I've tried using
indirect in the formula, but I'm not having any luck. I
have researched various sites and I can't seem to find
anything that will make sense to me.

=IF($A$10"",SUMIF('Base Bid Item (1) '!
$B$11:$B$110,"L.10*",'Base Bid Item (1) '!G$11:G$110)-
SUMIF('Base Bid Item (1) '!$B$11:$B$110,"=M.11*",'Base
Bid Item (1) '!G$11:G$110),"")

Can any one help?

  #3  
Old July 12th, 2004, 05:14 PM
Frank Kabel
external usenet poster
 
Posts: n/a
Default copying absolute references

Hi
how should your sheet names change?. Is there a naming logic for them?.
e.g. if they are named like
'Base Bid Item (#number)

then try the following formula
=IF($A$10"",SUMIF(INDIRECT("'Base Bid Item (" & ROW(1:1) & ") '!
$B$11:$B$110"),"L.10*",INDIRECT("'Base Bid Item (" & ROW(1:1) & ")
'!G$11:G$110"))-
SUMIF(INDIRECT("Item (" & ROW(1:1) & ")
'!$B$11:$B$110"),"=M.11*",INDIRECT("'Base
Bid Item (" & ROW(1:1) & ") '!G$11:G$110")),"")


--
Regards
Frank Kabel
Frankfurt, Germany


Dave W wrote:
how can I copy the following formula down without having
to change each indiviual sheet reference. I've tried using
indirect in the formula, but I'm not having any luck. I
have researched various sites and I can't seem to find
anything that will make sense to me.

=IF($A$10"",SUMIF('Base Bid Item (1) '!
$B$11:$B$110,"L.10*",'Base Bid Item (1) '!G$11:G$110)-
SUMIF('Base Bid Item (1) '!$B$11:$B$110,"=M.11*",'Base
Bid Item (1) '!G$11:G$110),"")

Can any one help?


  #4  
Old July 12th, 2004, 05:29 PM
Dave W
external usenet poster
 
Posts: n/a
Default copying absolute references

Thank you Frank
You assumed correctly regarding the sheet naming
I have been pulling my hair out trying to get
the "indirect" approach to work.

-----Original Message-----
Hi
how should your sheet names change?. Is there a naming

logic for them?.
e.g. if they are named like
'Base Bid Item (#number)

then try the following formula
=IF($A$10"",SUMIF(INDIRECT("'Base Bid Item (" & ROW

(1:1) & ") '!
$B$11:$B$110"),"L.10*",INDIRECT("'Base Bid Item (" & ROW

(1:1) & ")
'!G$11:G$110"))-
SUMIF(INDIRECT("Item (" & ROW(1:1) & ")
'!$B$11:$B$110"),"=M.11*",INDIRECT("'Base
Bid Item (" & ROW(1:1) & ") '!G$11:G$110")),"")


--
Regards
Frank Kabel
Frankfurt, Germany


Dave W wrote:
how can I copy the following formula down without

having
to change each indiviual sheet reference. I've tried

using
indirect in the formula, but I'm not having any luck. I
have researched various sites and I can't seem to find
anything that will make sense to me.

=IF($A$10"",SUMIF('Base Bid Item (1) '!
$B$11:$B$110,"L.10*",'Base Bid Item (1) '!G$11:G$110)-
SUMIF('Base Bid Item (1) '!$B$11:$B$110,"=M.11*",'Base
Bid Item (1) '!G$11:G$110),"")

Can any one help?


.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Making relative references absolute Shari Worksheet Functions 8 June 30th, 2004 06:43 PM
Absolute cell references Alan Worksheet Functions 1 April 20th, 2004 03:50 PM
Absolute cell references change Frank Kabel Worksheet Functions 6 April 10th, 2004 10:46 PM
Howto: relative & absolute cell references Eric Tubbs Worksheet Functions 3 November 11th, 2003 09:36 PM
shortcut for copying a formula with relative references Shawn Worksheet Functions 4 October 11th, 2003 05:41 PM


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.