Answer depends on what you mean. If you are talking about empty cells in an Excel spreadsheet then those will normally have been converted to missing values in the SAS dataset. Almost all analysis in SAS will treat missing values properly. So if you have three variables (columns in Excel) and each one has a different number of non-missing values when you run PROC MEANS it will use the proper N to calculate the mean.
... View more