Interlase numbers.

serge

Well-known Member
Joined
Oct 8, 2008
Messages
1,459
Office Version
  1. 2007
Platform
  1. Windows
Hello everyone,

I'm looking for a formula that will interlace 2 columns numbers together.
I have numbers in column B and C and would like to interlace them together in column D.
See example bellow, Thank you.

Capture12.PNG
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Perhaps something like this:
Book1
BCD
3Col1Col2Mix
4ana
5bon
6cpb
7dqo
8c
9p
10d
11q
12 
Sheet1
Cell Formulas
RangeFormula
D4:D12D4=IFERROR(INDEX($B$4:$C$7,INT((ROWS(D$4:D4)-1)/2)+1,MOD(ROWS(D$4:D4)-1,2)+1),"")
 
Upvote 0
Solution
Hi KRice, Thank you for the formula it works very well, really appreciate it.
 
Upvote 0

Forum statistics

Threads
1,226,693
Messages
6,192,465
Members
453,725
Latest member
cvsdatreas

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