Skip one row when dragging from other sheet

revinob

New Member
Joined
May 3, 2022
Messages
1
Office Version
  1. 2019
Platform
  1. Windows
Hello everyone, i need help

I want to autofill drag down data from other sheet but skip every 1 row

I.e
On Sheet1
D5 = Sheet2!B2
D6 = Skip
D7 = Sheet2!B3
D8 = Skip
D9 = Sheet2!B4

On sheet2
B2
B3
B4
B5

Thank you
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
MrExcelPlayground8 (version 1).xlsb
BCD
2A
3B
4C
5DA
6E 
7FB
8G 
9HC
10I 
11JD
12 
13E
14 
15F
16 
17G
18 
19H
20 
21I
22 
23J
Sheet17
Cell Formulas
RangeFormula
D5:D23D5=IF(ISODD(ROW(D5)),INDEX($B$2:$B$11,(ROW(D5)-ROW(D$4)+1)/2,1),"")
 
Upvote 0

Forum statistics

Threads
1,215,443
Messages
6,124,890
Members
449,194
Latest member
JayEggleton

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