1MIS Interview Questions and Answers PDF Download
1MIS Interview Questions and Answers PDF Download
1. Model
2. Constraint
3. Optimization
Q) Explain the steps to protect the worksheet from anyone editing the data ?
A) We can protect editing the data by anyone in two ways:
i) We can keep password protection for the worksheet so that no one can edit the data. People
who have passwords only they can access the sheet.
Menu bar -> Review -> Protect Sheet -> Password.
ii) Range locking. Choose the range which you want to lock, Righ click. From the drop menu
select Format cells, now go to the Protection bar. Here select the Locked option, finally press on
OK button.
Q) Explain, How to prevent users from entering unwanted data with the help of a drop
down list?
A) Using Data validation, we can create a drop down list.
Initially create a list that you want to use drop down list.
Go to Menu Bar
Now select Data
Here Data validation
In the drop down click on "Data Validation", in the settings choose the "Allow" option.
Now source area will pop up.
Hit on the "Source Area", now choose the data list which you created at the initial stage, finally
click on the "OK" button.
Syntax of VLOOKUP:
VLOOKUP(lookup_value,table_array,col_index,[range_lookup])
Q) Explain Condition?
A) Condition is a expression which states the values whether it is True or false. Condition
expression states the value which is entered in cell is in number form or text form, given value is
>, = or < and any specified value etc.
Syntax of Condition?
=IF(logical_test, [value_if_true], [value_if_false])
=OR(logical1, [logical2], …)