Updating a status

TheRins3r

New Member
Joined
Dec 12, 2016
Messages
28
Office Version
  1. 365
Platform
  1. Windows
Looking for help with the below....


Basically,

I want to track the status of an item.

If i am to enter a date lets say in column C which is titled " Item setup date" i would like the status in column B to automatically change of i enter that date.
But again, if i enter data further down the line in another column. Column E "Sales order received", i want the status to update again to reflect the new update.

Whats the best approach, IF statements?
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
A cell can contain a formula or a value, not both.
Formulas cannot change other cells, they can be the result of other cells though.

So if you type a status into column B and later want it to be the result of you entering something into column C, you cant do that witha formula, you need VBA for that.

For the value in column B to "change" as you've said, it's not clear how the previous value got into B in the first place, I presume by you entering it, therefore you would need VBA as described above.
 
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,850
Members
449,051
Latest member
excelquestion515

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