Date: Wed, 30 May 2007 11:47:26 -0400
Reply-To: Lin Cassidy <cassidy@ufl.edu>
Sender: "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From: Lin Cassidy <cassidy@ufl.edu>
Subject: Re: Rounding Issues (v.14)
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi Matthew
Having recently needed to round several variables in a similar manner, I
found it easiest to do as ViAnn suggested, and then rescale as needed.
This can be done in one step: (RND(Var001*1000))/1000
Hope this helps,
Lin
|