simple condition - if A1=A2 then B1=B2

morag

New Member
Joined
Jan 13, 2005
Messages
20
Should be strightforward, but having mental block today.

I have 2 columns. Column A always has a value. Every second field in ColumnB is blank.

A1: = 25 B1: = <blank>
A2: = 25 B2: = 100
A3: = 30 B3: = <blank>
A4: = 30 B4: = 128

I want to copy the value in B2 to B1 if A2 equals A1.

Thanks for any help.
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Click the header for column B and choose Edit|Go To|Special Blanks. In the Formula Bar type:

=IF(A1=A2,B2,"")

hold down Ctrl and press Enter.
 
Upvote 0

Forum statistics

Threads
1,214,915
Messages
6,122,217
Members
449,074
Latest member
cancansova

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