Add special formatting for engagement links in Microsoft Excel
With Engagement Manager you can combine engagement links with Microsoft Excel formatting formulas to provide alternative display options for text in Excel workpapers. Most linking and formatting options for Excel workpapers opened through Engagement Manager are available in Engagement Link.
To access Engagement Link:
In Engagement Manager, open the spreadsheet you want to edit.
After the spreadsheet opens in Microsoft Excel, select the
Engagement Manager
tab.
Select
Engagement Link
.
Format the client name
When you add client names using the fields in Engagement Link, Excel retrieves the names from the corresponding fields in GoFileRoom. This formats client names in all capital letters.
To display client names using the proper case, use one of the following methods.
Combine the Excel formula
PROPER
, which capitalizes only the first letter of each word, with the Engagement Manager formula for the client name. The formula should look similar to this:
tab. Enter the client name using the proper capitalization for the
Description
. You can then insert the Engagement Manager account description variable instead of the client name into the Excel spreadsheet.
In Engagement Manager, enter the client name (using the proper capitalization) as the workpaper description. For example, enter
FS-1
as the financial statement workpaper reference and
ABC Company, LLC
as the workpaper description. You can then insert the Engagement Manager workpaper description variable instead of the client name into the Excel spreadsheet.
Combine dates with text in the same cell
Follow these steps to display both text and dates in the same cell (for example,
Adjusted 12/31/20XX
or
December 31, 20XX & 20XY
).
In Microsoft Excel, insert a date formula using the fields in Engagement Link.
Put your cursor before the Engagement Manager formula in the formula bar.
Enter quotation marks around any text (excluding formulas) that should display in the cell, and enter an ampersand (&) between the text and formulas.
important
Remember to include spaces inside the quotes for text and formulas.
Displaying "Adjusted 12/31/20XX" in a cell
Use the fields in Engagement Link to insert
12/31/20XX
as the date.
In the formula bar, place your cursor after the equal sign and before anything else.
Enter
"Adjusted "&
. You must include the quotes and spaces.
Use Enter to insert the combined text and formula.
Displaying "Period ending December 31, 20XX and 20XY" in a cell
Use the fields in Engagement Link to insert
December 31, 20XX
as the date.
In a different cell, use Engagement Link to insert
20XY
as the date.
Copy the Engagement Manager formula from the Excel formula bar for the
20XY
date.
In the cell from step 1, place your cursor in the formula bar after the equal sign and before anything else.
Enter
"Period ending "&
. Include the quotes and spaces.
Place your cursor after the Engagement Manager formula, and enter
&" and "
. You must include the quotes and spaces.
Paste the formula you copied for the 20XY date.
Use Enter to insert the combined text and formulas.
If you completed the previous steps correctly, the formula should read as follows, and the workpaper should display the correct information.
="Period ending "&AfText("BP<Current Period Date'Description><Text'CP'C'mmmm dd, yyyy'>")&" and "&AfText("BP<Current Period Date'Description><Text'CP'1P'yyyy'>")