M
Mark
Hope my topic isn't too confusing.
What I've done is create a drop-down validation list for a row in a
worksheet. What I would like to do is force the entry of the corresponding
value into a particular cell (in that row).
For instance, If a user chooses "61" from the drop down box, they should
only be allowed to type an amount in one of 2 particular cells in the next 2
columns. This is all related to banking. So say someone chooses "61", I
want the dollar amount to force them to input in the "Credit" column and skip
right over the "Debit" column when hitting Tab.
This sheet has about 8 columns of data that needs to be allowed, but I need
to tie this "code" column and whatever value they choose from the drop-down
list to send the entry point to the appropriate column for data entry.
What I've done is create a drop-down validation list for a row in a
worksheet. What I would like to do is force the entry of the corresponding
value into a particular cell (in that row).
For instance, If a user chooses "61" from the drop down box, they should
only be allowed to type an amount in one of 2 particular cells in the next 2
columns. This is all related to banking. So say someone chooses "61", I
want the dollar amount to force them to input in the "Credit" column and skip
right over the "Debit" column when hitting Tab.
This sheet has about 8 columns of data that needs to be allowed, but I need
to tie this "code" column and whatever value they choose from the drop-down
list to send the entry point to the appropriate column for data entry.