Linking a formula function between sheets

Paulcassin

New Member
Joined
Oct 25, 2018
Messages
6
I am attempting to insert a formula function from one sheet to another. I have inserted the formula into the destination sheet. It’s works fine for the first cell. When I drop the formula down the column the dollarised amounts used in the formula spreadsheets ‘scatters’ . What I mean is when a dollarised cell in the origin sheet say B3 is inserted into the destination sheet it transfers as C4 and the incorrect answer appears. Anyone got any ideas?
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Hello,

Are you talking about ' absolute reference ' ...???

Why don't you ... at the very least ... post your formula ..???
 
Upvote 0
ok here they are:

=IF(B4<=$F$4,$F$4*$G$5,IF(AND(B4>$F$4,B4<=$F$8),$F$4*$G$5+(B4-$F$4)*$H$4,IF(AND(B4>100,B4<=1000),$F$4*$J$9+($B$4-$F$4)*H9)))

AND

=IF(B4<=$F$4,$F$4*$G$4,IF(AND(B4>$F$4,B4<=F8),$F$4*$G$4+(B4-$F$4)*$I$4,IF(AND(B4>$E$9,B4<=$F$9),$F$4*$K$9+(($B$4-$F$4)*$I$9))))

In my formula spredsheet if B4 is 100KM it computes the correct prices $325 and $225.

When the formulas are inserted in the other sheet and then dropped down the column the results produced are incorrect.

Hope you can help
 
Upvote 0
Hello,

For all your absolute references ... you do need to add the sheet name ... such as

Code:
=Sheet1!$F$4

Hope this will help
 
Upvote 0

Forum statistics

Threads
1,216,036
Messages
6,128,432
Members
449,452
Latest member
Chris87

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top