+ Reply to Thread
Results 1 to 5 of 5

multiple functions for one cell?

  1. #1
    Registered User
    Join Date
    01-15-2008
    Posts
    9

    multiple functions for one cell?

    I have tried to set this up and used the help files...no luck

    I have a drop down box set up from the data in Column A. what I want is:

    When data from A1 is selected from the drop box in in D1, cell E1 will display data from B1. I want it do do the same thing all the way down...any cell from column A results in the same row, but in column B and the result to be in E1.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Did you try Vlookup ?

    e.g.

    In column E:

    =Vlookup(X1,A:B,2,0)

    this will lookup value in X1 in column A and return what's in corresponding cell from column B.
    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.

  3. #3
    Registered User
    Join Date
    01-15-2008
    Posts
    9
    I did a copy paste and it is returning #N/A

    what is X1?

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    X1 was just an example... replace that with the cell reference containing the dropdown menu.

  5. #5
    Registered User
    Join Date
    01-15-2008
    Posts
    9
    Thank you!

+ 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