Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
ksr
 
Posts: n/a
Default Auto fill of formula

I can not get my auto fill to work. I will give you example of my formula
=SUM('H:\Sales Reports for 2005\[Personal Lines Sales Report 2005.xls]2005
YTD TOTALS'!$B$2,'H:\Sales Reports for 2005\[Mark Lacher Sales Report
2005.xls]2005 YTD TOTALS'!$B$2,'H:\Sales Reports for 2005\[Maura Derstein
Sales Report 2005.xls]2005 YTD TOTALS'!$B$2,'[Mark Derstine Sales Report
2005.xls]2005 YTD TOTALS'!$B$2)
-- I would like to drag this formuala down a column and have the Cell to
increase by one for example:
=SUM('H:\Sales Reports for 2005\[Mark Lacher Sales Report 2005.xls]2005 YTD
TOTALS'!$B$3,'H:\Sales Reports for 2005\[Personal Lines Sales Report
2005.xls]2005 YTD TOTALS'!$B$3,'H:\Sales Reports for 2005\[Maura Derstein
Sales Report 2005.xls]2005 YTD TOTALS'!$B$3,'[Mark Derstine Sales Report
2005.xls]2005 YTD TOTALS'!$B$3)
I don't know why it it notting adding the one.
Thank you
karenr
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
try:
=SUM('H:\Sales Reports for 2005\[Personal Lines Sales Report 2005.xls]2005
YTD TOTALS'!$B2,'H:\Sales Reports for 2005\[Mark Lacher Sales Report
2005.xls]2005 YTD TOTALS'!$B2,'H:\Sales Reports for 2005\[Maura Derstein
Sales Report 2005.xls]2005 YTD TOTALS'!$B2,'[Mark Derstine Sales Report
2005.xls]2005 YTD TOTALS'!$B2)

--
Regards
Frank Kabel
Frankfurt, Germany

ksr wrote:
I can not get my auto fill to work. I will give you example of my
formula =SUM('H:\Sales Reports for 2005\[Personal Lines Sales Report
2005.xls]2005 YTD TOTALS'!$B$2,'H:\Sales Reports for 2005\[Mark
Lacher Sales Report 2005.xls]2005 YTD TOTALS'!$B$2,'H:\Sales Reports
for 2005\[Maura Derstein Sales Report 2005.xls]2005 YTD
TOTALS'!$B$2,'[Mark Derstine Sales Report 2005.xls]2005 YTD
TOTALS'!$B$2) -- I would like to drag this formuala down a column and
have the Cell to increase by one for example:
=SUM('H:\Sales Reports for 2005\[Mark Lacher Sales Report
2005.xls]2005 YTD TOTALS'!$B$3,'H:\Sales Reports for 2005\[Personal
Lines Sales Report 2005.xls]2005 YTD TOTALS'!$B$3,'H:\Sales Reports
for 2005\[Maura Derstein Sales Report 2005.xls]2005 YTD
TOTALS'!$B$3,'[Mark Derstine Sales Report 2005.xls]2005 YTD
TOTALS'!$B$3)
I don't know why it it notting adding the one.
Thank you
karenr



  #3   Report Post  
JulieD
 
Posts: n/a
Default

Hi ksr

in the formula you are filling down you have absolute references
$B$2
if you want the 2 to change to a 3 you need to remove the $
e.g.
$B2

Cheers
JulieD

"ksr" wrote in message
...
I can not get my auto fill to work. I will give you example of my formula
=SUM('H:\Sales Reports for 2005\[Personal Lines Sales Report 2005.xls]2005
YTD TOTALS'!$B$2,'H:\Sales Reports for 2005\[Mark Lacher Sales Report
2005.xls]2005 YTD TOTALS'!$B$2,'H:\Sales Reports for 2005\[Maura Derstein
Sales Report 2005.xls]2005 YTD TOTALS'!$B$2,'[Mark Derstine Sales Report
2005.xls]2005 YTD TOTALS'!$B$2)
-- I would like to drag this formuala down a column and have the Cell to
increase by one for example:
=SUM('H:\Sales Reports for 2005\[Mark Lacher Sales Report 2005.xls]2005
YTD
TOTALS'!$B$3,'H:\Sales Reports for 2005\[Personal Lines Sales Report
2005.xls]2005 YTD TOTALS'!$B$3,'H:\Sales Reports for 2005\[Maura Derstein
Sales Report 2005.xls]2005 YTD TOTALS'!$B$3,'[Mark Derstine Sales Report
2005.xls]2005 YTD TOTALS'!$B$3)
I don't know why it it notting adding the one.
Thank you
karenr



  #4   Report Post  
ksr
 
Posts: n/a
Default

Yes that worked. IF I want the B to change to a C do I remove $ as well

"JulieD" wrote:

Hi ksr

in the formula you are filling down you have absolute references
$B$2
if you want the 2 to change to a 3 you need to remove the $
e.g.
$B2

Cheers
JulieD

"ksr" wrote in message
...
I can not get my auto fill to work. I will give you example of my formula
=SUM('H:\Sales Reports for 2005\[Personal Lines Sales Report 2005.xls]2005
YTD TOTALS'!$B$2,'H:\Sales Reports for 2005\[Mark Lacher Sales Report
2005.xls]2005 YTD TOTALS'!$B$2,'H:\Sales Reports for 2005\[Maura Derstein
Sales Report 2005.xls]2005 YTD TOTALS'!$B$2,'[Mark Derstine Sales Report
2005.xls]2005 YTD TOTALS'!$B$2)
-- I would like to drag this formuala down a column and have the Cell to
increase by one for example:
=SUM('H:\Sales Reports for 2005\[Mark Lacher Sales Report 2005.xls]2005
YTD
TOTALS'!$B$3,'H:\Sales Reports for 2005\[Personal Lines Sales Report
2005.xls]2005 YTD TOTALS'!$B$3,'H:\Sales Reports for 2005\[Maura Derstein
Sales Report 2005.xls]2005 YTD TOTALS'!$B$3,'[Mark Derstine Sales Report
2005.xls]2005 YTD TOTALS'!$B$3)
I don't know why it it notting adding the one.
Thank you
karenr




  #5   Report Post  
Gord Dibben
 
Posts: n/a
Default

ksr

Yes that worked. IF I want the B to change to a C do I remove $ as well


If you are dragging across a row........Yes.

If dragging down a column........the B won't change in spite of removing the $
from $B

Gord Dibben Excel MVP



On Wed, 15 Dec 2004 07:01:05 -0800, ksr wrote:


"JulieD" wrote:

Hi ksr

in the formula you are filling down you have absolute references
$B$2
if you want the 2 to change to a 3 you need to remove the $
e.g.
$B2

Cheers
JulieD

"ksr" wrote in message
...
I can not get my auto fill to work. I will give you example of my formula
=SUM('H:\Sales Reports for 2005\[Personal Lines Sales Report 2005.xls]2005
YTD TOTALS'!$B$2,'H:\Sales Reports for 2005\[Mark Lacher Sales Report
2005.xls]2005 YTD TOTALS'!$B$2,'H:\Sales Reports for 2005\[Maura Derstein
Sales Report 2005.xls]2005 YTD TOTALS'!$B$2,'[Mark Derstine Sales Report
2005.xls]2005 YTD TOTALS'!$B$2)
-- I would like to drag this formuala down a column and have the Cell to
increase by one for example:
=SUM('H:\Sales Reports for 2005\[Mark Lacher Sales Report 2005.xls]2005
YTD
TOTALS'!$B$3,'H:\Sales Reports for 2005\[Personal Lines Sales Report
2005.xls]2005 YTD TOTALS'!$B$3,'H:\Sales Reports for 2005\[Maura Derstein
Sales Report 2005.xls]2005 YTD TOTALS'!$B$3,'[Mark Derstine Sales Report
2005.xls]2005 YTD TOTALS'!$B$3)
I don't know why it it notting adding the one.
Thank you
karenr







  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rothman
 
Posts: n/a
Default Auto fill of formula

Is there a way of tweaking Excel temporarily so columns increase as you drag
down?

"Gord Dibben" wrote:

ksr

Yes that worked. IF I want the B to change to a C do I remove $ as well


If you are dragging across a row........Yes.

If dragging down a column........the B won't change in spite of removing the $
from $B

Gord Dibben Excel MVP



On Wed, 15 Dec 2004 07:01:05 -0800, ksr wrote:


"JulieD" wrote:

Hi ksr

in the formula you are filling down you have absolute references
$B$2
if you want the 2 to change to a 3 you need to remove the $
e.g.
$B2

Cheers
JulieD

"ksr" wrote in message
...
I can not get my auto fill to work. I will give you example of my formula
=SUM('H:\Sales Reports for 2005\[Personal Lines Sales Report 2005.xls]2005
YTD TOTALS'!$B$2,'H:\Sales Reports for 2005\[Mark Lacher Sales Report
2005.xls]2005 YTD TOTALS'!$B$2,'H:\Sales Reports for 2005\[Maura Derstein
Sales Report 2005.xls]2005 YTD TOTALS'!$B$2,'[Mark Derstine Sales Report
2005.xls]2005 YTD TOTALS'!$B$2)
-- I would like to drag this formuala down a column and have the Cell to
increase by one for example:
=SUM('H:\Sales Reports for 2005\[Mark Lacher Sales Report 2005.xls]2005
YTD
TOTALS'!$B$3,'H:\Sales Reports for 2005\[Personal Lines Sales Report
2005.xls]2005 YTD TOTALS'!$B$3,'H:\Sales Reports for 2005\[Maura Derstein
Sales Report 2005.xls]2005 YTD TOTALS'!$B$3,'[Mark Derstine Sales Report
2005.xls]2005 YTD TOTALS'!$B$3)
I don't know why it it notting adding the one.
Thank you
karenr





  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David McRitchie
 
Posts: n/a
Default Auto fill of formula

I suppose you could do wonderful things with a macro.

Why is it necessary to restore the formulas back to absolute references.
Another possibility might be the use of OFFSET. using the row number
to offset.
=OFFSET(Sheet4$H$3,ROW()-1,0)
--
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Rothman" wrote in message ...
Is there a way of tweaking Excel temporarily so columns increase as you drag
down?

"Gord Dibben" wrote:

ksr

Yes that worked. IF I want the B to change to a C do I remove $ as well


If you are dragging across a row........Yes.

If dragging down a column........the B won't change in spite of removing the $
from $B

Gord Dibben Excel MVP



On Wed, 15 Dec 2004 07:01:05 -0800, ksr wrote:


"JulieD" wrote:

Hi ksr

in the formula you are filling down you have absolute references
$B$2
if you want the 2 to change to a 3 you need to remove the $
e.g.
$B2

Cheers
JulieD

"ksr" wrote in message
...
I can not get my auto fill to work. I will give you example of my formula
=SUM('H:\Sales Reports for 2005\[Personal Lines Sales Report 2005.xls]2005
YTD TOTALS'!$B$2,'H:\Sales Reports for 2005\[Mark Lacher Sales Report
2005.xls]2005 YTD TOTALS'!$B$2,'H:\Sales Reports for 2005\[Maura Derstein
Sales Report 2005.xls]2005 YTD TOTALS'!$B$2,'[Mark Derstine Sales Report
2005.xls]2005 YTD TOTALS'!$B$2)
-- I would like to drag this formuala down a column and have the Cell to
increase by one for example:
=SUM('H:\Sales Reports for 2005\[Mark Lacher Sales Report 2005.xls]2005
YTD
TOTALS'!$B$3,'H:\Sales Reports for 2005\[Personal Lines Sales Report
2005.xls]2005 YTD TOTALS'!$B$3,'H:\Sales Reports for 2005\[Maura Derstein
Sales Report 2005.xls]2005 YTD TOTALS'!$B$3,'[Mark Derstine Sales Report
2005.xls]2005 YTD TOTALS'!$B$3)
I don't know why it it notting adding the one.
Thank you
karenr







  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rothman
 
Posts: n/a
Default Auto fill of formula

Thanks for your help; OFFSET does the trick.

"David McRitchie" wrote:

I suppose you could do wonderful things with a macro.

Why is it necessary to restore the formulas back to absolute references.
Another possibility might be the use of OFFSET. using the row number
to offset.
=OFFSET(Sheet4$H$3,ROW()-1,0)
--
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Rothman" wrote in message ...
Is there a way of tweaking Excel temporarily so columns increase as you drag
down?

"Gord Dibben" wrote:

ksr

Yes that worked. IF I want the B to change to a C do I remove $ as well

If you are dragging across a row........Yes.

If dragging down a column........the B won't change in spite of removing the $
from $B

Gord Dibben Excel MVP



On Wed, 15 Dec 2004 07:01:05 -0800, ksr wrote:


"JulieD" wrote:

Hi ksr

in the formula you are filling down you have absolute references
$B$2
if you want the 2 to change to a 3 you need to remove the $
e.g.
$B2

Cheers
JulieD

"ksr" wrote in message
...
I can not get my auto fill to work. I will give you example of my formula
=SUM('H:\Sales Reports for 2005\[Personal Lines Sales Report 2005.xls]2005
YTD TOTALS'!$B$2,'H:\Sales Reports for 2005\[Mark Lacher Sales Report
2005.xls]2005 YTD TOTALS'!$B$2,'H:\Sales Reports for 2005\[Maura Derstein
Sales Report 2005.xls]2005 YTD TOTALS'!$B$2,'[Mark Derstine Sales Report
2005.xls]2005 YTD TOTALS'!$B$2)
-- I would like to drag this formuala down a column and have the Cell to
increase by one for example:
=SUM('H:\Sales Reports for 2005\[Mark Lacher Sales Report 2005.xls]2005
YTD
TOTALS'!$B$3,'H:\Sales Reports for 2005\[Personal Lines Sales Report
2005.xls]2005 YTD TOTALS'!$B$3,'H:\Sales Reports for 2005\[Maura Derstein
Sales Report 2005.xls]2005 YTD TOTALS'!$B$3,'[Mark Derstine Sales Report
2005.xls]2005 YTD TOTALS'!$B$3)
I don't know why it it notting adding the one.
Thank you
karenr








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
Formula to count the cells in a range that have a fill color. Slainteva Excel Discussion (Misc queries) 2 January 19th 05 08:25 PM
Formula to count the cells in a range that have a fill color. Molly F Excel Discussion (Misc queries) 2 January 19th 05 06:15 PM
Auto fill box sue t Excel Discussion (Misc queries) 3 January 13th 05 05:51 PM
Auto Fill Options Patti B Excel Discussion (Misc queries) 3 December 9th 04 12:49 AM
Formula Fill properties vfalzone Excel Worksheet Functions 2 November 12th 04 01:05 PM


All times are GMT +1. The time now is 10:04 PM.

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

About Us

"It's about Microsoft Excel"