Αναγν. άρθρου: 260893 - Τελευταία αναθεώρηση: Πέμπτη, 22 Σεπτεμβρίου 2011 - Αναθεώρηση: 3.0 Works: Συναρτήσεις υπολογιστικού φύλλου εισαγωγή από το Excel 2000 να λειτουργεί
ΠερίληψηΔεν υπάρχουν 65 συναρτήσεις στο Microsoft Excel, το οποίο μπορείτε να εισαγάγετε και να τα χρησιμοποιήσετε στο υπολογιστικό φύλλο του Microsoft Works. Εάν υπολογιστικού φύλλου Works συναντήσει οποιαδήποτε άλλη συνάρτηση του Excel, ενδέχεται να εμφανιστεί το ακόλουθο μήνυμα λάθους Πρόβλημα με τύποCellRef. Ο τύπος είναι υπερβολικά μεγάλη ή υπερβολικά σύνθετη ή περιέχει μια συνάρτηση που δεν υποστηρίζεται. Κάντε κλικ στο κουμπί "Ναι" για να δείτε περισσότερα σφάλματα, κάντε κλικ στο κουμπί ΌΧΙ για να αγνοήσετε τα άλλα σφάλματα ή κάντε κλικ στο κουμπί "Άκυρο" για να διακόψετε τη φόρτωση του αρχείου. Τα κελιά που εισάγονται με τους τύπους που έχουν παραβλεφθεί έχουν αυτήν τη στιγμή που επιστρέφεται τιμή τους μετατρέπονται σε μορφή δεκαδικών ή κείμενο. ΣΗΜΕΙΩΣΗ: Το συνολικό πλήθος σφαλμάτων τύπου αναφέρεται σε εσάς. Συναρτήσεις που επιστρέφουν μία συμβολοσειρά κειμένου έχουν την τελευταία τιμή επιστροφής εισάγονται ως κείμενο. Συναρτήσεις που επιστρέφουν δεκαδικοί αριθμοί έχουν τα τελευταία επιστρεφόμενη τιμή εισάγεται ως δεκαδικό. Οποιεσδήποτε λειτουργίες επιστροφή δυαδικό, οκταδικό, δεκαεξαδικό ή μιγαδικών αριθμών έχει την τελευταία τιμή επιστροφής εισάγονται ως κείμενο. Περισσότερες πληροφορίεςΟ πίνακας που ακολουθεί είναι η λίστα με τις συναρτήσεις του Excel που μπορεί να εισαχθεί σε κάποια μορφή σε υπολογιστικό φύλλο του Works. Οι σημειώσεις εξηγούν τις αλλαγές που γίνονται στο όνομα της συνάρτησης ή της συμπεριφοράς της συνάρτησης κατά την εισαγωγή. Εάν δεν υπάρχει μια σημείωση που συνοδεύει μια συνάρτηση, δεν υπάρχει καμία διαφορά μεταξύ της συμπεριφοράς της συνάρτησης στο Excel και του Works.
FUNCTIONS NOTES
--------- -----
ABS
ACOS
AND
ASIN
ATAN
ATAN2
AVERAGE Function changes to AVG.
CHOOSE "Choice" parameter is reduced by 1 to affect
change from 1-based to 0-based referencing
(the value returned is the same).
COLUMNS Function changes to COLS.
COS
COUNTA Function changes to COUNT.
DATE
DAY Returns correct day if the argument is a serial
number, or a cell reference, otherwise returns
ERR.
DDB If the "factor" parameter is anything other
than 2, the function produces the error
described in the "Summary" section of this
article.
EXACT
EXP
FALSE
FIND "Offset" parameter is reduced by 1 to affect
change from 1-based to 0-based referencing
and 1 is added to the return value so that it
returns the same value Excel does.
FIXED Function changes to STRING and ignores the
"no_commas" parameter so that it always
displays with no commas. If the decimals argument
is a negative number, ERR is returned.
HLOOKUP "LookupValue" parameter is reduced by 1 to
affect change from 1-based to 0-based
referencing (the value returned is the same).
Works does not import the formula if the
"range_lookup" argument is included in the
formula.
HOUR
IF Excel allows the IF statement to have only one
comma (after the condition). Excel assumes that
the True condition is a zero and the False
statement is FALSE. Works 2000 actually puts a
"0" (without the quotation marks) in the True
condition and FALSE() in the False condition.
ISNA This Excel function always returns "False",
without the quotation marks, when it is imported
by Works Spreadsheet.
LEFT
LEN Function changes to LENGTH.
LN
LOG10 Function changes to LOG (which is base 10).
LOWER
MAX
MID "Offset" parameter is reduced by 1 to affect
change from 1-based to 0-based referencing
(the value returned is the same). Works
Spreadsheet returns ERR if Excel returns empty
text.
MIN
MINUTE
MOD
MONTH
N
NA Returned value changes from #N/A to N/A.
NOT
NOW The default Excel cell format for this function
is Custom m/d/yyyy h:mm, and the default Works
cell format for this function is General.
OR
PI
PROPER
PV The parameters are rearranged (because they are
in a different order in Works) and the
"Payment" parameter is subtracted to make the
function work as it did in Excel. If the "fv"
or "type" parameters are anything but 0, the
formula produces the error described in
the "Summary" section of this article.
RAND Note that the number reported automatically
changes to a different random number when the
worksheet is imported.
REPLACE "Offset" parameter is reduced by 1 to affect
change from 1-based to 0-based referencing
(the value returned is the same). Note that Works
does not treat a number as a text string
unless it is preceded with quotation marks.
REPT Function changes to REPEAT.
RIGHT
ROUND
ROWS
SEARCH Function changes to FIND and the "Offset"
parameter is reduced by 1 to affect change
from 1-based to 0-based referencing. Also, 1
is added to the return value in an attempt to
return the same value as Excel. Importing a
Search function from Excel may cause Works
to return an ERR value when Excel returned a
positive value because FIND is case-sensitive
and SEARCH is not.
SECOND
SIN
SLN
SQRT Works displays ERR instead of #NUM! when you
attempt to take the square root of a negative
number.
SUM
SYD
T Function changes to S.
TAN
TIME
TRIM
TRUE
UPPER
VALUE
VARP Function changes to VAR.
VLOOKUP Works does not import the formula if the
"range_lookup" argument is included in the
formula.
YEAR 1900 is added to the return value so the
value shown represents the actual year as
Excel displays. Works returns ERR if the
argument is less than 1.
Οι πληροφορίες σε αυτό το άρθρο ισχύουν για:
Μηχανικά μεταφρασμένοΣΗΜΑΝΤΙΚΟ: Αυτό το άρθρο είναι προϊόν λογισμικού μηχανικής μετάφρασης της Microsoft και όχι ανθρώπινης μετάφρασης. Η Microsoft σάς προσφέρει άρθρα που είναι προϊόντα ανθρώπινης αλλά και μηχανικής μετάφρασης έτσι ώστε να έχετε πρόσβαση σε όλα τα άρθρα της Γνωσιακής Βάσης μας στη δική σας γλώσσα. Ωστόσο, ένα άρθρο που έχει προκύψει από μηχανική μετάφραση δεν είναι πάντα άριστης ποιότητας. Ενδέχεται να περιέχει λεξιλογικά, συντακτικά ή γραμματικά λάθη, όπως ακριβώς τα λάθη που θα έκανε ένας μη φυσικός ομιλητής επιχειρώντας να μιλήσει τη γλώσσα σας. Η Microsoft δεν φέρει καμία ευθύνη για τυχόν ανακρίβειες, σφάλματα ή ζημίες που προκύψουν λόγω τυχόν παρερμηνειών στη μετάφραση του περιεχομένου ή χρήσης του από τους πελάτες της. Επίσης, η Microsoft πραγματοποιεί συχνά ενημερώσεις στο λογισμικό μηχανικής μετάφρασης. Η αγγλική έκδοση αυτού του άρθρου είναι η ακόλουθη:260893
(http://support.microsoft.com/kb/260893/en-us/
)
| Άλλοι πόροι Tοποθεσίες υποστήριξης
ΚοινότηταΆμεση λήψη βοήθειαςΜεταφράσεις άρθρων
|






Windows Live
Facebook
Twitter
Linkedin
Digg it
Yahoo
Delicious
StumbleUpon
Yammer
Reddit
Technorati
FriendFeed
Email


Επιστροφή στην αρχή
