LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (December 2006)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 8 Dec 2006 09:48:35 -0600
Reply-To:     "Marks, Jim" <Jim.Marks@lodgenet.com>
Sender:       "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:         "Marks, Jim" <Jim.Marks@lodgenet.com>
Subject:      Re: Saving data from SPSS to Excel file.
Content-Type: text/plain; charset="US-ASCII"

Recode your system missing values to a known number:

RECODE v1 v2 v3 (SYSMIS = -999). MISSING VALUES v1 v2 v3 (-999).

The second command will tell spss to ignore the -999 values in proceedures.

The number -999 should appear in your data when exported. Excel will think it is a valid result, so be careful with formulas and calculations in excel.

HTH

--jim

-----Original Message----- From: SPSSX(r) Discussion [mailto:SPSSX-L@LISTSERV.UGA.EDU] On Behalf Of Shauna Marie Wilhelm Sent: Friday, December 08, 2006 9:40 AM To: SPSSX-L@LISTSERV.UGA.EDU Subject: Saving data from SPSS to Excel file.

I am trying to save a very large data set into an excel file, but when I open up the excel file all of the system missing cells have "Null!" Does anyone have a suggestion as to how I can export the data into excel without having the cells in excel show Null! I have tried to copy and paste the data, but the data file is too large to copy all at once and I am afraid I might forget some cases if I only copy a small section of data at a time.

Thank you for your assistance in advance.


Back to: Top of message | Previous page | Main SPSSX-L page