Hi,
We have a user form in processing sales orders, consisting of 4 drop down lists to categorise the sale.
Sometimes a list selection is inadvertently missed, and the previous order's selection
remains, leading to errors in the processing.
I would like to create a fail safe system, whereby the user is warned that a selection has not been made, for example, by an adjacent cell displaying a message "input required", and the message changes to "" (that is, a blank cell), once a selection has been made.
How could I make an If statement for the adjacent cell, based on a selection being made from the drop down list ?