Showing posts with label entries. Show all posts
Showing posts with label entries. Show all posts

February 06, 2016

Microsoft Excel Select a value from a predefined list of values with dropdown option to validate the data

Hi friends,

When I was preparing a sheet by referencing some pre-defined names as list to a field/cell. I was thinking the feature of Microsoft Excel dropdown list. After exploring the option and using, I thought of sharing with you all.

Objective: Selecting a cell value from a list of pre-defined values

Procedure:
  1. Open blank excel workbook
  2. Prepare you template with headers
  3. Create a new sheet and rename it. Ex: "Names"
  4. Enter the values from Column A from cell A1 in vertical direction
  5. Don't use any other columns
  6. Don't leave any empty cell in between the values
  7. Leave first cell as empty, if you want to include the empty option in a dropdown
  8. Select the cell which contains the values
  9. Right click and choose the option "Define Name"
  10. Give a name to the list of values. Ex: NamesList
  11. Click on "OK" button
  12. Now, move to the sheet where we want to use the list of names as a dropdown option
  13. Select the cell(s), where we want to have the dropdown list
  14. Click on "Data" Menu
  15. From "Data Tools" ribbon, click "Data Validation" from "Data Validation" submenu
  16. In Settings tab, Validation Criteria section, for the option Allow, select "List"
  17. Choose the options
    • Ignore blank: Ignore when user no selected any option
    • In-cell Dropdown: Show the dropdown list in cell
  18. In "Source" field, type the defined name for the list preceded with = (Equal to) symbol. Ex: =NamesList
  19. Now, you should be able to see the dropdown with empty values
  20. Select the predefined values from the dropdown list of names.
Please send your comments and feedback to psrdotcom@gmail.com

    August 22, 2015

    Ubuntu Windows dual boot order changes GRUB

    Hi friends,

    From long time, I was thinking of modifying my default boot option to Windows instead of Ubuntu. Finally today, I've done those changes in my laptop.

    My system has Windows 10 and Ubuntu 14.04 dualboot and Ubuntu OS is my default boot option with 10 seconds timeout.

    I thought of sharing the information with everyone.

    Please open the terminal and run the followin commands in sequence 
    1. sudo add-apt-repository ppa:danielrichter2007/grub-customizer
    2. sudo apt-get update
    3. sudo apt-get install grub-customizer
    By now, grub-customizer will be successfully installed in your PC.

    Please follow the below step to do the necessary changes in boot order

    • Open the grub-customizer
     

    • Grub customizer lists the installed OS with versions
     

    • Rename the OS entry by right clicking and selecting "Rename" option [Optional]
     

    • Choose the default boot option by navigating to "General Settings"
    • Select options from "predefined" entry


    • Click on "Save" option to save all the changes.
    • You can revert the changes by clicking the "Revert" option, if you feel like going back to original/initial options

    Hope it would help you in changing the default boot order

    Please send your comments and feedback to psrdotcom@gmail.com

    Featured Post

    Java Introdcution

    Please send your review and feedback to psrdotcom@gmail.com