+ Reply to Thread
Results 1 to 6 of 6

Data validation Drop down and If statement

Hybrid View

  1. #1
    Registered User
    Join Date
    11-05-2014
    Location
    GB
    MS-Off Ver
    2013/2010
    Posts
    3

    Data validation Drop down and If statement

    (NOT if one says this give me another set of options)

    Hi

    I working on a spreadsheet for my BTEC IT , my task is To create a spreadsheet to manage a football clubs 'Season ticket Information'. one of my requirements is have a system to automatically assign people if they have no choice on seating area to the area with most space.

    I have two columns Requested and allocated seat ( L and M ) Both with data validation of my seating areas (Found Below). I have already made the a table to workout the area with the most free space found on my FX sheet which automatically updates. I would like to able to select "Not Specified" in column L (Requested) and in column M (Allocated) it two input the area which the most free space found from my ranked table and overwrite any thing that has already been selected in column M

    Is this possible and if so how would i do this as cant find anything online and my teacher is useless, would be much appreciated :p

    Seating Areas:
    • North Upper
    • North Lower
    • East Upper
    • East Lower
    • South Upper
    • South Lower
    • West Upper
    • West Lower
    • Home Goal
    • Away Goal

    Thanks
    Mathew Speed

    My spreadsheet if you want to have a look i have attached it as a zip. Mathew Speed IT CA.zip
    Last edited by MathewSpeed; 11-05-2014 at 05:43 PM.

  2. #2
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: Data validation Drop down and If statement

    Can you post a sample workbook to the forum that will have enough detail to get the point across?
    I dont want to download a 40MB file lol
    Please ensure you mark your thread as Solved once it is. Click here to see how.
    If a post helps, please don't forget to add to our reputation by clicking the star icon in the bottom left-hand corner of a post.

  3. #3
    Registered User
    Join Date
    11-05-2014
    Location
    GB
    MS-Off Ver
    2013/2010
    Posts
    3

    Re: Data validation Drop down and If statement

    Hi

    thanks for a reply, I have attached it as zip as its too large to upload as excel file.

  4. #4
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: Data validation Drop down and If statement

    Can you make a SAMPLE workbook, and not that monstrosity LoL
    We would need sample data, and then a proposed solution or what you are looking for exactly. You can mock up the solution without formulas and such.

  5. #5
    Registered User
    Join Date
    11-05-2014
    Location
    GB
    MS-Off Ver
    2013/2010
    Posts
    3

    Re: Data validation Drop down and If statement

    Hi

    OK i made a quick mock up here goes

    Exmaple file.xlsx

  6. #6
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Data validation Drop down and If statement

    I think that you need VBA to do this. The best that I could find was to use a formula like this for the data validation list in C3.
    Formula: copy to clipboard
    =IF(B3="N/A",E3,$H$2:$H$11)


    Unfortunately, all this does is to limit the choice in C3 to the value in E3 as you can't "push" a value into a cell with workbook formulae. You can only "call" a value by a formula into a cell.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

+ 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. If statement based data validation? Dynamic data validation?
    By bjohnsonac in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-02-2014, 02:12 PM
  2. [SOLVED] Data VAlidation With If statement
    By excobra in forum Excel General
    Replies: 6
    Last Post: 11-12-2013, 05:28 AM
  3. Data validation and If statement
    By tjohans in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-29-2013, 05:20 PM
  4. Performing a Nested if statement with a drop down data validation list
    By THKUCOMEAGAIN in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-07-2012, 07:58 AM
  5. Data validation in if statement
    By mahoo in forum Excel General
    Replies: 3
    Last Post: 02-15-2011, 04:06 PM

Tags for this Thread

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