วันอาทิตย์ที่ 30 พฤศจิกายน พ.ศ. 2557

Logical functions



ฟังก์ชันทางตรรกะ Logical functions
No. Function Description คำอธิบาย
1 AND function Returns TRUE if all of its arguments are TRUE ส่งกลับค่า TRUE ถ้าอาร์กิวเมนต์ทั้งหมดเป็น TRUE
2 FALSE function Returns the logical value FALSE ส่งกลับค่าตรรกะ FALSE
3 IF function Specifies a logical test to perform ระบุการทดสอบตรรกะที่จะดำเนินการ
4 IFERROR function Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula ส่งกลับค่าที่คุณระบุถ้าสูตรประเมินเป็นข้อผิดพลาด มิฉะนั้นให้ส่งกลับผลลัพธ์ของสูตร
5 NOT function Reverses the logic of its argument ย้อนกลับค่าตรรกะของอาร์กิวเมนต์
6 OR function Returns TRUE if any argument is TRUE ส่งกลับค่า TRUE ถ้ามีอาร์กิวเมนต์ใดๆ เป็น TRUE
7 TRUE function Returns the logical value TRUE ส่งกลับค่าตรรกะ TRUE

Engineering functions



ฟังก์ชันทางวิศวกรรม Engineering functions

Function Description คำอธิบาย
1 BESSELI function Returns the modified Bessel function In(x) ส่งกลับฟังก์ชันโมดิฟายด์เบสเซล (Modified Bessel Function) In(x)
2 BESSELJ function Returns the Bessel function Jn(x) ส่งกลับฟังก์ชันเบสเซล (Bessel Function) Jn(x)
3 BESSELK function Returns the modified Bessel function Kn(x) ส่งกลับฟังก์ชันโมดิฟายด์เบสเซล (Modified Bessel Function) Kn(x)
4 BESSELY function Returns the Bessel function Yn(x) ส่งกลับฟังก์ชันเบสเซล (Bessel Function) Yn(x)
5 BIN2DEC function Converts a binary number to decimal แปลงเลขฐานสองเป็นเลขฐานสิบ
6 BIN2HEX function Converts a binary number to hexadecimal แปลงเลขฐานสองเป็นเลขฐานสิบหก
7 BIN2OCT function Converts a binary number to octal แปลงเลขฐานสองเป็นเลขฐานแปด
8 COMPLEX function Converts real and imaginary coefficients into a complex number แปลงสัมประสิทธิ์ของส่วนจริงและส่วนจินตภาพเป็นจำนวนเชิงซ้อน
9 CONVERT function Converts a number from one measurement system to another แปลงจำนวนจากระบบการวัดหนึ่งเป็นอีกระบบหนึ่ง
10 DEC2BIN function Converts a decimal number to binary แปลงเลขฐานสิบไปเป็นเลขฐานสอง
11 DEC2HEX function Converts a decimal number to hexadecimal แปลงเลขฐานสิบเป็นเลขฐานสิบหก
12 DEC2OCT function Converts a decimal number to octal แปลงเลขฐานสิบเป็นเลขฐานแปด
13 DELTA function Tests whether two values are equal ทดสอบว่าค่าทั้งสองเท่ากันหรือไม่
14 ERF function Returns the error function ส่งกลับฟังก์ชันค่าผิดพลาด
15 ERF.PRECISE function Returns the error function ส่งกลับฟังก์ชันค่าผิดพลาด
16 ERFC function Returns the complementary error function ส่งกลับฟังก์ชันค่าผิดพลาดเติมเต็ม
17 ERFC.PRECISE function Returns the complementary ERF function integrated between x and infinity ส่งกลับค่าฟังก์ชัน complementary ERF ที่หาปริพันธ์ระหว่างค่า x และค่าอนันต์
18 GESTEP function Tests whether a number is greater than a threshold value ทดสอบว่าจำนวนมากกว่าค่าเกณฑ์หรือไม่
19 HEX2BIN function Converts a hexadecimal number to binary แปลงเลขฐานสิบหกเป็นเลขฐานสอง
20 HEX2DEC function Converts a hexadecimal number to decimal แปลงเลขฐานสิบหกเป็นเลขฐานสิบ
21 HEX2OCT function Converts a hexadecimal number to octal แปลงเลขฐานสิบหกเป็นเลขฐานแปด
22 IMABS function Returns the absolute value (modulus) of a complex number ส่งกลับค่าสัมบูรณ์ (โมดูลัส) ของจำนวนเชิงซ้อน
23 IMAGINARY function Returns the imaginary coefficient of a complex number ส่งกลับสัมประสิทธิ์ส่วนจินตภาพของจำนวนเชิงซ้อน
24 IMARGUMENT function Returns the argument theta, an angle expressed in radians ส่งกลับ Theta อาร์กิวเมนต์ ซึ่งก็คือค่ามุมในเรเดียน
25 IMCONJUGATE function Returns the complex conjugate of a complex number ส่งกลับสังยุคของจำนวนเชิงซ้อน
26 IMCOS function Returns the cosine of a complex number ส่งกลับค่าโคไซน์ของจำนวนเชิงซ้อน
27 IMDIV function Returns the quotient of two complex numbers ส่งกลับผลหารระหว่างจำนวนเชิงซ้อนสองจำนวน
28 IMEXP function Returns the exponential of a complex number ส่งกลับค่าเอ็กซ์โพเนนเชียลของจำนวนเชิงซ้อน
29 IMLN function Returns the natural logarithm of a complex number ส่งกลับค่าลอการิทึมธรรมชาติของจำนวนเชิงซ้อน
30 IMLOG10 function Returns the base-10 logarithm of a complex number ส่งกลับค่าลอการิทึมฐาน 10 ของจำนวนเชิงซ้อน
31 IMLOG2 function Returns the base-2 logarithm of a complex number ส่งกลับลอการิทึมฐานสองของจำนวนเชิงซ้อน
32 IMPOWER function Returns a complex number raised to an integer power ส่งกลับจำนวนเชิงซ้อนยกกำลังที่มีเลขชี้กำลังเป็นจำนวนเต็ม
33 IMPRODUCT function Returns the product of from 2 to 255 complex numbers ส่งกลับผลคูณของจำนวนเชิงซ้อนตั้งแต่ 2 ถึง 255
34 IMREAL function Returns the real coefficient of a complex number ส่งกลับสัมประสิทธิ์ของส่วนจริงของจำนวนเชิงซ้อน
35 IMSIN function Returns the sine of a complex number ส่งกลับค่าไซน์ของจำนวนเชิงซ้อน
36 IMSQRT function Returns the square root of a complex number ส่งกลับค่ารากที่สองของจำนวนเชิงซ้อน
37 IMSUB function Returns the difference between two complex numbers ส่งกลับผลต่างระหว่างจำนวนเชิงซ้อนสองจำนวน
38 IMSUM function Returns the sum of complex numbers ส่งกลับผลรวมของจำนวนเชิงซ้อน
39 OCT2BIN function Converts an octal number to binary แปลงเลขฐานแปดเป็นเลขฐานสอง
40 OCT2DEC function Converts an octal number to decimal แปลงเลขฐานแปดเป็นเลขฐานสิบ
41 OCT2HEX function Converts an octal number to hexadecimal แปลงเลขฐานแปดเป็นเลขฐานสิบหก

Cube functions ฟังก์ชัน


Cube functions ฟังก์ชันคิวบ์

Function Description คำอธิบาย
CUBEKPIMEMBER function Returns a key performance indicator (KPI) property and displays the KPI name in the cell. A KPI is a quantifiable measurement, such as monthly gross profit or quarterly employee turnover, that is used to monitor an organization's performance. ส่งกลับคุณสมบัติตัวบ่งชี้ประสิทธิภาพหลัก (KPI) และแสดงชื่อ KPI ในเซลล์ KPI เป็นหน่วยวัดเชิงปริมาณ เช่นกำไรขั้นต้นรายเดือน หรือ อัตราการลาออกของพนักงานรายไตรมาส ที่ใช้ติดตามประสิทธิภาพการทำงานขององค์กร
CUBEMEMBER function Returns a member or tuple from the cube. Use to validate that the member or tuple exists in the cube. ส่งกลับสมาชิกหรือทูเปิลจากคิวบ์ ใช้ตรวจสอบว่ามีสมาชิกหรือทูเปิลอยู่ภายในคิวบ์
CUBEMEMBERPROPERTY function Returns the value of a member property from the cube. Use to validate that a member name exists within the cube and to return the specified property for this member. ส่งกลับค่าของคุณสมบัติสมาชิกจากคิวบ์ ใช้ตรวจสอบว่ามีชื่อสมาชิกอยู่ภายในคิวบ์และใช้ส่งกลับคุณสมบัติที่ระบุสำหรับสมาชิกตัวนี้
CUBERANKEDMEMBER function Returns the nth, or ranked, member in a set. Use to return one or more elements in a set, such as the top sales performer or the top 10 students. ส่งกลับสมาชิกที่มีลำดับหรือถูกจัดอันดับในชุด ใช้เพื่อส่งกลับองค์ประกอบอย่างน้อยหนึ่งอย่างในชุด เช่นพนักงานขายที่มีผลงานสูงสุด หรือนักเรียนที่ติดอันดับ 10 คนแรก
CUBESET function Defines a calculated set of members or tuples by sending a set expression to the cube on the server, which creates the set, and then returns that set to Microsoft Excel. กำหนดชุดจากการคำนวณของสมาชิกหรือทูเปิลด้วยการส่งนิพจน์ชุดไปยัง คิวบ์ของเซิร์ฟเวอร์ ซึ่งจะสร้างชุด แล้วส่งกลับชุดนั้นมายัง Microsoft Office Excel
CUBESETCOUNT function Returns the number of items in a set. ส่งกลับจำนวนของรายการในชุด
CUBEVALUE function Returns an aggregated value from the cube. ส่งกลับค่าการรวมจากคิวบ์

ฟังก์ชัน


 
ฟังก์ชันการค้นหาและการอ้างอิง
ฟังก์ชันข้อความ
ฟังก์ชันข้อมูล
ฟังก์ชันความเข้ากันได้
ฟังก์ชันคิวบ์
ฟังก์ชันฐานข้อมูล
ฟังก์ชันตรรกศาสตร์
ฟังก์ชันทางการเงิน
ฟังก์ชันทางคณิตศาสตร์และตรีโกณมิติ
ฟังก์ชันทางวิศวกรรม
ฟังก์ชันทางสถิติ
ฟังก์ชันวันที่และเวลา
ฟังก์ชันที่ผู้ใช้กำหนดเองที่ถูกติดตั้งมาพร้อมกับ Add-In