Keeping cell constant when formula is from another worksheet

twalker7

New Member
Joined
Jul 24, 2018
Messages
5
I have a formula that needs to be applied to an entire column. It is doing a calculation with information from an other worksheet. How do I use the $ to keep the cell information from the other worksheet constant. For example, here is the formula:

=V5*0.01*Slider_work!B5+Slider_work!B2

The V5 represents the column that will change. The Slider_work!B5 and Slider_work!B2 need to remain constant. I am sure this is an easy answer but prefer to ask the experienced folks here than google for 30 min. Thank you for your help!
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
If you use the formula =V$5*0.01*Slider_work!$B$5+Slider_work!$B$2

the V5 will change as it is dragged horizontaly, the other references will not change.
 
Upvote 0
If you use the formula =V$5*0.01*Slider_work!$B$5+Slider_work!$B$2

the V5 will change as it is dragged horizontaly, the other references will not change.

Now, I would like to only apply the formula to cells that have something in the V column. If cell V8 does not have anything in it then I would like it left blank. It seems I could accomplish this with an IF THEN formula but what I tried did not work. Basically, I want to say:


IF V$5 is > 1 then *0.01*slider_work!$b$5+slider_work!$B$2 otherwise blank

Any ideas?
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,192
Members
449,072
Latest member
DW Draft

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