How to move to next cell by entering data-not using Enter key.

J

johnexcel

I am using ms excel to enter data, 1 for Yes and 2 for No, for 30
items/questions listed successively in column A. The data is the
tallied on another excel page. However, I would like to have the entr
of 1 or 2 provide the jump to the next cell down ( each time1 or 2 i
entered) rather than have to always press enter key to go to the nex
cell. Any ideas how to proceed
 
F

FSt1

hi,
it would be nice but i'm afraid you wont be able to do that.
when you enter data in a cell, the cell goes to edit mode. it stays in edit
move until an event happens to remove it from edit mode. such as click the
cell with the mouse pointer, press the down arrow or enter.

Sorry
regards
FSt1
 
B

Bernie Deitrick

John,

You could enter your 1s and 2s as a long string in cell A1 (use a leading single quote prior to
entering the numbers), and use this formula in cell A2

=MID($A$1,ROW()-1,1)

copied down for 300 rows. When you enter your last item in cell A1, the formulas will extract the
correct value from the entered string.

HTH,
Bernie
MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top