Pages

2/27/07

Do You Like To Save Your Work Automatically?

While working for long hours incase if your system hanged in between or any application error causes the excel program to close suddenly, the important changes that you made would be lost. It also leads rework.

You can use AutoSave feature in excel to avoid such situation. It is a simple feature that helps you a lot by saving your time by saving workbook automatically.

Where you can use AutoSave effectively?
  • If you are working for long time in a workbook, you can use this feature to avoid data loss by automatically saving your workbook every short time.
  • If the workbook that you are using is shared, this feature updates the status automatically every short interval.

AutoSave is an add-in feature installed with Microsoft Excel. You can find the command Add-Ins on the Tools menu. Click Add-Ins and select ‘Autosave Add-in’ from the list of inbuilt features. Now you can see that Autosave option has been added into Tool menu.

This feature prompts you every 10 minutes whether to save the workbook or not. You can customize the settings by clicking ‘Autosave’ on Tool menu.

A dialogue box appears. You can change the default 10 minutes into any number of minutes (1 to 120 minutes) that you want. By selecting the ‘Save all open workbooks’ you even save the active and inactive workbooks at a time. When the particular interval time reaches excel prompts you whether to save or skip changes. If you want to save changes click save option else skip option to continue your work.

If you do not like to get prompted every time, then you need to turn off ‘Prompt before saving’ option. As a result, whenever the interval time passes Excel saves your work automatically without prompting you each time.

Note: If the add-in is not installed on your computer, you can install it using the ''Add / Remove programs' in Control panel. It is very simple. Click on 'Microsoft Office' or 'Microsoft Excel' in the list and click 'Install / Uninstall' tab. Insert the Installation CD to locate the add-in feature.

Want To Learn How 'COUNT IF' Works?

COUNTIF is the function, which is used to count number of cells in a list that matches a particular condition.

Syntax

=COUNTIF(list,”condition”)

Here list is the range of cells selected and condition can be in the form of arithmetic, text or logical expression.

Find below some of the examples:

In the above picture the range of cells between Row 2 and Row 6 are counted by different expressions.

Arithmetic expressions:

=COUNTIF(B2:B6,”>500”)
Here condition is to count cells that are greater than 500. The range of cells is between B2 and B6. There are two cells (B2 is 780 and B4 is 650) that meet the condition, so COUNTIF function returns 2

Text expression:

=COUNTIF(E2:E6, “Lara”)
Here condition is to count cells that have name Lara. The range of cells is between E2 and E6. Three cells B2, B3 and B5 matches the given condition, so COUNTIF function returns 3

Logical expression:

=COUNTIF(H2:H6, “false”)
Here condition is to count cells that have logical value FALSE. The range of cells is between H2 and H6. Two cells have the matching logical value, so COUNTIF function returns 2.

Intersting posts are yet to come. So keep visiting this blog. :-)