OFFSET with divide and multiply operation

xdenama

New Member
Joined
Feb 12, 2016
Messages
39
Office Version
  1. 365
How to write formula
VBA Code:
=A8/B10*100
with add OFFSET function like this 
=OFFSET(A8/B10*100),,,28,)* not working
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
A8/B10*100 is a value. You can offset a reference, but you can't offset a value.

Perhaps you can explain what you are trying to do? Your formula doesn't make any sense.
 
Upvote 0
A8/B10*100 is a value. You can offset a reference, but you can't offset a value.

Perhaps you can explain what you are trying to do? Your formula doesn't make any sense.
Actulally, I want to auto draging this formula for 28 row below without manually drag the formula.
A8/B10*100
 
Upvote 0
I'm still not clear what you're doing. Why can't you drag down for 28 rows?

Did you know that you can select a cell and double click the bottom right hand corner to copy down a formula down the length of the previous column?

Are you perhaps looking for VBA code?
 
Upvote 0

Forum statistics

Threads
1,214,902
Messages
6,122,161
Members
449,069
Latest member
msilva74

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