Change value of a cell by forming a button

mshahbaz

New Member
Joined
Feb 13, 2017
Messages
36
Hi,

[TABLE="width: 500"]
<tbody>[TR]
[TD]Material 01[/TD]
[TD]Step 1[/TD]
[TD]NEXT Button[/TD]
[TD]Other[/TD]
[TD]Other[/TD]
[/TR]
[TR]
[TD]Material 02[/TD]
[TD]Step 3[/TD]
[TD]NEXT Button[/TD]
[TD]Other[/TD]
[TD]Other[/TD]
[/TR]
[TR]
[TD]Material 03[/TD]
[TD]Step 7[/TD]
[TD]NEST Button[/TD]
[TD]Other[/TD]
[TD]Other[/TD]
[/TR]
</tbody>[/TABLE]

In column 2, there is always the status of ongoing material in production.

My question is, if there is a NEXT button in column 3, and when i press it
the step 1 should automatically changes to step 2 and so on.

Shahbaz
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
When you say deletion I believe you mean clearing content.
So if you have "George" in Range("B1") and you want to make sure no one clears the values "George"

Then we use Vba that will give a warning, Or without Vba you can use cell protection.
Click the cell you want to protect. On the ribbon choose "Review" then choose "protect"

And look at the options.
 
Upvote 0

Forum statistics

Threads
1,225,757
Messages
6,186,850
Members
453,379
Latest member
gabriellegonzalez

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