Question

In the range C4:C37, create a data validation rule that accepts only LIST values from the...

In the range C4:C37, create a data validation rule that accepts only LIST values from the range I4:I7In the range C4:C37, create a data validation rule that accepts only LIST values from the range I4:I7

I highlighted cells C4:C37. Went to DATA, DATA VALIDATION. In SETTINGS, under ALLOW, I clicked on LIST. Then in SOURCE I put in, I4:I7.

It does not work.  How do I enter I4:I7 into the SOURCE?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Solution:

Step 1 : Give random values in the range I4:I7 like in the below image.

B C D E T G H 1 2 3 4 5 3 5 81 6 7 421

Step 2 : Select the range I4:I7 and go to insert and click on table and diologue box appears as below and click on OK.

B С D E F G H 1 2 3 4 3 5 50 6 7 81 421 х 8 ? Create Table 9 10 Where is the data for your table? E$I$4:$I$7 11 12 My table h

Step 3 : Select the range I4:I7 and go to formulae tab and then go to define name and give the details same as shown in the below image. I have given Range as my name.

B С D E F G H 1 2 3 4 Column1 New Name ? X 5 3 6 5 81 7 Name: Scope: Comment: Rangel Workbook < 8 42 9 10 11 12 13 Refers to:

Step 4 : Select C4:C37 and go to Data and then go to Data validation and enter the details as below and give =Range in source and we will have drop down in C4:C37 to select the values present in I4:I7.

B c D E F G н 1 2 ? Data Validation X 3 4 Settings Input Message Error Alert lumn1 Donna 5 3 6 5 Validation criteria Allow: L

Add a comment
Know the answer?
Add Answer to:
In the range C4:C37, create a data validation rule that accepts only LIST values from the...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • need this in #c . You will now add server side validation code to the frmPersonnel...

    need this in #c . You will now add server side validation code to the frmPersonnel page. Currently, when the Submit button is pressed, the frmPersonnelVerified page is displayed. This is because the frmPersonnelVerified page is set as the Submit button's PostBackUrl property. Instead of having the page go directly to the frmPersonnelVerified page when the Submit button is pressed, we want to do some server side validation. If any of the validation rules fail, we will redisplay the frmPersonnel...

  • 1. Provide code to create a selection list named orderDay containing the values and option text...

    1. Provide code to create a selection list named orderDay containing the values and option text SAT and SUN placed in the Weekend option group, and the option text MON, TUE, WED, THU, and FRI placed in the Weekday option group. 2. Provide code to create two radio buttons for the compType field with the values PC and Mac. Make PC the default value. 3. Kelsey has written the following code to create a data field for users to select...

  • You are the systems manager for Blue City Movies Rentals and you have been asked to create a report on historical sales data. To complete your task you will combine and edit data from multiple sources using Excel’s Power add-ins, XML, and tex

    You are the systems manager for Blue City Movies Rentals and you have been asked to create a report on historical sales data. To complete your task you will combine and edit data from multiple sources using Excel’s Power add-ins, XML, and text functions.Instructions:For the purpose of grading the project you are required to perform the following tasks:StepInstructionsPoints Possible1Open e10c2MovieRentals.xlsx and save the workbook with the name e10c2MovieRentals_LastFirst.02Import the movie data from the delimited file e10c2Movies.txt and rename the new worksheet Inventory.Hint: On the Data tab,...

  • Use Random number generator (under Data Analysis) to simulate the following data set. Create 10 c...

    Use Random number generator (under Data Analysis) to simulate the following data set. Create 10 columns, each 20 points long and use the following parameters: Number of variables (10), number of data point (20), Distribution (Normal), Mean (40), Standard Deviation (10), Random seed (1234). The data should be in columns: A,B,C,….,I,J. Randomly pick two columns (say Column B and Column H) and perform 2-sided t-test on these two data columns. Record the P-value and repeat this procedure several times (at...

  • In this lab, using C++, you will create an abstract data type, using a doubly-linked circular...

    In this lab, using C++, you will create an abstract data type, using a doubly-linked circular structure to store the values and links. You must create it by your own and not use any existing containers. You will need a QueueNode. You can use a struct for this, as each node will not have any associated functions. It will have members for data, and the next and previous pointers. Data will be positive integers. There will be no NULL pointers....

  • Use Random number generator (under Data Analysis) to simulate the following data set. Create 10 columns, each 20 points...

    Use Random number generator (under Data Analysis) to simulate the following data set. Create 10 columns, each 20 points long and use the following parameters: Number of variables (10), number of data point (20), Distribution (Normal), Mean (40), Standard Deviation (10), Random seed (1234). The data should be in columns: A,B,C,….,I,J. Randomly pick two columns (say Column B and Column H) and perform 2-sided t-test on these two data columns. Record the P-value and repeat this procedure several times (at...

  • Create a Categorical Frequency Table and Grouped Frequency Distribution table in Excel using the above data...

    Create a Categorical Frequency Table and Grouped Frequency Distribution table in Excel using the above data Example 2-1 Distribution of Blood Types Twenty-five army inductees were given a blood test to determine their blood type. The data set i:s ВВАВ B AO О O A AB B Construct a frequency distribution for the data Categorical Frequency Table (Qualitative or Discrete Data) 1. In an open workbook select cell A1 and type in all the blood types from Example 2-1 down...

  • This is a question from Management Information System. this is in excel sheet you only have...

    This is a question from Management Information System. this is in excel sheet you only have to do find whatever in instructions below the picture. use all the functions from instruction and find data in picture use excel sheet if you can. Thanks Totally Fit Gym Membership Totally Fit Gym-New Members I Total Yeams Tetal ue Payment Salane Pamen Clent Membership Cost Locker Annual Total Years Total Due Deluxe Individual Family Deluxe Deluxe ndividual individual 9 Groves 10 Paul 11...

  • In this assignment you will combine HTML, PHP, and SQL in order to create a web...

    In this assignment you will combine HTML, PHP, and SQL in order to create a web form that allows a manager to add films to the sakila database. You will also create a method to allow the manager to view a list of all films along with their related information, and a list of actors in the movies. Task 1 Create an initial HTML page titled manager.html with 2 buttons. The first button will be labeled “View Films”, and the...

  • 8.9 Coding lab #5: create a dynamic array ADT and a singly linked list ADT. Honor Code...

    8.9 Coding lab #5: create a dynamic array ADT and a singly linked list ADT. Honor Code Your answers to this homework must be your own work.You are not allowed to share your solutions.You may not engage in any other activities that will dishonestly improve your results or dishonestly improve or damage the results of others. Plagiarism Plagiarism is when you copy words, ideas, or any other materials from another source without giving credit. Plagiarism is unacceptable in any academic environment....

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT