Interlase numbers.

serge

Well-known Member
Joined
Oct 8, 2008
Messages
1,417
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

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
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
You're welcome...I'm happy to help.
 
Upvote 0

Forum statistics

Threads
1,216,531
Messages
6,131,209
Members
449,636
Latest member
ajdebm

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