Back to Questions
Basic Computer/IT
QUESTION #11516
Question 1
In Excel custom number formatting, the first section of the format code governs:
Correct Answer Explanation
In Excel's custom number format, the code is divided into up to four sections separated by semicolons: [positive];[negative];[zero];[text]. The first section always describes how positive numbers are displayed. For example, in
#,##0.00;-#,##0.00;0;@, the first part applies to positive values.
Sign in to join the conversation and share your thoughts.
Log In to Comment