Help with generating a list/table/array with info entered

Ivn68

Board Regular
Joined
Aug 21, 2015
Messages
82
all this info would be entered into a table/array
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]R[/TD]
[TD]x[/TD]
[TD]201[/TD]
[TD]x[/TD]
[TD]202[/TD]
[TD]x[/TD]
[TD]203[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]R[/TD]
[TD][/TD]
[TD]506[/TD]
[TD][/TD]
[TD]508[/TD]
[TD]x[/TD]
[TD]510[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

and then i want to activate a button and check if the x is in the box then generate a whole new list/table/array and the out come will look something like this

[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]R
[/TD]
[TD]201[/TD]
[TD]202[/TD]
[TD]203[/TD]
[/TR]
[TR]
[TD]R[/TD]
[TD]201[/TD]
[TD]202[/TD]
[TD]203[/TD]
[/TR]
[TR]
[TD]R[/TD]
[TD]201[/TD]
[TD]202[/TD]
[TD]203[/TD]
[/TR]
[TR]
[TD]R[/TD]
[TD]201[/TD]
[TD]202[/TD]
[TD]203[/TD]
[/TR]
[TR]
[TD]R[/TD]
[TD]506[/TD]
[TD]508[/TD]
[TD]510[/TD]
[/TR]
[TR]
[TD]R[/TD]
[TD]506[/TD]
[TD]508[/TD]
[TD]510[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]



Where it is bold and underlined i would probably like to like fill in the cell with a color

any help would be greatly appreciated
thnx
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
What the logic when you have just have 1 201, 202, 203, 506, 508 and 510 the results is repeat 3 and 2 times?
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,178
Members
453,021
Latest member
Justyna P

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