FIXED
The FIXED Function is categorized under Excel TEXT functions.
It will provide a text representation of a number rounded to the specified number of decimal places.
now the question is where can we use this fixed function in our day to day work
well you can use in it in our analysis, we often import data from external sources.
The FIXED function helps convert numbers into text.
Formula
=FIXED(number, [decimals], [no_commas])
The FIXED function uses the following arguments:
Number (required argument) – This is the number that we wish to round off and convert into a text string.
Decimals (optional argument) – This specifies the number of decimal places to be displayed after the decimal point. So,
If [decimals] argument is omitted, it takes on the default value of 2;
If [decimals] argument is negative, the supplied number is rounded up to the left of the decimal point.
No_commas (optional argument) – This specifies if the returned text should separate number groups (i.e., thousands, millions, etc.) by commas. The possible values are:
TRUE – Commas are not included in the resulting text;
FALSE – Commas are included in the resulting text.
If the [no_commas] argument is omitted, it uses the default value of FALSE.
Excel Playlist:- • What is MS Excel | Introduction To Ex...
SQL Playlist:- • Introduction to SQL | SQL For Beginne...
Google Data Studio playlist:- • Introduction to Looker|Introduction t...
________________________________________________________________________________________________
You can follow us on the below social media handles:-
Blog: - https://thedatamillennials.blogspot.com/
Facebook:- / the-data-millennials-596575371027542
Instagram: - / the_data_millennials
LinkedIn: - / data-millennials-6b5a031b3
Twitter: - / datamillennials