Hi,
I need to have a messagebox prompt depending on a cell value.
If cell A20 is NOT "Yes" and the user chooses "Yes" in cell A22, then a message box should prompt saying "This option is only possible by enabling A20" and then if the user presses "Ok" in the message box, then cell A20 should change to "Yes" and cell B20 should change to "1".
If the user chooses "No" in the message box, the A22 cell shall be cleared (empty).
If cell A20 contains "Yes" before choosing anything in A22, then the message box shall not appear.
I need to have a messagebox prompt depending on a cell value.
If cell A20 is NOT "Yes" and the user chooses "Yes" in cell A22, then a message box should prompt saying "This option is only possible by enabling A20" and then if the user presses "Ok" in the message box, then cell A20 should change to "Yes" and cell B20 should change to "1".
If the user chooses "No" in the message box, the A22 cell shall be cleared (empty).
If cell A20 contains "Yes" before choosing anything in A22, then the message box shall not appear.