+ Reply to Thread
Results 1 to 5 of 5

Data Validation Question

Hybrid View

  1. #1
    Zack Barresse
    Guest

    Re: Data Validation Question

    If you do not want to create a seperate table for your data to look it up
    in, you can do this with one singular formula. This of course would limit
    your future options would you like to make changes easily, of course.

    =LOOKUP(A1,{"Satisfied","Unsatisfied","Very Satisfied","Very
    Unsatisfied"},{2,3,1,4})

    The largest problem I see with this is that there are two array vectors
    here. The first one is the lookup vector and the latter one is the
    return/result vector. The lookup vector *must* be in order sorted
    ascendingly, this includes (numerically first) alphabetically; this is just
    as Excel would sort a column ascendingly.

    HTH

    --
    Regards,
    Zack Barresse, aka firefytr, (GT = TFS FF Zack)


    "cmk18" <cmk18.1wjc6a_1128693902.9734@excelforum-nospam.com> wrote in
    message news:cmk18.1wjc6a_1128693902.9734@excelforum-nospam.com...
    >
    > I have a survey where users score things on a linguistic scale (e.g.
    > Very Satisfied, Satisfied, etc.) and I want to convert that to a
    > numeric score, but still keep the Linguistic Value. I was hoping there
    > was a way to have a cell with the linguistic value and the a cell with
    > the numeric score, but have them both show up in a dv cell.
    >
    >
    > --
    > cmk18
    > ------------------------------------------------------------------------
    > cmk18's Profile:
    > http://www.excelforum.com/member.php...fo&userid=6047
    > View this thread: http://www.excelforum.com/showthread...hreadid=474120
    >




  2. #2
    Registered User
    Join Date
    02-11-2004
    Posts
    15
    That's not quite what I was looking for. I was hoping for something similar to what you can get with HTML where you display in the drop down both the numeric and linguistic value, but only the numeric gets recorded.

+ 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