Changing the display format of numerical values

The numeric display format is only used to control how data is displayed. All operational objects use the raw data that is displayed in the Value Display bar, i.e., full precision is used in all calculations regardless of the display format.

Value_display_bar.png 

Phoenix uses Microsoft .NET format strings to display numerical values in a worksheet.

To specify a Microsoft .NET format string

Select the Custom option button in the Columns tab.

Enter a format string in the field. The following lists some examples. The default is G8.

General format (e.g., G, G4, G8): Enter G in the Custom field to display the values in the cells in fixed-point or scientific notation, depending on the length of the number and the specified preci­sion. Users can change the precision specifier after G to any whole number from one to 99. Any numerical value longer than the specified precision value is displayed in scientific notation. If no precision value is specified, then every number in the column is displayed without regard to signif­icant digits or decimal places.

Exponential (e.g., E, E4, E8): Enter E in the Custom field to display the values in the cells in sci­entific notation. Users can change the precision specifier after E to any whole number from one to 99. If no precision value is specified, then six decimal places are used to display every number in the column.

Fixed (e.g., F, F4, F8): Enter F in the Custom field to display the values in the cells in real num­bers. The F format determines how many decimal places are displayed. Users can change the precision specifier after F to any whole number from one to 99. If no precision value is specified, then two decimal places are used to display every number in the column.

To specify the number of decimal places

Users can set the number of required and optional decimal places to make sure that all values in a cell are represented and not altered. The number of required and optional decimal places needed to do this depends on the values in the column cells.

Select the Numeric option button.

In the Required Decimals box, select or type the number of required decimal places.

In the Optional Decimals box, select or type the number of optional decimal places.

Check the Use Thousands Separator box to place a comma between every third integer.

If a cell contains less than the specified number of required decimals, then zeros are appended to the end of the value. For optional decimals, no zeroes are appended. On the other hand, if a cell contains more decimal values than the number specified, then the values are truncated. The actual value is not changed in the cell, only the displayed value is changed.

Date and time formats

The time column in a worksheet is typically in numeric format. Phoenix also allows users to create worksheets that contain the date and time values in text format.

MM/dd/yyyy (8/22/2006)
dddd, dd MMMM yyyy (Tuesday, 22 August 2006)
dddd, dd MMMM yyyy HH:mm (Tuesday, 22 August 2006 06:30)
dddd, dd MMMM yyyy hh:mm tt (Tuesday, 22 August 2006 06:30 AM)
dddd, dd MMMM yyyy H:mm (Tuesday, 22 August 2006 6:30)
dddd, dd MMMM yyyy h:mm tt (Tuesday, 22 August 2006 6:30 AM)
dddd, dd MMMM yyyy HH:mm:ss (Tuesday, 22 August 2006 06:30:07)
MM/dd/yyyy HH:mm (8/22/2006 6:30)
MM/dd/yyyy hh:mm tt (8/22/2006 6:30)
MM/dd/yyyy H:mm (8/22/2006 6:30)
MM/dd/yyyy h:mm tt (8/22/2006 6:30)
MM/dd/yyyy h:mm tt (8/22/2006 6:30)
MM/dd/yyyy h:mm tt (8/22/2006 6:30)
MM/dd/yyyy HH:mm:ss (8/22/2006 6:30)
MMMM dd (22-Aug)
yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK (2006-08-22T06:30:07.7199222-04:00)
ddd, dd MMM yyyy HH':'mm':'ss 'GMT' (Tue, 22 Aug 2006 06:30:07 GMT)
yyyy'-'MM'-'dd'T'HH':'mm':'ss (2006-08-22T06:30:07)
HH:mm (6:30)
hh:mm tt (6:30 AM)
H:mm (6:30)
h:mm tt (6:30 AM)
HH:mm:ss (6:30:07)
yyyy'-'MM'-'dd HH':'mm':'ss'Z' (2006-08-22 06:30:07Z)
dddd, dd MMMM yyyy HH:mm:ss (Tuesday, 22 August 2006 06:30:07)
yyyy MMMM (2006 August)


Last modified date:7/9/20
Certara USA, Inc.
Legal Notice | Contact Certara
© 2020 Certara USA, Inc. All rights reserved.