Friday 27 June 2014

COUNTA Formula Excel with Example.

How to use COUNTA Formula in MS Excel / COUNTA Formula With Example/ Function with Example in Microsoft Excel.


Every Excel user should have knowledge / information about COUNT Function, as COUNTA Formula is a very important formula in MS Excel. In this Example we will learn What exactly COUNTA Formula do in Excel or How to use COUNTA Formula in MS Excel? Also what is the Difference between COUNTA & COUNT Formula?




COUNTA Function or COUNTA Formula counts the number of cells in a range that have data in them. If you+ want to count the number of cells that contains data, then COUNTA function / formula will be used. COUNTA Formula can be used in Microsoft Excel 2003, 2007, 2010, 2013 or any version of Microsoft Office MS Excel.

Difference between COUNTA & COUNT Formula in Excel:-

As we already discuss about COUNT Formula, COUNT Formula counts cells only that contains numbers not any other data but COUNTA formula counts all the cells that contains data either the data is numeric (Number) or any other data type.

What is the SYNTAX of COUNTA Formula in Excel?

SYNTAX:- =COUNTA(range) or =COUNTA(value1, value2....valueN)

NOTE:- COUNTA counts all cells that have any data, if you want to count only cells that contains numeric (number) values then use COUNT formula instead of COUNTA.

COUNTA Example:-

We have a data that contains some data doesn't matter what is the type of data either it's numeric or any other type, COUNTA formula will simply count the cells that contains any type of data. Below is an example:-
COUNTA Formula Excel
Please give your suggestions and comments in comment box. Thanks.

Thursday 26 June 2014

TRIM Formula with Example MS Excel

TRIM Formula Excel / How to use Trim Function in MS Excel / Use of TRIM Formula in Microsoft Excel Spreadsheet / TRIM Example Excel.




There is a Formula in Microsoft Excel Software, TRIM Formula. TRIM Formula is a very interesting and useful formula in MS Excel. Here we will learn how to use TRIM Formula with Example? In this Formula we will use LEN Formula for the better understanding of TRIM Formula.

Where we use TRIM Formula, How to use TRIM Formula in Excel and What is the TRIM Formula Syntax in Microsoft Excel Software?

TRIM Formula Syntax:-  =TRIM(text) or =TRIM(cell reference)


Sometimes we get double spaces in our data and we wants to get rid of any double space in a cell, except for single spaces between words. There are some situations when you pull data from a database or you get data from other sources and for some reason extra spaces are put in behind or in front of proper data, in that case TRIM formula is extremely useful. So, to remove extra spaces (more than one space in a cell), spaces after the data or spaces before the data TRIM function is used.

Example of TRIM Formula:-

We have a sentence in cell B2 (Just for an example) and sentence has more than one space in between the sentence and once space before the starting of the sentence and one space after the sentence, so to remove all more than 1 space in between the sentence, spaces before sentence and spaces after the sentence, we will use TRIM formula in cell D3 and Result in D4.
TRIM Formula Image
To know how TRIM Formula works in Excel worksheet, we will use LEN Formula to know the character count before the TRIM Formula and to know the character count after TRIM Formula.
Know about LEN Formula in MS Excel, CLICK HERE.

Wednesday 25 June 2014

COUNT Formula Excel / How to use COUNT Function in MS Excel.

COUNT Formula with Example in Microsoft Excel / How to use COUNT Formula in MS Excel / Microsoft Excel (MS Office) COUNT Function / Formula.


In MS Excel, COUNT Formula is a very important formula. Every Excel user should have knowledge / information about COUNT Function. What exactly COUNT Formula do in Excel or How to use COUNT Formula in MS Excel with Example?

COUNT Function or COUNT Formula counts the number of cells in a range that have numbers in them. If you want to count the number of cells that contains data* (only Numeric Data), then COUNT function / formula is used. COUNT Formula can use in Microsoft Excel 2003, 2007, 2010, 2013 or any version of Microsoft Office MS Excel.

What is the SYNTAX of COUNT Formula in Excel?

SYNTAX:- =COUNT(range) or =COUNT(value1, value2....valueN)


NOTE:- Remember that COUNT Formula in MS Excel Counts only those cells that contain Numbers (Numeric Data).

COUNT Example:-

We have a data and we want to know the count of number cells within the data range. Lets say, We have some data from A2 to A11 (A2:A11) and we want to know the count of cells that contains numbers, then we will use COUNT Formula. See below:-
Count Example
In Example 1, there are two values which are not numbers so COUNT Formula count only 8 rather than 10.

In Example 2, All values are numbers (Numeric values) so COUNT Formula counts complete cells within the range E2:E11.


Tuesday 24 June 2014

SUMIF Formula MS Excel / How to use SUMIF Function in MS Excel.

Excel SUMIF Formula / SUMIF Function in Microsoft Excel / How to use SUMIF with Example in Excel Worksheet. SUMIF Formula Syntax Excel.




SUMIF is a very powerful formula in MS Excel. The use of SUMIF is very high in Companies. SUMIF is not so tough as it looks like. It's a very easy to use and important formula in Excel. Every Excel use should have knowledge about SUMIF Function. SUMIF Formula works in all MS Excel Versions like MS Office 2003, 2007, 2010 etc. Here we use SUMIF Formula with Example.

The SUM Formula in Excel simply count two or more values, but if an excel users wants the sum of a specific value in a specific range then SUMIF formula will be used. So, how to use SUMIF Formula / Function in Excel? Here we will learn SUMIF formula with example.

What is the Syntax of SUMIF and How to use SUMIF Formula in Excel Spreadsheet?


SUMIF Formula / Syntax:- =SUMIF(range, criteria, [sum_range]).

Range:- Cells range to be evaluated.
Criteria:- the condition or criteria which will be in the form of a number, expression, or text that defines which cells will be added.
sum_range:- the actual cells to sum.

SUMIF Sample Data
NOTE:- If sum_range ommited(leave blank) the cells in the range are used as sum_range.

SUMIF formula Example:-

Suppose we have a data of salespersons, target, total sale, and status for target achieve or not, now if
we have to calculate the total sale of those salespersons who had achieved their target then we will use SUMIF formula, below is SUMIF Example:-


Here we want to sum of the total sale for those salespersons who had completed their targets (those whose total sale value is greater than 600 rs.).
SUMIF Formula with Example

Here is the result for those salesperson who have completed for their targets 8199 rs (Sum of Total sales of the salesperson those who have total sale greater than 600).

In the above formula:-

Range is D2:D21
Criteria is D2
Sum_Range:-C2:C21

SUM Formula with example in MS Excel / Excel SUM Formula

SUM Formula with Example in MS Excel / MS Excel SUM Function / Difference between SUM & SUMIF formula / Function in Microsoft Excel.

In Microsoft Excel SUM Function or Formula is a very useful formula or function. With the help of SUM Formula in MS Excel Excel users can calculate / find the SUM of given Numbers. SUM Formula works in all MS Excel Versions like MS Office 2003, 2007, 2010 etc. Here we use SUM Formula with Example.



The SUM formula does exactly what you would expect or want. SUM formula allows you to add 2 or more numbers together very quickly and in a very simple way. You can use cell references (Give values from cells) as well in SUM formula.

What is the SUM Formula in MS Excel?

Formula:- =SUM(5, 5) or =SUM(A1, B1) or =SUM(A1:B5

Now here we add two numbers and numbers with cell reference in excel. You can use Excel as a calculator for mathematical functions. SUM is an example of mathematical functions.
Lets say you have two values and want to add both the values just type =SUM(value1, value2, .......valueN) and you will get the summation of the values / numbers. Instead of entering values or numbers in the formula you can also give cell references if you have data in your Excel Sheet / Table cells and you want to add those numbers / values.
Excel SUM Formula with Example
Instead of typing SUM Formula you can simply adding two or more values by putting + sign between two or more values in MS Excel worksheet or Excel Table after = equal to sign.

There is a another SUMIF Formula / Function in Excel. SUMIF is little different from SUM.

What is the Difference between SUM & SUMIF formula?

There is little difference between SUM & SUMIF Formula in Excel. In SUM Formula you don't need to give any range or range criteria, it adds simply numbers as given. In SUMIF Formula you can give a specific range, criteria you want. SUMIF formula adds the cells specified by given condition and criteria. SUMIF Formula:- =SUMIF(range, criteria, [sum_range]).

To Know Excel Shortcuts CLICK HERE.

Sunday 22 June 2014

LEN Formula with Example in MS Excel

How to Find Lenght of Characters in a cell in MS Excel? Len Function Microsoft Excel. Get No of Characters in a cell in Excel. LEN Formula with Example in Excel 2007.



Len Formula / Function is a very useful formula in MS Excel. Len Function gives the character lenght or we can say counts the character in a cell in MS Excel. The LEN Formula counts the characters present in a cell with spaces in Microsoft Excel. Sometimes we need to put a specific lenght of characters in a data, in that case we need find the number of characters / letters in Excel cells, then we use LEN Function.

LEN Formula in MS Excel:- =LEN(CellValue)


LEN Formula with Example:-

We have some addresses in cell A2:A9 and we want to find out the lenght of characters present in these cells.

Write the LEN formula (=LEN(A2)) in cell B2 and press Enter.

Now Fill the formula till the end of the data (A9), and you will get the count of characters available in cells.

NOTE:- LEN Formula counts all the spaces and special characters too.

Tuesday 17 June 2014

MCD Delhi Junior Engineer Recruitment 2014 / JE (Civil) & JE (Elect.) Recruitment MCD 2014

MCD (Delhi Municipal Corporation) Junior Engineer Recruitment- Delhi Government Job 2014- MCD Delhi Govt Jobs 2014.

MCD Delhi Recruitment of JE (Civil) & JE (Elect.) through online Applications / Delhi MCD Junior Engineer Govt Job 2014




Delhi Municipal Corporation (MCD) issued notification for recruitment of 35 junior engineer (Civil and Elect.) posts for New Delhi location. Those who holds Graduation degree in Civil Engineering with 2 years of experience after graduation are eligible to apply for these latest Government Central Job 2014. Candidates who got selected in MCD (Delhi Municipal Corporation) Recruitment 2014 will have pay scale of Rs 9300-34800/- with appropriate grade pay of Rs 4200/-.

Delhi Municipal Corporation Notified Recruitment to fill up vacant posts on contractual basis, according to the employment news. All the eligible candidates who are looking / seeking for Junior Engineer Job position or interested in applying for MCD (Delhi Municipal Corporation) Recruitment 2014 can apply online to these positions online through the MCD official website i.e www.mcdonline.gov.in. Last date for the submission of online applications form for Junior Engineer in MCD is 23rd June 2014. The candidates selection for the recruitment will be based on the test/interviews. Applications will not be accepted after the mentioned dates, so interested candidates should apply / fill online applications on or before the last date in official website of MCD.

  

To Fill Online Application Form for Junior Engineer Post in MCD Delhi-Click Here.

Important Details regarding MCD-Delhi Municipal Corporation notification 2014 are mentioned below. 

Delhi Municipal Corporation Recruitment 2014 Details:


Name of the Organization:- Delhi Municipal Corporation (MCD)
 

Official Website of MCD Delhi:- www.mcdonline.gov.in
 

Job Category:- Government Job (Delhi Government Job)
 

Job Role:- Junior Engineer 
No of Vacanies in Delhi MCD:- 35
 

->In 35 vacancies 18 post is for General, 08 for OBC, 05 for SC, 03 for ST and 01 for Others.
 

Job Location:- New Delhi

Thursday 12 June 2014

Excel Find and Replace / Find and Replace Font Color and Background Color in Excel

How to Find And Replace Font Color And Background Color? Replace Background and Font colors. Find And Replace Method in Excel with Example. Find and Replace Excel 2007.

Every MS Excel user apply font or background colors to his / her excel worksheet for various purposes or reasons, like green to indicate that an record has been checked or maybe red or some other color of their choice to indicate that a value need to be reviewed. Sometimes in MS Excel we need to find the cell colors and replace that color with another color or no fill color. So, here is a question we have i.e
How to find and replace cell colors in Excel?

How a person can remove the green fill color from hundereds of cells throught the workbook without having to do them manually and without messing up the other formatting such as fonts style, borders in the same cells?

So, the easiest way to replace font and background color from cells within a worksheet or workbook in Microsoft Excel (Excel 2007)  is find and replace cell formatting. Excel provides find and replace cell formatting.


Follow the steps given here to find cells with a specific fill color and replace with no fill or another color;

1)  To open the Find & Replace dialog box, Press CTRL+H

2) It may be possible that 'Find what' or 'Replace with' fields contains any values from a previous search, so first clear both the fields;

3) You will need to click the Options button to expand the dialog box if you don't see the format button on the Find and Replace window.

4) Click the small arrow on the right edge of the Format... button and choose Clear Find Format; (or Clear Replace Format), If the small boxes to the left of the Format... buttons do not say 'No Format Set' (IF there is already showing No Format set then there is no need to clear find Format or Clear Replace Format).

5) Click the small arrow on the right edge of the Format button and choose Format button if you want to open the Find Format dialog box or click on 'Choose Format from cell...' if you want to select the format or text color from the cells of excel worksheet.

6) On Find Format dialog box, click the Fill tab and choose the Fill color you want to replace and click OK.
After that You will see a 'Preview' of the color you chose in the small box to the left of the Format button;

7) Next, choose the color you want to replace the 'found' color with by clicking the Format button to the right of the 'Replace with' field. Click the Fill tab in the Find Format dialog, choose the replacement Fill color you want and click OK, Alternatively you can pick format from cells of Exce worksheets.

In this example, the cells containing green fill color will be replaced by a Sky Blue fill color;

8) Click the Replace All button and all of the cells with the green Fill color will be replaced with Sky Blue Fill without affecting any of the other cell formatting such as font size, font style, font color, borders etc...

As you've probably already realized, you can utilize this same technique to easily replace any other cell formatting attribute or multiple formatting attributes.

Note:- Choose Format From Cell option on the Format button, this is useful when you want to use all or multiple parts of a cell's formatting as your search criteria. Also, if you want to find a color but you are not exactly sure which color is in the cell, this option can help. If you don't know or not sure which background color is in cell, then 'Choose Format From Cell' option, to choose the correct color along with all the other formatting. Then clear any unwanted color or formatting attributes from the criteria by clicking the clear button on each tab (i.e Alignment, Font, Border, Protection, Fill, Number).

Here is an another trick to select All Cells that contains a specific color or any other formatting. How to select the colored cells and not replace them in Excel Spreadsheet?

Instead of clicking the Replace All button in the above step 8, Click the Find all button and all of the found cells will be listed at the bottom of the Find & Replace dialog box. After that press CTRL+A to select all of the items in the list. All of the cells have been selected on your worksheet after Pressing the CTRL+A button. Now click the close button and you will be returned to your worksheet with all of the found cells selected.

I hope this will help you guys, don't forget to write your feedback and suggestion in comment box, also you can share if you have any question regarding MS Excel (Excel 2007).


Monday 9 June 2014

Formatting Multiple Sheets / Worksheets in Excel at once.

How to apply same formatting or conditional formatting to multiple excel sheets / worksheets at once? Change formatting multiple worksheets at once / in one attempt in Excel 2007 or MS Excel. How to insert same data in multiple sheets / worksheets in Excel at once. (+Microsoft Excel Tips and Tricks )

Sometimes we need to apply same format to all existing Microsoft Excel worksheets in a Workbook. So, here is a question, how to change or apply same format to all the excel sheets in one attempt / at once.
Suppose you have a four worksheets in your excel workbook, Sheet1 / sheet 1 has some formatting cells / range and you want to apply the same formatting to all the excel sheets in only one attempt. It's very simple, to give same formatting as Sheet1 contains follow the give below steps and you can formatting your all excel sheets same formatting at once.

1) Right click on one of the worksheets tabs (Sheet 1 here).



2) Choose select all sheets.

3) After choosing all sheets, any formatting you apply or any text you enter, will show up on all the worksheets in your excel workbook.


If you want to eliminate or exclude any / certain sheets from the changes, Deselect those sheets by Holding down the CTRL key and click on the sheet tab of your worksheet you want to exclude from the others.

NOTE:- By holding the SHIFT key and selecting the worksheet tab, you can also group excel sheets / worksheets.


Thursday 5 June 2014

IF Function / Formula in MS Excel 2007, Excel IF Formula / Function.

IF Function in MS Excel / Excel IF Formula or Function / How to use IF Function in Excel 2007.

IF Function is one of the most important Function / Formula in MS Excel. Here we will learn / use IF Function. How to use IF Function or Formula in Excel? What are the parameters or arguments of IF Function in Microsoft Excel Software?  What is the syntax of IF Function? How many types of IF Functions / Formulas in MS Excel?

So, In MS Excel IF Formula or Function has three arguments or you can say parameters. IF Function syntax is =IF(logical_test, [value_if_true], [value_if_false]).

Logical Test should be something like that comparing to different cells or comparing a cell with a value. You can also comparing a cell with a Formula or a Text entry.

There are four types of IF Functions or Formulas. Now here we are going to learn how to use simple IF Function in MS Excel?

We have a data that has employees details like Employee Name, Salary, Bonus, Job Rating etc, And in this data we want to know the bonus of the employees according to their Job Rating. Lets say, the employees that have Job Rating 4 or 5, they will get 2000 Rs as bonus.


Here is a condition that If your Job Rating is 4 or 5, we are going to put the value 2000 in the bonus column if not Zero (0). So, here we use IF Formula i.e

=IF(F2>3, "2000","0").


In the above Formula the condition is If  F2 column values that contains job rating of the employees is greater than 3(>3), then Employee will get Bonus 2000 else 0.

NOTE:- The value after the If condition should be in double quotes ("") like "2000", "0".
 
 


Wednesday 4 June 2014

Automatically Fill Formula in a selected range in MS Excel.

How to fill formula in a selected range through keyboard keys in MS Excel / Shortcut to fill the formula without mouse in Excel / Auto Fill a formula by a single click in Excel.

In Microsoft Excel many times we enter a formula in a cell and then fill it till the end of the data or the range we required or want the formula to be filled, so what a person do to fill the formula in MS Excel or paste the excel formula in the desired cells?

To fill or paste the excel formula in a selected range of cells in Excel 2007 or in any Excel version, a person can simply copy the formula and paste in the desired cells. On the other hand, you can also double the lower right corner of the cell (the cell that contains the excel formula).

But here is a very simple and amazing trick to do all this by press two keys at once. To fill a formula follow the below steps:-

1) First select a range of cells in which you want to put / fill / enter the Excel formula.


2) Start typing the formula without doing anything, just enter the formula (the formula you will type, will be written in the upper first cell of your selection / range).

3) Now press CTRL+ENTER instead of Enter, and the excel formula you typed in very first cell of your selected range or selection fill automatically.



Tuesday 3 June 2014

Excel Date Formatting / Date Formatting in MS Excel.

Date Formatting / Excel Date Formatting:- 

Show Weekdays Next To Dates in Excel Spreadsheet / Fill Day with Dates in the same column / cell or in the next cell / column in Microsoft (MS) Excel.

Here is a very quick easy trick to fill / show days name next to the dates either in the same column or in the next column of the dates in MS Excel spreadsheet. Every person should use dates in proper format in their spreadsheet especially when you are a profession and working in a corporate world. When a person type a date in Microsoft Excel, it often displays the dates in a different format than the way you typed the dates.

If you want to display your date exactly as you typed you can use the apostrophe (') symbol before the dates you are typing. But here their is a problem with this method, it restricts the possibilities that real dates give you in Excel. Many users use / opt for typing  / inserting an apostrophe (')  before their dates.



Instead of the above method (Inserting / putting apostrophe before date), excel users have many more possibilities for displaying their dates exactly the way you want with the help of Custom Number Formatting in Excel.

With the help of Custom Number Formatting in MS Excel we can do many things in which here we are going to displaying weekdays next to dates in same column or in next column / Cell.

Below are two options using Cusstom Number Formatting that you can use to display weekdays next to dates in your Excel Worksheets.

First we are goint to display weekdays in separate column or cell in Excel.
1) To Enter the current date in Excel Press CTRL+; and drag the Fill Handle down to create a series of dates, lets fill the dates in cells B3:B14 just for an example (You can Enter any date as you want).

2) Now, in cell C3 type =B3 and Drag the Fill Handle down till C14 (or Double click the lower right corner of the selected i.e C3 cell).


3) Select the filled dates i.e C3:C14, open Format Cells dialog box from the Font group in the Home Menu by clicking the lower right corner of Fond group or You can press simply CTRL+SHIFT+F ( to open Format Cells dialog box press CTRL+1).

4) In Format Cells dialog, click the custom category on the Number tab (uper left corner), next to the category list type / enter dddd in Type field and click ok.


Now weekday for each date in column B will show in a separate column (Column C)

Now if you want to include / fill weekday in same cell that contains / have date, follow the below method:-
1) Select the date cells in column B (B3:B14) and press CTRL+1 to open the Format Cells dialog;

2) On the Number tab, click the Custom category. In the Type field enter dd-mmm-yy (dddd) and click OK.

If you want to show / add weekday before the date you can add the dddd at the begining of the format. And, if you want to display only three character for the weekdays you can type / add / enter ddd instead of dddd.


Now all you wanted you have it. A weekday name and date displayed in the same cell in MS Excel worksheet.