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

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
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,215,347
Messages
6,124,421
Members
449,157
Latest member
mytux

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