+ Reply to Thread
Results 1 to 4 of 4

how to get data automatic moves to next column?

  1. #1
    DP
    Guest

    how to get data automatic moves to next column?

    I am using a barcode scanner to read in barcode numbers into excel. But
    everytime after I scan a barcode, excel moves to the cell in the next row.
    What I want is moves down to the next column.
    Anyone with information please help.

    Thankyou very much!

  2. #2
    B. R.Ramachandran
    Guest

    RE: how to get data automatic moves to next column?

    Hi,

    Maybe there is way of setting up Excel and/or the barcode scanner such that
    the values go to successive columns rather than rows. However, the following
    formula may be a workaround for your current setup.

    If the scanned data are going to, say A1, A2, A3, ......, and you want them
    to go to A1, B1, C1 ...., enter the following formula in B1, and fill-in the
    formula across the columns (C1, D1, ..........maybe a lot more; some of them
    will stay empty and will get filled up as more barcodes are scanned)

    =IF(OFFSET($A$1,COLUMN()-1,0)="","",OFFSET($A$1,COLUMN()-1,0))

    Note: The scanned barcodes will still go down the rows, but they will be
    copied across ithe columns.

    If the first scanned barcode (i.e., the topmost) is not in A1 but in some
    other cell, say B7, then enter the following formula in C7,

    =IF(OFFSET($B$7,COLUMN()-COLUMN($B$7),0)="","",OFFSET($B$7,COLUMN()-COLUMN($B$7),0))

    Change the '$B$7's in the formula (there are fourof them) appropriately.

    Regards,
    B. R. Ramachandran


    "DP" wrote:

    > I am using a barcode scanner to read in barcode numbers into excel. But
    > everytime after I scan a barcode, excel moves to the cell in the next row.
    > What I want is moves down to the next column.
    > Anyone with information please help.
    >
    > Thankyou very much!


  3. #3
    Forum Contributor
    Join Date
    01-11-2004
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    388
    Hi!

    Worth having a look at Tools > Options >Edit > Move selection after enter.

    This controls behaviour for keyboard inputs and may well deal with your inputs.

    Alf

  4. #4
    Gord Dibben
    Guest

    Re: how to get data automatic moves to next column?

    DP

    Just a heads' up but no help for your problem.

    Rows run horizontally, columns run vertically.

    i.e. You cannot "move down" to the next column.

    You can "move down" to the next row or "move across" to the next column.


    Gord Dibben Excel MVP


    On Fri, 7 Oct 2005 05:48:02 -0700, "DP" <DP@discussions.microsoft.com> wrote:

    >I am using a barcode scanner to read in barcode numbers into excel. But
    >everytime after I scan a barcode, excel moves to the cell in the next row.
    >What I want is moves down to the next column.
    >Anyone with information please help.
    >
    >Thankyou very much!



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1