Duplicate Cells If

jhere01

New Member
Joined
Jul 21, 2011
Messages
14
hello, Need help to find a way to duplicate certain cells depending on a value in a cell.
example:
column A shows Qty, column B shows Location, column C, D, E..... will show value of column B depending on QTY in column A.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]QTY[/TD]
[TD]Location[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]181201[/TD]
[TD]181201[/TD]
[TD]181201[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]182411[/TD]
[TD]182411[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]183011[/TD]
[TD]183011[/TD]
[TD]183011[/TD]
[TD]183011[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]184021[/TD]
[TD]184021[/TD]
[TD]184021[/TD]
[TD]184021[/TD]
[TD]184021[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
One option:

=IF(COLUMNS($C$2:C2)-$A2<=0,$B2,"")

Copy across and down.
 
Upvote 0

Forum statistics

Threads
1,223,896
Messages
6,175,263
Members
452,627
Latest member
KitkatToby

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