Tuesday, August 13, 2013

Showing Formulas in Excel

Showing Formulas in Excel

Did you know that you can show all formulas in excel at one time?

 

 

To quickly show all formulas in your Excel spreadsheet hold down the CONTROL key on the keyboard and press the grave accent key ( ` ).

·         This key is located next to the #1 key on the top left corner of the keyboard and looks like a backwards apostrophe.

·         Showing formulas does not change the spreadsheet, only the way it is displayed.

Showing formulas has several uses:

·         Makes it easy to find cells containing formulas

·         It allows you to quickly read through all formulas to check for errors

·         When you click on a formula, Excel outlines in color the cells referenced in the formula. This helps you to trace the data being used in a formula.

·         Print spreadsheets with show formulas turned on. Doing so, will allow you to search a spreadsheet for hard to find errors.

Save time by using Excel's Concatenate text function

Save time by using Excel's Concatenate text function

Did you know…that you can add a bunch of text values into one cell?!?!

 

Text1, text2, ...     are 1 to 30 text items to be joined into a single text item. The text items can be text strings, numbers, or single-cell references.

You can also use the ampersand (&) calculation operator instead of the CONCATENATE function to join text items. For example, =A1&B1 returns the same value as =CONCATENATE(A1,B1).

 

 

For Example: CTR (6 Week Basic Labor report Download)

If you want a Full Name field, you can concatenate First Name and the Last Name column

=CONCATENATE (D3," ",E3) (yellow column)

FYI…typing ," ", into the code creates a space

 

\\ffx-filer1a\apps\Impromptu 7.1\Reports\ArgonST Custom Reports\Projects\Incurred Cost\6 Week Basic Labor report Download.imr

Removing the Define Code Function in MS Project

Removing the Define Code Function in MS Project

Did you know…you can remove the automated WBS structure function?

 

Have you ever had a problem removing the automated WBS structure function in MS Project?

Here is how to remove it:

 

1.      Select Project > WBSDefine Code…

 

 

2.       Delete the Project Code Prefix (i.e. 01569) and delete the Sequence Level (i.e. Characters (unordered))

 

 

3.    Select the OK button

 

 

 

Num Lock key Startup

Num Lock key Startup

Did you know…there is away to automatically disable / enable the Num Lock key when you start your computer?

 

 

Num Lock key Startup

  1. Click Start, click Run, and type regedit to open the Windows registry editor.

  1. In the registry, open the below folders.

    HKEY_CURRENT_USER\
    Control Panel\
    Keyboard\


 

  1. Within the keyboard folder, you should have a string value named "InitialKeyboardIndicators" with a value of 0, 1, or 2. Below is the explanation of each of these values.

    0 = Num Lock is turned OFF after the logon.
    1 = Disable Num Lock.
    2 = Numlock is turned ON after  the logon
    .

 

 

Networkdays Formula

Networkdays Formula

Did you know…that there is a formula that tells you how many working days there are between two given dates?!?!

 

Start_date     is a date that represents the start date.

End_date     is a date that represents the end date.

Holidays     is an optional range of one or more dates to exclude from the working calendar, such as state and federal holidays and floating holidays. The list can be either a range of cells that contains the dates or an array constant (array: Used to build single formulas that produce multiple results or that operate on a group of arguments that are arranged in rows and columns. An array range shares a common formula; an array constant is a group of constants used as an argument.) of the serial numbers that represent the dates.

 

 

 

Examples

End of the Week Helpful Hints: Custom formula error message...

Custom formula error message...

Did you know…you can makes it easy to display a custom error message for formulas that produce an error?

 

ASAP Utilities » Formulas » Custom formula error message...


Instead of an error such as #N/A or  #VALUE!, you can have your own (more logical) error message displayed when a formula results in an error.
For example, if you have a VLOOKUP formula but no result is not found then the formula will then display the value #N/A. You can this utility to tell Excel what it should display when the formula results in an error, for example to display nothing (an empty result) when no result is found or a user friendly message such as "country not found".

This utility wraps an =IF(ISERROR(old_formula),[value in case of error],old_formula) formula around the existing formulas. You can do this manually, but it is easier and faster with help of ASAP Utilities.

This utility has two advantages compared to writing the =IF(ISERROR()) formula manually:
1. It is easier and quicker because you don't have to type in the formula.
2. You can also use this utility on a range of cells with different formulas.

Screenshots

Example screenshot: Hide or replace error messages


 

 

 

If you have any questions, please feel free to contact me!  If you would like to be removed from the distribution just let me know!

 

 

Saved Email location:

\\ffx-filer1a\contracts\Program Support\Helpful Hints

 

 

 

Thank you for your time and attention,

 

 

A wholly-owned subsidiary

of The Boeing Company

 

Ashley Hill

Business Analyst Lead

Business Management

 

703.828.2123

703.322.0885 (Fax)

Ashley.Hill@argonst.com

 

“Hard work pays off at the end and if it doesn’t then it’s not the end”

 - Unknown

 

Create an index page with links to all sheets (clickable)

Create an index page with links to all sheets (clickable)

Did you know…you can create a clickable index page?

 

Sheets » Create an index page with links to all sheets (clickable)...

This utility will create a clickable index page; a new worksheet with a hyperlink to all worksheets and chart sheets in your workbook.
You can see this as a menu for your workbook with the names of- and a link to all sheets and a quick navigation back to the main menu (index worksheet).
This can be useful when you are dealing with large files with a large quantity of worksheets and/or chart sheets.

To quickly return to the index sheet ASAP Utilities has added a new name to your workbook that refers to cell A1 on the index sheet. This name is "___INDEX_SHEET___ASAP_Utilities". To quickly return to the index sheet select this name in the name box in the formula bar.

Remark:
In Excel it is not possible to create a hyperlink to a chart sheet. To be able to link to a chart sheet ASAP Utilities uses a macro for this. This has a side effect if you workbook contains chart sheets and you use this tool and then the file is used by someone that does not have ASAP Utilities. When they then click on a link to a chart sheet they will receive an error that the macro can not be found.

Screenshots

Example screenshot: 1 Create an index page with a hyperlink to the sheets



Example screenshot: 2 The result



Example screenshot: 3 Quickly return to the index sheet via the name box in the formula bar


 

 

Change formulas to their calculated values

Change formulas to their calculated values

Did you know…there is a utilities replaces the formulas in the selected cells with their calculates values?

 

Formulas » Change formulas to their calculated values


The utility works the same as Excel's 'Copy » Paste special » Paste values' but in one step and it also works with multiple selections at once.
Normally the utility changes the formulas to their calculated values in both visible and hidden cells. If you have selected cells in a filtered list only the visible cells are changed.

As an example, a cell with the formula '=A2*(C19/12)' which has '124' as the calculated result will be replaced with the value 124.
This can be useful, for example if you want to speed up the calculation of your workbook or if you don't want someone to see the underlying formulas you used if you give the workbook to somebody else.

By default you can start this utility with the shortcut Control+Alt+P.

Screenshots

Example screenshot: 1 Change formulas to their calculated values

Example screenshot: 2 Formulas to values in a filtered list is something that you normally can't do in Excel

 

 

Automatically highlight expired dates and dates that are 30 days from expiration

Automatically highlight expired dates and dates that are 30 days from expiration

Did you know…there is a way to automatically highlight upcoming and past due dates?

 

 

Directions:

1.      First highlight the range of cells that you want to apply the formatting to. In this example, we've selected all of column A since we don't know how many rows will have expiration date values.

2.      Select the Home tab in the toolbar at the top of the screen. Then in the Styles group, click on the Conditional Formatting drop-down and select Manage Rules.

3.      When the Conditional Formatting Rules Manager window appears, click on the "New Rule" button to enter the first condition.

4.      When the New Formatting Rule window appears, select Format only cells that contain as the rule type.

5.      Then select Cell Value in the first drop down, less than in the second drop down, and enter the following formula: =NOW()+30

6.      Next, we need to select what formatting to apply when this condition is met. To do this, click on the Format button.

7.      When the Format Cells window appears, select the Fill tab. Then select the color that you'd like to see the dates that will expire in the next 30 days. In this example, we've selected yellow. Then click on the OK button.

8.      When you return to the New Formatting Rule window, you should see the preview of the formatting in the Preview box. In this example, the preview box shows yellow as the fill color. Next click on the OK button.

9.      This will return you to the Conditional Formatting Rules Manager window.

10.  You will need to click on the New Rule button again.

11.  When the New Formatting Rule window appears, select Format only cells that contain as the rule type.

12.  Then select Cell Value in the first drop down, less than in the second drop down, and enter the following formula: =NOW()

13.  What this formula means is that the date in the cell is past today's date. To select what formatting to apply when this condition is met. To do this, click on the Format button.

14.  When the Format Cells window appears, select the Fill tab. Then select the color that you'd like to see the expired dates displayed in. In this example, we've selected red. Then click on the OK button.

15.  When you return to the New Formatting Rule window, you should see the preview of the formatting in the Preview box. In this example, the preview box shows red as the fill color. Next click on the OK button.

16.  This will return you to the Conditional Formatting Rules Manager window.

17.  You will need to click on the New Rule button again.

18.  When the New Formatting Rule window appears, select Use a formula to determine which cells to format as the rule type.

19.  Then enter the following formula: =ISBLANK(A1)=TRUE

20.  What this formula means is that if any cells in column A are blank, do not apply the yellow or red formatting. The value of A1 is put as the parameter in the IsBlank function since this is the first value in the range of cells that you've selected. Since the formula uses relative referencing each value in column A will be evaluated individually.

21.  Next, we need to select what formatting to apply when this condition is met. To do this, click on the Format button.

 

22.  When the Format Cells window appears, select the Fill tab. Then select white as the color that you'd like to see as the fill in the blank cells. Then click on the OK button.

23.  When you return to the New Formatting Rule window, you should see the preview of the formatting in the Preview box. In this example, the preview box shows white as the fill color. Next click on the OK button.

24.  Now when you return to the Conditional Formatting Rules Manager window, make sure that you check the "Stop If True" checkbox for the first rule. If you do not, the blank cells will show as red fill because the second condition will also evaluate as TRUE.

25.  Click on the OK button.

26.  Now when you return to the spreadsheet, the conditional formatting will be applied.

27.  Since we created this example on 11/19/2010, you can see that the value in cell A3 will expire in the next 30 days, while the value in cells A4 and A5 have already expired.

 

 

ASAP Utilities: Delete all numbers or text characters (a-z) in selection

ASAP Utilities: Delete all numbers or text characters (a-z) in selection

Did you know… you can remove all numbers or text characters (a-z) from the values in the selected cells?

 

Text » Delete all numbers in selection

 

The numbers 1, 2, 3, 4, 5, 6, 7, 8, 9 and 0 will be removed from every cell in your selection. Cells with a formula will be skipped.
If you have selected only one single cell then the utility will edit all the cells on your worksheet.

For example a cell with the value '8011LB' will be replaced with LB'.

Screenshots

Example screenshot: Delete all numbers in selection


Text » Delete all text characters (a-z) in selected cells


All letters from the alphabet (abcdefghijklmnopqrstuvwxyz), both uppercase and lowercase will be removed from every cell in your selection. Cells with a formula will be skipped.
If you have selected only one single cell then the utility will edit all the cells on your worksheet.

For example a cell with the value '8011LB' will be replaced with '8011'.

Screenshots

Example screenshot: Delete all text characters in selection


 

 

 

If you have any questions, please feel free to contact me!  If you would like to be removed from the distribution just let me know!

 

 

Saved Email location:

\\ffx-filer1a\contracts\Program Support\Helpful Hints

 

 

 

Thank you for your time and attention,

 

 

A wholly-owned subsidiary

of The Boeing Company

 

Ashley Hill

Business Analyst Lead

Business Management

 

703.828.2123

703.322.0885 (Fax)

Ashley.Hill@argonst.com

 

“Hard work pays off at the end and if it doesn’t then it’s not the end”

 - Unknown

 

FW: End of the Week Helpful Hints: ASAP Utilities: Insert sheet(s) name in selected cell(s)

Insert sheet(s) name in selected cell(s)

Did you know…you can inserts the name of the worksheet into your selected range in each of your selected worksheets?

 

In the Excel menu choose ASAP Utilities » Fill » Insert sheet(s) name in selected cell(s)


You can for example use this to insert the sheet name into cell A1 on every selected worksheet.

Screenshots

Example screenshot: 1 Insert the name of each selected sheets in the selected cell on each worksheet

Example screenshot: 2 The sheetname is entered in cell A1 of every selected sheet