Dragging Formula

cjpascoe1

New Member
Joined
Nov 30, 2017
Messages
18
Property Name
[TABLE="width: 795"]
<colgroup><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Unit Mix[/TD]
[TD="colspan: 2"]Rent $[/TD]
[TD="colspan: 2"]Square Foot[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD="colspan: 6"] [/TD]
[/TR]
[TR]
[TD]Studio[/TD]
[TD="colspan: 2"] D8[/TD]
[TD="colspan: 2"] H8[/TD]
[TD][/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1 Bed, 1 Bath[/TD]
[TD="colspan: 2"] D9[/TD]
[TD="colspan: 2"] H9[/TD]
[TD][/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1 Bed, 1.5 Bath[/TD]
[TD="colspan: 2"] D10[/TD]
[TD="colspan: 2"] H11[/TD]
[TD][/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1 Bed, 2 Bath[/TD]
[TD="colspan: 2"] D11[/TD]
[TD="colspan: 2"] H13

[/TD]
[TD][/TD]
[TD] [/TD]
[/TR]
</tbody>[/TABLE]

Property Name
[TABLE="width: 795"]
<colgroup><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Unit Mix[/TD]
[TD="colspan: 2"]Rent $[/TD]
[TD="colspan: 2"]Square Foot[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD="colspan: 6"] [/TD]
[/TR]
[TR]
[TD]Studio[/TD]
[TD="colspan: 2"] D47[/TD]
[TD="colspan: 2"] H47[/TD]
[TD][/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1 Bed, 1 Bath[/TD]
[TD="colspan: 2"] D48[/TD]
[TD="colspan: 2"] H48[/TD]
[TD][/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1 Bed, 1.5 Bath[/TD]
[TD="colspan: 2"] D49[/TD]
[TD="colspan: 2"] H49[/TD]
[TD][/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1 Bed, 2 Bath[/TD]
[TD="colspan: 2"] D50[/TD]
[TD="colspan: 2"] H50

[/TD]
[/TR]
</tbody>[/TABLE]

This is my example, i need to find a way so that at the bottom of the my spreadsheet i show this

[TABLE="width: 163"]
<tbody>[TR]
[TD="class: xl65, width: 79"]Studio Rent [/TD]
[TD="class: xl65, width: 84"]Studio SF

[/TD]
[/TR]
</tbody>[/TABLE]
=D8 =F8
=D47 =F47
=D86 =F86



How Can i drag down this formula so the bottom shows just the cells i want, normally on a drag down formula it just reselectsthe first cells and won't skip the 39 rows I want it to. It need to drag down skipping 39 rows
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
In short, you can't. But there are solutions:

If you just need to do it once, you can copy and paste formulas without the cell references changing by:
1. Highlight the formula in the formula bar by manually clicking and dragging with your cursor
2. Copy (Ctrl + C), then hit Esc
3. Select the cell under "Studio Rent" box and Paste (Ctrl + V).

If you need to do this regularly, you could easily record a macro to do this.
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,324
Members
452,635
Latest member
laura12345

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