Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Type 3 digits in one cell then automatically move to next cell.

I am working in a spreadsheet where I am transfering numbers from paper. Each
cell has a set amount of digits. For example the first cell is a 3 digit
number. The next a 4 digit number, then a 2 digit number.

Is there anyway I can set it up just like some web pages that have phone
numbers, so that when I input the 3 digit number the cursor jumps to the next
cell, then input the 4 digits, jumps to the next cell and I put in the 2
digit number.

Thanks for the help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Type 3 digits in one cell then automatically move to next cell.

No. You have to hit some key to let Excel know you're done typing in a cell.
Those keys a Enter, Tab, one of the directional arrow keys or ESC.. Until
you hit one of those keys Excel is in Edit mode and nothing else can happen
until you are out of Edit mode.

Biff

"mulligbo" wrote in message
...
I am working in a spreadsheet where I am transfering numbers from paper.
Each
cell has a set amount of digits. For example the first cell is a 3 digit
number. The next a 4 digit number, then a 2 digit number.

Is there anyway I can set it up just like some web pages that have phone
numbers, so that when I input the 3 digit number the cursor jumps to the
next
cell, then input the 4 digits, jumps to the next cell and I put in the 2
digit number.

Thanks for the help.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Type 3 digits in one cell then automatically move to next cell.

No. You have to hit some key to let Excel know you're done typing in a
cell. Those keys a Enter, Tab, one of the directional arrow keys or
ESC..


In addition, you can use your mouse to click on another cell.

Biff

"Biff" wrote in message
...
No. You have to hit some key to let Excel know you're done typing in a
cell. Those keys a Enter, Tab, one of the directional arrow keys or
ESC.. Until you hit one of those keys Excel is in Edit mode and nothing
else can happen until you are out of Edit mode.

Biff

"mulligbo" wrote in message
...
I am working in a spreadsheet where I am transfering numbers from paper.
Each
cell has a set amount of digits. For example the first cell is a 3 digit
number. The next a 4 digit number, then a 2 digit number.

Is there anyway I can set it up just like some web pages that have phone
numbers, so that when I input the 3 digit number the cursor jumps to the
next
cell, then input the 4 digits, jumps to the next cell and I put in the 2
digit number.

Thanks for the help.





  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Type 3 digits in one cell then automatically move to next cell.

I don't believe this is possible. One thing you could do however, is enter
all numbers for each line into one cell. Then, when you're done, use
"Text-To-Columns" to seperate the numbers into their appropriate cells.

HTH,
Elkar


"mulligbo" wrote:

I am working in a spreadsheet where I am transfering numbers from paper. Each
cell has a set amount of digits. For example the first cell is a 3 digit
number. The next a 4 digit number, then a 2 digit number.

Is there anyway I can set it up just like some web pages that have phone
numbers, so that when I input the 3 digit number the cursor jumps to the next
cell, then input the 4 digits, jumps to the next cell and I put in the 2
digit number.

Thanks for the help.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Type 3 digits in one cell then automatically move to next cell.

Maybe you could try this:

Tools|Options|Edit tab|Move selection after enter|change to Right
Then select your 3 column Range (say A1:C99)
Hit the Number lock key
Use the numbers on the number keypad and when you're done with one cell, hit the
enter key.

It's not quite the same, but it might be a quicker way to enter all your data.

---
Another alternative.
Select a single column (Say A1:A99)
Format that column as Text (format|cells|Number tab|Text)
type your numbers in with no spaces (all 9 digits)

Then use formulas to extract each portion:

=left(a1,3)
=mid(a1,4,4)
=right(a1,2)



mulligbo wrote:

I am working in a spreadsheet where I am transfering numbers from paper. Each
cell has a set amount of digits. For example the first cell is a 3 digit
number. The next a 4 digit number, then a 2 digit number.

Is there anyway I can set it up just like some web pages that have phone
numbers, so that when I input the 3 digit number the cursor jumps to the next
cell, then input the 4 digits, jumps to the next cell and I put in the 2
digit number.

Thanks for the help.


--

Dave Peterson


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Type info in one cell that automatically repeats in other cells. L. Mo Excel Worksheet Functions 2 September 6th 06 08:14 PM
How to Automatically Move Cell datato adjacent cell.. cardingtr Excel Discussion (Misc queries) 1 October 17th 05 03:59 AM
Move automatically to a cell Box666 Excel Discussion (Misc queries) 2 October 15th 05 10:34 AM
Cell Comments randomly move and resize regardless of settings Andrew Excel Discussion (Misc queries) 0 August 24th 05 08:49 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 02:31 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"