How can I auto fill conditionally

Shubdek

New Member
Joined
Jun 29, 2023
Messages
2
Office Version
  1. 2019
Platform
  1. Windows
  2. Web
I want to to get the data of B3 first then data of B8 then of B13. See B is constant but and there is some 5 number of gap. So, what I want if i drag B3 I should get B13 but If I drag vertically I get C3 data so what should I do to get the data of B8
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
I'm not at all sure I understand what you want. But the formula in C3 here can be dragged down vertically and fill first with B3, then B8, B13,B18...
MrExcelPlayground18.xlsx
BC
3AA
4B
5C
6D
7
8B
9
10
11
12
13C
14
15
16
17
18D
Sheet15
Cell Formulas
RangeFormula
C3:C6C3=OFFSET(B$3,(ROW(C3)-ROW(C$3))*5,0)
 
Upvote 0

Forum statistics

Threads
1,216,731
Messages
6,132,394
Members
449,725
Latest member
Enero1

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