Excel Advanced Chapter 3
Excel Advanced Chapter 3
Data Validation
14. Check the Show error alert after invalid data is entered check box is selected.
15. Select Stop from the Style list box.
1. Click Sheet2.
2. Select cells A1 to C20.
3. Click the Data tab.
4. Click the Data Validation button.
5. Click Allow list arrow, then click Custom.
6. Type =COUNTIF($A$1:$C$20, A1)=1, then click OK.
7. Type 1 in the cell A1, then press [Enter].
8. Type 1 in the cell B1, press [Enter], click Cancel.
9. Type 2 in the cell B2, then press [Enter].
1. Click Sheet3.
2. Select cells A1 to A10.
3. Click the Data tab.
4. Click the Data Validation button.
5. Click Allow list arrow, then click Custom.
6. Type =LEFT (A1)=”a”, then click OK.
7. Type A123 in the cell A1, then press [Enter].
8. Type B123 in the cell A2, press [Enter], click Cancel.
9. Type A234 in the cell A2, then press [Enter].
Assignment