+ Reply to Thread
Results 1 to 7 of 7

Lookup ranges of cells put into others worksheet into range of cells with data validation

  1. #1
    Registered User
    Join Date
    11-28-2019
    Location
    OK/AR
    MS-Off Ver
    365 Home
    Posts
    69

    Lookup ranges of cells put into others worksheet into range of cells with data validation

    There a note on file try to do lookup worksheet Call B
    Cells

    B2:B7,E2:E7,H2:H7,K2:K7,N2:N7,Q2:Q7,T2:T7

    B10:B15,E10:E15,H10:H15,K10:K15,N10:N15,Q10:Q15T10:T15

    B18:B23,E18:E23,H18:H23

    goto worksheet Call P

    put in Cells L8:13

    when you change cell F1.
    Attached Files Attached Files
    Last edited by VOYAGER22; 12-15-2019 at 06:02 PM.
    Thanks You Voyager22 in advance

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Lookup ranges of cells put into others worksheet into range of cells with data validat

    easiest way I can think of is this simple multiple if/then statement in L8 dragged down...
    =IF($F$1=1,B!B2,IF($F$1=2,B!E2,IF($F$1=3,B!H2,IF($F$1=4,B!K2,IF($F$1=5,B!N2,IF($F$1=6,B!Q2,IF($F$1=7,B!T2,IF($F$1=8,B!B10,IF($F$1=9,B!E10,IF($F$1=10,B!H10,IF($F$1=11,B!K10,IF($F$1=12,B!N10,IF($F$1=13,B!Q10,IF($F$1=14,B!T10,IF($F$1=15,B!B18,IF($F$1=16,B!E18,IF($F$1=17,B!H18,"")))))))))))))))))
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Lookup ranges of cells put into others worksheet into range of cells with data validat

    I guess that solved it for you, thank you for the rep!

  4. #4
    Registered User
    Join Date
    11-28-2019
    Location
    OK/AR
    MS-Off Ver
    365 Home
    Posts
    69

    Re: Lookup ranges of cells put into others worksheet into range of cells with data validat

    I will check it later

  5. #5
    Registered User
    Join Date
    11-28-2019
    Location
    OK/AR
    MS-Off Ver
    365 Home
    Posts
    69

    Re: Lookup ranges of cells put into others worksheet into range of cells with data validat

    it works, but there no data in cells in putting zero in worksheet call P cells L8:L18

    Thanks You

    Voyager22
    Last edited by VOYAGER22; 12-10-2019 at 10:11 PM.

  6. #6
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Lookup ranges of cells put into others worksheet into range of cells with data validat

    there is no data because you didn't have data in your cells. In my test I had to populate them with data just to make sure that something came back from each area as a test.

  7. #7
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Lookup ranges of cells put into others worksheet into range of cells with data validat

    if you are wanting them to be blank if nothing is in those cells then it will be a much longer formula. OR, you could use formatting to change the color of the font in the destination cells in L8 where if the cell value is 0 you could change the font color to the same color as the fill for the cell so it would effectively disappear.

+ 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. na
    By VOYAGER22 in forum Excel General
    Replies: 2
    Last Post: 12-06-2019, 10:06 PM
  2. Replies: 0
    Last Post: 05-27-2015, 10:23 AM
  3. [SOLVED] lookup a range of cells and populate specific cells based on matching data
    By RobertM01 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-23-2014, 08:18 PM
  4. Data Validation from a range of cells
    By twmorgan in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-22-2014, 11:31 PM
  5. Data validation forces entry in a range of cells.
    By markDuffy in forum Excel General
    Replies: 3
    Last Post: 02-10-2012, 08:46 AM
  6. Worksheet change event for range of cells and data validation
    By santosh123 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-08-2012, 07:38 AM
  7. [SOLVED] Data Validation (in a range of cells)
    By Andrew Lindsay via OfficeKB.com in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-26-2005, 05:15 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