0% found this document useful (0 votes)
22 views1 page

Fixed

This document contains information about the Excel FIXED function. It provides the syntax and description of the function which converts numeric values to text and allows for rounding decimal places and inserting commas in thousands places. Examples of the function are also given.

Uploaded by

arunasagar_2011
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views1 page

Fixed

This document contains information about the Excel FIXED function. It provides the syntax and description of the function which converts numeric values to text and allows for rounding decimal places and inserting commas in thousands places. Examples of the function are also given.

Uploaded by

arunasagar_2011
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Excel Function Dictionary 1998 - 2000 Peter Noneley A 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 B C D E F G H I

FIXED Page 1 of 1 J

FIXED
Original Converted Number To Text 10 10.00 =FIXED(C4) 10 10 =FIXED(C5,0) 10 10.0 =FIXED(C6,1) 10 10.00 =FIXED(C7,2) 10.25 10.25 =FIXED(C8) 10.25 10 =FIXED(C9,0) 10.25 10.3 =FIXED(C10,1) 10.25 10.25 =FIXED(C11,2) 1000 1,000.00 =FIXED(C12) 1000.23 1,000 =FIXED(C13,0) 1000.23 1000 =FIXED(C14,0,TRUE) What Does It Do ? This function converts a numeric value to text. During the conversion the value can be rounded to a specific number of decimal places, and commas can be inserted at the 1,000's. Syntax =FIXED(NumberToConvert,DecimalPlaces,Commas) If DecimalPlaces places is not specified the function will assume 2. The Commas option can be TRUE for commas or FALSE for no commas. If the Commas is not specified the function will assume TRUE. Formatting No special formatting is needed. Note that any further formatting with the Format, Cells, Number command will not have any effect.

You might also like