Auto Populate (Specific Purpose): Fill small tables with fixed header titles with data from organized cells

msew1234

New Member
Joined
Mar 11, 2018
Messages
7
Hello,

I hope you are all well,

Problem:
I have this table (for example):

I want to fill above source data into small forms / pattern / tables like this picture below, so I can be able to print them like that,

What would be the solution, as I tried auto fill and it did not help?

Thanks
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Use sheets(1).select and sheets(2).select to jump between the sheets as needed

And if I want them to be changeable (not to be just copy and paste) (meaning that if I changed the degree cell in Sheet 1 it changes in sheet 2 related cell)...

the question In another way, can I loop on the formula like this (as I imagine)

[TABLE="class: cms_table, width: 914"]
<tbody>[TR]
[TD="colspan: 3"]Worksheets("Sheet").Cells(N + 1, 1) = Worksheets("SheetAll").Formula(J,1)


[/TD]
[/TR]
</tbody>[/TABLE]
----------------------------------------------------------------
 
Upvote 0
Never Mind, your idea works fine,

Thanks for your great efforts and your help,


It is first time for me to deal with Macros and you have taught me a lot,
and I have had good experience..

My Kind Regards,

Please, I will post/link your solution on SuperUser question, If you don not mind....
 
Upvote 0
I don't mind. Where I referred to "PERCENTAGE" in the macro, you could refer instead to the cell reference that contains PERCENTAGE, then if you changed it to another word, it would use that word instead. Simple macros with loops are very powerful.
 
Upvote 0

Forum statistics

Threads
1,223,133
Messages
6,170,294
Members
452,319
Latest member
clblobrta

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