This is default featured slide 1 title
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by BTemplates4u.com.
This is default featured slide 2 title
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by BTemplates4u.com.
This is default featured slide 3 title
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by BTemplates4u.com.
This is default featured slide 4 title
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by BTemplates4u.com.
This is default featured slide 5 title
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by BTemplates4u.com.
Wednesday, October 01, 2014
Tuesday, June 24, 2014
Let's assume you want to prevent duplicate entries in cells B5:B50.
1) Select cells B5:B50;
2) From the Data tab click Data Validation;
3) Click the Settings tab;
4) Click the drop down arrow in the Allow box and select Custom. A new Formula box appears.
5) Click in the Formula box and enter this formula...
Note that the formula uses absolute references for the range ($B$5:$B$50) you want to apply the Data Validation criteria to and relative referencing for the input cell (B5) you want to evaluate. This is critical for this to work
Absolute Referencing uses $ symbols to lock the column and/or row references so they do not adjust when a formula is moved or copied. Relative Referencing doesn't use $ symbols, therefore when a formula is move or copied, the references adjust based on the relative position of the rows and columns.
6) Click on the Error Alert tab and type 'Duplicate Entry' in the Title box;
7) In the Error message box you can type a custom message if you want, such as 'You cannot enter duplicate values in this list!';
8) Click OK and try entering a duplicate value to test it.
1) From the Data tab, in the Data Tools group, click Remove Duplicates;
2) In the Remove Duplicates dialog, all columns are selected by default. This means that if there are rows with identical values in all columns, duplicate rows subsequent to the first instance are removed from the Table or selection.
To remove duplicate records for rows where only certain columns contain duplicate values, uncheck the columns you don't want to check for duplicates. If your data contains a lot of columns and you want to select only a few columns, you may find it easier to click the Unselect All button first and then select only those columns;
3) Click OK. A message will be displayed indicating how many duplicate values were removed and how many unique values remain.
Note that at this point you do have the option to Undo the Remove Duplicates action.
Also note that you use this Remove Duplicates feature on data that contains subtotals or is outlined. You will have to remove the subtotals and outlines first.
Tuesday, April 01, 2014
Automatically Flag Duplicate Values On Input
2>
Tuesday, March 25, 2014
Excel REPLACE Function
Example: Using Excel's REPLACE Function
- Enter the following data into cell D1: ^& # 24,398. The ^, & , and # characters are located above the numbers 6, 7, and 3 on the top row of the keyboard.
- Click on cell E1 in the spreadsheet - this is where the function will be located.
- Click on the Formulas tab of the ribbon menu.
- Choose Text from the ribbon to open the function drop down list.
- Click on REPLACE in the list to bring up the function's dialog box.
- In the dialog box, click on the Old_text line.
- Click on cell D1 in the spreadsheet since the data we want to alter is in cell D1.
- Click on the Start_num line.
- Enter the number 1 on this line to indicate we want to start our replacement from the first character on the left.
- Click on the Num_chars line.
- Enter the number 3 on this line to replace the first three characters.
- Click on the New_text line.
- Type a dollar sign ( $ ) so that we replace the three characters with the dollar sign.
- Click OK.
- The amount $24,398 should appear in cell E1.
- When you click on cell E1 the complete function = REPLACE ( D1 , 1 , 3 , " $ " ) appears in the formula bar above the worksheet.






.jpg)
.jpg)








