Shifting Cells or something similar

kenny_cohen

New Member
Joined
Jul 14, 2014
Messages
1
OK, so this might be a weird question, I'm not sure it is doable through a formula, possibly a macro but I'm curious to see your opinions. So I have a list of users, items and prices, but for some users they didn't buy an item. So on the next sheet I just want a list that goes through what they bought. So the first table is the like the sheet I have and the second table is what I want the new sheet to read.

UserItemPriceItemPrice
BobApple2Orange1
BillOrange1
MichaelApple2

<tbody>
</tbody>

UserItemPriceItemPrice
BobApple2Orange1
BillOrange1
MichaelApple2

<tbody>
</tbody>
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
This solution is only practical if the list is short

- on the "Bill" row select the 2 blank cells next to the word "Bill"
- right click
- select delete then "shift left"


Otherwise you will need a macro
 
Upvote 0

Forum statistics

Threads
1,217,385
Messages
6,136,276
Members
450,001
Latest member
KWeekley08

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