Hi, this is what I need :
In a list (of variable length), a user can enter some info in cell A1. However, if he does so, it should be compulsory that he enters additional info in cells B1 and C1.
What I think of, is that the system reacts as soon as user has entered something in A1 and then tries to enter info in any other cell before having completed B1 and C1. The reaction would be a message box which can be removed by pressing the "OK" button in the box, enabling the user to then enter something in the required cells. User should not be able to continue before having completed both B1 and C1 - or deleted A1 again.
E.g. if a user enters a price in A1, system should force him to enter the currency (USD, EUR,...) in B1 and the lead time in C1.
Not to make things too complicated, I think it's ok if this works for the entire column (Row1 through Row 10000000...)
How do I do this ?
Thanks in advance !
In a list (of variable length), a user can enter some info in cell A1. However, if he does so, it should be compulsory that he enters additional info in cells B1 and C1.
What I think of, is that the system reacts as soon as user has entered something in A1 and then tries to enter info in any other cell before having completed B1 and C1. The reaction would be a message box which can be removed by pressing the "OK" button in the box, enabling the user to then enter something in the required cells. User should not be able to continue before having completed both B1 and C1 - or deleted A1 again.
E.g. if a user enters a price in A1, system should force him to enter the currency (USD, EUR,...) in B1 and the lead time in C1.
Not to make things too complicated, I think it's ok if this works for the entire column (Row1 through Row 10000000...)
How do I do this ?
Thanks in advance !
Last edited: