numberAbbreviate ( number ; precision )
Shorten number with unit prefix (thousands = k, millions = m, billions = b... )
			
 
 
 
 
    Average rating: 5.0 (1 vote)  Log in to vote		
| 
            Philip McGeehan            - Show more from this author
                         SMD Ltd http://philipmcgeehan.com  | 
    
numberAbbreviate ( 7666 ; 1 )
numberAbbreviate ( 7666 ; 2 )
numberAbbreviate ( 65465999 ; 3 )
7.7k
7.67k
65.466m
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
			For displaying a shortened format of a given number with rounding precision (up to 3 decimal places).
Thousands, Millions and Billions. 		
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.