Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
TimT
 
Posts: n/a
Default Copy a formula across for row references

Here's what should be a simple formula that is giving me grief and costing me
time.
I have a bunch of formulas that reference cells on other worksheets.
What I'm did was I set up this workpaper workbook that will ultimately piece
together an import .dif file for some tax software.
The sheet that will become the .dif file is linked to a bunch of tables
throughout the workbook. Buty the tables on the .dif sheet are transposed
(rows are now columns and so on..) because of the way the import template is
setup.
I would just set up simple links - however if the source cell is null i want
it to return "" nothing instead of "0" so I wrote the following formula:

=IF('B-1'!B11="","",'B-1'!B11)

Herein lyes my dilema. I would like to copy this formula across and only
have the "11" in the B11s to increase. I've tried numerous combinations of F4
with $B$11, $B11 and so on and when I copy across it does not change. If I
don't use F4 on the cell refernce then it increases like C11, D11...

Any advise?? Please??
  #2   Report Post  
PC
 
Posts: n/a
Default

Replace the reference to 'B-1'!B11 with

OFFSET('B-1'!$B$10,COLUMN(A1),0)

This will copy increment the rows as you copy across.

"TimT" wrote in message
...
Here's what should be a simple formula that is giving me grief and costing

me
time.
I have a bunch of formulas that reference cells on other worksheets.
What I'm did was I set up this workpaper workbook that will ultimately

piece
together an import .dif file for some tax software.
The sheet that will become the .dif file is linked to a bunch of tables
throughout the workbook. Buty the tables on the .dif sheet are transposed
(rows are now columns and so on..) because of the way the import template

is
setup.
I would just set up simple links - however if the source cell is null i

want
it to return "" nothing instead of "0" so I wrote the following formula:

=IF('B-1'!B11="","",'B-1'!B11)

Herein lyes my dilema. I would like to copy this formula across and only
have the "11" in the B11s to increase. I've tried numerous combinations of

F4
with $B$11, $B11 and so on and when I copy across it does not change. If I
don't use F4 on the cell refernce then it increases like C11, D11...

Any advise?? Please??



  #3   Report Post  
TimT
 
Posts: n/a
Default

You da man! ..or woman, I don't know, I can't tell by "PC" but thank you so
much!

"PC" wrote:

Replace the reference to 'B-1'!B11 with

OFFSET('B-1'!$B$10,COLUMN(A1),0)

This will copy increment the rows as you copy across.

"TimT" wrote in message
...
Here's what should be a simple formula that is giving me grief and costing

me
time.
I have a bunch of formulas that reference cells on other worksheets.
What I'm did was I set up this workpaper workbook that will ultimately

piece
together an import .dif file for some tax software.
The sheet that will become the .dif file is linked to a bunch of tables
throughout the workbook. Buty the tables on the .dif sheet are transposed
(rows are now columns and so on..) because of the way the import template

is
setup.
I would just set up simple links - however if the source cell is null i

want
it to return "" nothing instead of "0" so I wrote the following formula:

=IF('B-1'!B11="","",'B-1'!B11)

Herein lyes my dilema. I would like to copy this formula across and only
have the "11" in the B11s to increase. I've tried numerous combinations of

F4
with $B$11, $B11 and so on and when I copy across it does not change. If I
don't use F4 on the cell refernce then it increases like C11, D11...

Any advise?? Please??




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
copy formula referencing sheet name to another sheet Tat Excel Worksheet Functions 1 June 26th 05 03:00 AM
reminder notifications in a column L Mieth Excel Discussion (Misc queries) 6 June 10th 05 11:00 AM
copy formula and get value instead Doris Excel Discussion (Misc queries) 1 June 8th 05 02:29 PM
How do you copy a formula without incrementing some constants? JohnT Excel Worksheet Functions 2 February 18th 05 11:09 AM
Formula copy D Excel Worksheet Functions 1 November 24th 04 08:54 PM


All times are GMT +1. The time now is 08:13 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"