+ Reply to Thread
Results 1 to 5 of 5

Data Entry Cell

  1. #1
    Registered User
    Join Date
    12-06-2016
    Location
    Melbourne, AU
    MS-Off Ver
    Windows 10
    Posts
    4

    Question Data Entry Cell

    Hi everyone,
    I got a question, was not sure where to ask, in formulas or VBA.

    I would like to enter data through a single cell - so when I put data into it and press ENTER, the content disappears and the data is sent to another cell where it's added (not sure if it's clear)

    I got a VBA code to delete the cell after pressing ENTER,

    "Private Sub Worksheet_Change(ByVal Target As Range)
    Application.EnableEvents = False
    Target.ClearContents
    Application.EnableEvents = True
    End Sub"

    But I dont know how to send these data to another cell.

    Anyone git an idea?

    Thanks a lot

  2. #2
    Registered User
    Join Date
    12-06-2016
    Location
    India
    MS-Off Ver
    2007
    Posts
    72

    Re: Data Entry Cell

    for the data entry purpose, if you want to use single cell entry , I would suggest you to use Form functionality to the Same

    Design a data entry form in Excel and setup the same according to your need.

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Data Entry Cell

    Hi Al and welcome to the forum,

    See if the attached does what you want. Enter numbers into A1 and the VBA moves them to the bottom of the numbers in the D column.

    Enter numbers in A1 Only and Sum for AlCapp.xlsm
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  4. #4
    Registered User
    Join Date
    12-06-2016
    Location
    Melbourne, AU
    MS-Off Ver
    Windows 10
    Posts
    4

    Re: Data Entry Cell

    Thanks a lot MarvinP,

    Is there a way of having a few of these "entry data cells" on the same spreadsheets?

    I need a few for different categories.

  5. #5
    Registered User
    Join Date
    12-06-2016
    Location
    Melbourne, AU
    MS-Off Ver
    Windows 10
    Posts
    4

    Re: Data Entry Cell

    Actually, I'll tell you what I'd like to do - Might be easier - In case you got some other ideas.

    I need a spreadsheet to keep track of the footfall for the store I work at.
    I need it to be easy enough so anyone can use it - it has to be divided in a few categories like "male", " female", "just browsing", etc..

    My plan was to make a few "entry data cells" for each category - So the staff just has to put a number in any of them when someone get to the store. And at the end I can just collect the data for the KPIs - Not sure if it's clear enough..

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Allowing Data entry in cell based in data in another cell
    By Ishwarind in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 07-31-2015, 05:17 AM
  2. [SOLVED] Data entry in cell contingent upon data input in another cell.
    By Armyguy7379 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-13-2015, 01:11 PM
  3. Limit data entry in a series of cells if one cell has data entered.
    By Josiah in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-18-2013, 04:55 PM
  4. Replies: 4
    Last Post: 02-01-2013, 10:18 AM
  5. Requiring Data Entry in Cell B (et al) when Data has been entered in Cell A.
    By Ice Burn in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-21-2010, 09:17 AM
  6. How do I prevent data entry in one cell if an entry exist in another cell
    By rkjudy in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-13-2010, 09:38 PM
  7. Prevent data entry in cell A1 if there is data in a cell B1 and vice versa
    By westonkw in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-22-2008, 12:29 PM

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