Create a 2 column sheet that moves the selected cell along then down when filled

R11989

New Member
Joined
Jul 22, 2024
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi,

I'm trying to create a 2 column sheet that will be populated by barcodes, which will be scanned into a tablet via a barcode scanner. Each product has our own SKU barcode and a branded barcode (GTIN), I need to capture both on the same row for hundreds of products with minimal effort from the user.

Ideally, what I would like it to do is this:

The user will scan a SKU barcode into cell A1, the selected cell should then move to B1 where the GTIN code can be scanned. Once those 2 are filled, I'd like the selected cell to move to A2, then B2, then A3->B3->A4->B4 and so on, allowing the user to capture both codes without having to press anything to move the cell down and across for the next product.

1721661229790.png

It sounds fairly simple to my mind, but I'm not getting anywhere with it, so I'm posting here in the hope that someone has done something similar in the past and has some advice.

Many thanks.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
You probably need to take 3 actions to achieve the reult.
1) select two columns where your data will be scanned into and select formatting cells (Ctrl+1) and uncheck Locked (by default it is checked)
2) Protect the sheet and allow user only to select unlocked cells (by default both locked and unlocked cells are allowed
3) in options go to advanced and select Right (Down is defaullt value) as direction after pressing Enter as the scannner button probably sends the scanned code and equivalent to Enter key to the cell. If not - check the scanner settings.
 

Attachments

  • Zrzut ekranu 2024-07-23 132650.png
    Zrzut ekranu 2024-07-23 132650.png
    40.4 KB · Views: 4
  • Zrzut ekranu 2024-07-23 132905.png
    Zrzut ekranu 2024-07-23 132905.png
    37.1 KB · Views: 4
  • Zrzut ekranu 2024-07-23 133048.png
    Zrzut ekranu 2024-07-23 133048.png
    50.9 KB · Views: 3
Upvote 1
Solution
You probably need to take 3 actions to achieve the reult.
1) select two columns where your data will be scanned into and select formatting cells (Ctrl+1) and uncheck Locked (by default it is checked)
2) Protect the sheet and allow user only to select unlocked cells (by default both locked and unlocked cells are allowed
3) in options go to advanced and select Right (Down is defaullt value) as direction after pressing Enter as the scannner button probably sends the scanned code and equivalent to Enter key to the cell. If not - check the scanner settings.
Hi Kaper,

thanks so much for your reply, the solution works perfectly on my windows version of excel, but annoyingly, not when I use it on the tablet. I can't see the options menu anywhere in excel (for android) so I am assuming the option just isn't available at all and android Excel doesn't know to do this or the code just doesn't exist for this option. Very annoying!

I will keep playing around with it and see if I can find a solution anywhere, but thanks again for your help. I have a wireless scanner, so I am wondering if I could just connect it to a laptop instead of the tablet, which will definitely work.

So thanks again, I really appreciate your help.

Ben
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top