+ Reply to Thread
Results 1 to 2 of 2

Data Entry

  1. #1
    Registered User
    Join Date
    05-11-2007
    Posts
    1

    Data Entry

    I have a very large amount of data to enter and would like to make the process as painless as possible. A lot of my entries are repetitive and already have a numerical value assigned to them for statistical analysis later. What I would like to do is be able to enter in a number in one column and have the corresponding word automatically enter into the next column. For example, I have collected data from 10 different magazines and each magazine is assigned a number (1 through 10). I would like to be able to enter 1 in column 1 and have Atlantic Monthly (the corresponding words) appear in column 2. Is there any formula to do this?

    Thanks!!!

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    You can use a Lookup() function....

    if you have the list of magazines in a separate table, with the first column in ascending order from 1 to 10, then, assuming this list in X1:Y10, for example, use:

    =Lookup(A1,$X$1:$Y$10) where A1 is the number you enter.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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