Need help with a macro please!

LuBurt

New Member
Joined
Apr 22, 2024
Messages
8
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
Hi,
Can someone please help me, I have some data that needs copying to a new workbook, and there's a lot. I will provide screen shots of examples of what I need to do!

I have one workbook, that shows a list of all customers. There are in total, 744 rows in this workbook, meaning 744 customers.
I have another workbook, that shows all items and the price of that item.
For every customer, I need to copy all items and prices for those items alongside the customers internal ID to a new workbook.
Essentially, this means copying an internal ID from one customer pasting it into a new workbook, copying all items and pricing from another workbook and copying that in to the new workbook. This means I will have to do this for every, single, customer. 744 times.

Here is an example of what I mean.
Copy one customer internal ID. For this example, internal ID 355693.
1713781323968.png

Paste this to a new workbook.
1713781397035.png


Then, copy all item names and unit prices for those items.

1713781489121.png


paste to new workbook alongside internal ID.

1713781545980.png




Autofill internal ID.
1713781580603.png


This needs to be done for every single customers internal id we have, so 744 times!

Is there ANYTHING I can do to make this faster/automated?

Thanks!
 

Attachments

  • 1713781375017.png
    1713781375017.png
    2.1 KB · Views: 2
  • 1713781391395.png
    1713781391395.png
    2.1 KB · Views: 2
  • 1713781450286.png
    1713781450286.png
    16.8 KB · Views: 2
=LET(a,A2:A4,b,D2:D5,d,D2:E5, ID,VSTACK(a,""), s,VSTACK(0,SEQUENCE(ROWS(a),,ROWS(b),0)), sc,SCAN(1,s,LAMBDA(a,b,a+b)), x,XLOOKUP(SEQUENCE(SUM(ROWS(a)*(ROWS(b)))),sc,ID,,-1), m,TOCOL(MAKEARRAY(ROWS(a),ROWS(b)*2

This is more concise.
Excel Formula:
=LET(
s,ROUNDUP(SEQUENCE(ROWS(A2:A5)*ROWS(D2:D5))/ROWS(D2:D5),0),
ID,INDEX(A2:A5,s),
Item, INDEX(D2:D5,s),
price, INDEX(E2:E5,s),
HSTACK(ID,Item,price))
I haven't managed to get this to work. For the sake of convenience, I moved everything to one single workbook, as you did so in your example. Not having much luck!
 
Upvote 0

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
I haven't managed to get this to work. For the sake of convenience, I moved everything to one single workbook, as you did so in your example. Not having much luck!
I don't see what you're putting in so I can't comment. It's most likely you aren't referencing the ranges correctly.
 
Upvote 0
See if the below helps.
Rich (BB code):
=LET(
s,ROUNDUP(SEQUENCE(ROWS(INTERNAL ID)*ROWS(ITEM NAME))/ROWS(ITEM NAME),0),
ID,INDEX(INTERNAL ID,s),
Item, INDEX(ITEM NAME,s),
price, INDEX(PRICE,s),
HSTACK(ID,Item,price))
 
Upvote 0
I don't see what you're putting in so I can't comment. It's most likely you aren't reference the ranges correctly.
This is probably it, I'm not great with Excel - sorry.
See if the below helps.
Rich (BB code):
=LET(
s,ROUNDUP(SEQUENCE(ROWS(INTERNAL ID)*ROWS(ITEM NAME))/ROWS(ITEM NAME),0),
ID,INDEX(INTERNAL ID,s),
Item, INDEX(ITEM NAME,s),
price, INDEX(PRICE,s),
HSTACK(ID,Item,price))
Sorry, not great with Excel. Let me show you, that might help.

A1 + all of D + E columns.
A1 then duplicates itself to match

Then the same for A2, A3, A4 - until the end (A645)

sorry if im not much help with this, it's painful! :(





Untitled-min.jpg
 
Upvote 0
This is probably it, I'm not great with Excel - sorry.

Sorry, not great with Excel. Let me show you, that might help.

A1 + all of D + E columns.
A1 then duplicates itself to match

Then the same for A2, A3, A4 - until the end (A645)

sorry if im not much help with this, it's painful! :(





View attachment 110332
We can forget entirely about column B, the company name does NOT need to be there, only the internal id, the price of the item and the item name.
 
Upvote 0
I don't know the last row of your column D and E. Adjust to the last row. Try:
Excel Formula:
=LET(
a,A1:A645,b,D1:D645,c,E1:E645,
s,ROUNDUP(SEQUENCE(ROWS(a)*ROWS(b))/ROWS(b),0),
ss,MOD(SEQUENCE(ROWS(a)*ROWS(b),,0),ROWS(b))+1,
ID,INDEX(a,s),
Item, INDEX(b,ss),
price, INDEX(c,ss),
HSTACK(ID,Item,price))
 
Upvote 0
Solution
I don't know the last row of your column D and E. Adjust to the last row. Try:
Excel Formula:
=LET(
a,A1:A645,b,D1:D645,c,E1:E645,
s,ROUNDUP(SEQUENCE(ROWS(a)*ROWS(b))/ROWS(b),0),
ss,MOD(SEQUENCE(ROWS(a)*ROWS(b),,0),ROWS(b))+1,
ID,INDEX(a,s),
Item, INDEX(b,ss),
price, INDEX(c,ss),
HSTACK(ID,Item,price))
Amazing! It worked perfectly. Thank you so much for your help! :)
 
Upvote 0

Forum statistics

Threads
1,215,523
Messages
6,125,318
Members
449,218
Latest member
Excel Master

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