Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4
Default How do I set a rule for moving one cell down + one left in Excel?

The time for recounting the storage in my office!

About 1300 different products with barcodes. I want to use a mobile device
with pocket EXcel, and need the A coloumn to jump one cell to the right once
it has a value. In coloum B i want to input the number of products in stock.

Once I key in an integer there, I want the excel sheet to jump once cell down
and once cell left, in order to be in coloum A - ready for me to scan the next
barcode.

How do I set this up?

Appretiate the help
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,058
Default How do I set a rule for moving one cell down + one left in Excel?

A tiny trick:

1. type something in A1
2. touch TAB to move to B1
3. type in B1
4. touch ENTER

You will snap down to A2 for the next entry!!
--
Gary''s Student - gsnu200908


"Neuroner" wrote:

The time for recounting the storage in my office!

About 1300 different products with barcodes. I want to use a mobile device
with pocket EXcel, and need the A coloumn to jump one cell to the right once
it has a value. In coloum B i want to input the number of products in stock.

Once I key in an integer there, I want the excel sheet to jump once cell down
and once cell left, in order to be in coloum A - ready for me to scan the next
barcode.

How do I set this up?

Appretiate the help

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,646
Default How do I set a rule for moving one cell down + one left in Excel?

You have to install this change event sub for that:

Private Sub Worksheet_Change(ByVal Target As Range)
Cells(Target.Row + Target.Column - 1, 3 - Target.Column).Select
End Sub

Post if you need help to install it!

Regards,
Stefi


€˛Neuroner€¯ ezt Ć*rta:

The time for recounting the storage in my office!

About 1300 different products with barcodes. I want to use a mobile device
with pocket EXcel, and need the A coloumn to jump one cell to the right once
it has a value. In coloum B i want to input the number of products in stock.

Once I key in an integer there, I want the excel sheet to jump once cell down
and once cell left, in order to be in coloum A - ready for me to scan the next
barcode.

How do I set this up?

Appretiate the help

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,104
Default How do I set a rule for moving one cell down + one left in Excel?

I had forgotten that one! Thanks for the reminder
best wishes
--
Bernard

"Gary''s Student" wrote in message
...
A tiny trick:

1. type something in A1
2. touch TAB to move to B1
3. type in B1
4. touch ENTER

You will snap down to A2 for the next entry!!
--
Gary''s Student - gsnu200908


"Neuroner" wrote:

The time for recounting the storage in my office!

About 1300 different products with barcodes. I want to use a mobile
device
with pocket EXcel, and need the A coloumn to jump one cell to the right
once
it has a value. In coloum B i want to input the number of products in
stock.

Once I key in an integer there, I want the excel sheet to jump once cell
down
and once cell left, in order to be in coloum A - ready for me to scan the
next
barcode.

How do I set this up?

Appretiate the help



  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4
Default How do I set a rule for moving one cell down + one left in Exc

Thank you very much Stefi

The sub did the trick! I'll get going on implementing this on the sheet
I'm using on the pocket excel to see if it'll run there too. This will save
us alot of trouble should it all work as intended.

Thanks again ;)
Neuroner




"Stefi" wrote:

You have to install this change event sub for that:

Private Sub Worksheet_Change(ByVal Target As Range)
Cells(Target.Row + Target.Column - 1, 3 - Target.Column).Select
End Sub

Post if you need help to install it!

Regards,
Stefi


€˛Neuroner€¯ ezt Ć*rta:

The time for recounting the storage in my office!

About 1300 different products with barcodes. I want to use a mobile device
with pocket EXcel, and need the A coloumn to jump one cell to the right once
it has a value. In coloum B i want to input the number of products in stock.

Once I key in an integer there, I want the excel sheet to jump once cell down
and once cell left, in order to be in coloum A - ready for me to scan the next
barcode.

How do I set this up?

Appretiate the help

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
Moving data left GM Excel Discussion (Misc queries) 4 October 7th 08 04:50 AM
moving right to left Bruce B New Users to Excel 3 February 12th 07 04:34 AM
Moving left of a cell reference jagbabbra Excel Worksheet Functions 1 June 13th 06 02:11 PM
Moving left of a cell reference jagbabbra Excel Worksheet Functions 0 June 13th 06 02:01 PM
moving minus sign from right to left GEORGIA Excel Worksheet Functions 3 April 29th 05 02:54 PM


All times are GMT +1. The time now is 03:49 PM.

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

About Us

"It's about Microsoft Excel"