Results 1 to 2 of 2

Assign Value from comparison of another cell

Threaded View

  1. #1
    Registered User
    Join Date
    10-15-2008
    Location
    California
    Posts
    1

    Assign Value from comparison of another cell

    Hello everyone,

    First of all, i want to say that this is a great forum with great resources in excel...

    I'm not sure if this is the proper section to post this question, but i think the response for my question might require a little bit of Programming.

    I have an excel file with two worksheets (simulation attached). The first worksheet has something like a 'form' but without fileds . But it's divided in two sections (english & spanish); I just did a 'quick' formula to assign most of the values of the form, but they're 3 'fields' that are from a 'name list' on the second worksheet (to use a 'drop-down' menu).

    My problem is that when I try to assign those values into the 'spanish' section, I must use the second list on the other workseet (Spanish values). My first try was trying to have a big IF to compare all the options, something like this:

    This is Excel formula code ok? not VB code

    Code:
    =IF((LEFT(A10,3)="(a)"),'Drop Down Menus'!C4,(IF((LEFT(A10,5)="(a.1)"),'Drop Down Menus'!C5,.......{an so on.}...But since my list it's kinda big (about 40 itmes)...I think i'm limited to use certain IF's....

    I know a little (just a little) of VB programming (mainly for Access), but i've never work with anything for excel... so I'm kinda lost in how to control/access the excel document items.... (cell ,worksheets...etc...)....

    Is there a way I can get some light on how to solve this problem?

    Edit-------

    Opps i forgot the file....
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Cell linked to a "wandering" cell
    By BigKahuna in forum Excel General
    Replies: 1
    Last Post: 02-29-2008, 12:27 PM
  2. read cell content and use with Hyperlinks.Add Cell
    By apoc [t.i.m.] in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-04-2007, 10:02 AM
  3. using cell content to reference a worksheet tab name in second workbook
    By Conor in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-29-2007, 09:32 AM
  4. Assign value to another cell?
    By dgarris in forum Excel General
    Replies: 4
    Last Post: 04-26-2007, 10:38 PM
  5. Assign a number to a value range in a specific cell?
    By thiazi in forum Excel General
    Replies: 2
    Last Post: 01-11-2007, 09:49 AM

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