+ Reply to Thread
Results 1 to 4 of 4

Formula to Display Cells from Another Page Upon Selection

  1. #1
    Registered User
    Join Date
    05-07-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    14

    Formula to Display Cells from Another Page Upon Selection

    I'm trying to create a formula that displays certain cells when a a selection is made from a drop-down list in another cell. Here's what I have:

    =IF(C2="General",'Data Validation'!M3:P6,FALSE)

    C2 is where the drop-down list is and if they select General I want it to pull and display the cells M3:P6 from the sheet Data Validation.

    I keep getting a #VALUE! error.

    Any thoughts on this? Or is there a different way to go about this? My hope is to eventually be able to select any of the drop-down options (there are 5) and all be able to display something different when they are selected.


    Thanks for the help!

  2. #2
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: Formula to Display Cells from Another Page Upon Selection

    The reason for the error is that you are trying to display an array in a cell. Is it a table? you may use the Vlookup() or Match() functions to retrieve the desired data depending on the chosen value of c2. If unclear, send a sample...

  3. #3
    Registered User
    Join Date
    05-07-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: Formula to Display Cells from Another Page Upon Selection

    It's not a table. It's just a Name in one column and an IP address in the column next to it. 5 rows of names and columns. If I do a VLOOKUP, how do I get it to display all the information I selected?

  4. #4
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: Formula to Display Cells from Another Page Upon Selection

    Please Login or Register  to view this content.
    the function should be inserted in the desired cell

    d1 would be the cell that you looking for
    a1:b5 the range containing the names in column a, the ip in column b
    false forces the function to return an exact match (if there is no match it would return N/A)

+ 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. Replies: 3
    Last Post: 07-31-2013, 11:53 AM
  2. Need to Display last 3 numbers from selection of 10 cells - without zeroes
    By simmo6477 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-24-2013, 09:48 AM
  3. Looking to code combo/drop down list user selection and display formula results
    By toddbailey in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-07-2012, 06:17 PM
  4. [SOLVED] How do I get my page selection to print on one page?
    By Stefan in NM in forum Excel General
    Replies: 1
    Last Post: 04-19-2006, 03:00 PM
  5. [SOLVED] How to display current page number in any cell of that page.
    By Laljeet in forum Excel General
    Replies: 4
    Last Post: 01-25-2006, 03:55 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