Paste value in merged cells to corresponding cells

ceytl

Board Regular
Joined
Jun 6, 2009
Messages
114
Office Version
  1. 2016
Platform
  1. Windows
I have merged cells in column A, and would like to paste the values in each corresponding cell in column B.

Example Cell A1:A5 has value of 402, and I want to paste that same value in cells B1, B2, B3, B4, and B5.

Is there a formula for this, or a VBA script?

Thanks

Book1
ABC
1402402
2402
3402
4402
5402
63905
7
8
9
103080
11
12
13
14
15
16
17
18
19
20
21
22
233023
24
25
26
27
28
29
301109
31
32
331117
34
35
36
37
38
39
40
41
42
43
Sheet1
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
I figured it out:

=IF(A2<>"",A2,B1)
 
Upvote 0
Solution

Forum statistics

Threads
1,215,386
Messages
6,124,628
Members
449,176
Latest member
Dazjlbb

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