সূত্র

Opens a submenu, from which you can insert a formula into the cell of a table. Place the cursor in a cell in the table or at the position in the document where you want the result to appear. Click the Formula icon and choose the desired formula from the submenu.

ইনপুট রেখায় সূত্র দেখায়। সারণিতে ঘরের পরিসীমা উল্লেখ করতে, মাউস দিয়ে কাঙ্ক্ষিত ঘর নির্বাচন করুন। সংশ্লিষ্ট ঘর রেফারেন্স ও ইনপুট রেখায় দেখায়। অতিরিক্ত প্যারামিটার যোগ করুন, যদি প্রয়োজন হয়, আপনার ভুক্তি নিশ্চিত করতে প্রয়োগ ক্লিক করুন। যদি আপনি যথোপযুক্ত সিনট্যাক্স জানেন তবে সরাসরি সূত্রও দিতে পারেন। এটি প্রয়োজনীয়, যেমন, ক্ষেত্র সন্নিবেশ এবং ক্ষেত্র সম্পাদনা ডায়ালগে।

এই নির্দেশাবলীতে সন্নিবেশ করতে...

Go to Table - Edit Formula.

In the Table toolbar, press the Insert or Edit Formula icon.

In a text document, press F2.

Formula icon in Table toolbar

সূত্র


সূত্র অপশনসমূহের সারসংক্ষেপ

মৌলিক গণনা ফাংশনসমূহ

Operation

Name

Example

যোগ

+

সর্বমোট গণনা করা হয়।

উদাহরণ: <A1> + ৮

বিয়োগ

-

Calculates the difference.

উদাহরণ: ১০ - <B5>

গুণন

MUL অথবা *

গুণফল গণনা করা হয়।

Example: 7 MUL 9 displays 63

ভাগ

DIV অথবা /

Calculates the quotient.

Example: 100 DIV 15 displays 6.67


সাবমেনুতে মৌলিক ফাংশন

Function

Name

Example

যোগফল

SUM

Calculates the sum of the selected cells.

উদাহরণ: SUM <A2:C2> A2 থেকে C2 ঘরগুলোর মানসমূহের যোগফল প্রদর্শন করা হয়।

পূর্ণসংখ্যায় রূপান্তর

ROUND

Rounds a number to the specified decimal places.

উদাহরণ: ১৫.৬৭৮ ROUND 2 প্রদর্শন করে ১৫.৬৮

শতকরা

PHD

Calculates a percentage.

উদাহরণ: ১০ + ১৫ PHD প্রদর্শন করে ১০.১৫

বর্গ মূল

SQRT

Calculates the square root.

Example: SQRT 25 displays 5

ঘাত

POW

Calculates the power of a number.

Example: 2 POW 8 displays 256


অপারেটরগুলো

You can insert various operators in your formula. Choose from the following functions:

Operator

Name

Example

বিভাজক তালিকাবদ্ধ করুন

|

Separates the elements in a list.

একটি তালিকা ব্যবহারের উদাহরণ:

MIN 10|20|50|<C6>|<A2:B6>|20

সমান

EQ অথবা ==

Checks if selected values are equal. If they are unequal, the result is zero, otherwise 1 (true) appears.

Example: <A1> EQ 2 displays 1, if the content of A1 equals 2

সমান নয়

NEQ অথবা !=

Tests for inequality between selected values.

Example: <A1> NEQ 2 displays 0 (wrong), if the content of A1 equals 2

এর থেকে কম অথবা সমান

LEQ

Tests for values less than or equal to a specified value.

Example: <A1> LEQ 2 displays 1 (true), if the content of A1 is less than or equal to 2

এর থেকে বড় অথবা সমান

GEQ

Tests for values greater than or equal to a specified value.

Example: <A1> GEQ 2 displays 1 (true), if the content of A1 is greater than or equal to 2

কম

L

Tests for values less than a specified value.

Example: <A1> L 2 displays 1 (true), if the content of A1 is less than 2

বৃহত্তর

G

Tests for values greater than a specified value.

Example: <A1> G 2 displays 1 (true), if the content of A1 is greater than 2

বুলিয়ান OR

OR

Tests for values matching the Boolean OR.

উদাহরণ: 0 অথবা 0 প্রদর্শন করে 0 (মিথ্যা), অন্য যেকোনো কিছুর ফলাফল 1 (সত্য)

বুলিয়ান XOR

XOR

Tests for values matching the Boolean exclusive OR.

উদাহরণ: 1 XOR 0 প্রদর্শন করে 1 (সত্য)

বুলিয়ান AND

AND

Tests for values matching the Boolean AND.

উদাহরণ: 1 AND 2 প্রদর্শন করে 1 (সত্য)

বুলিয়ান NOT

NOT

Tests for values matching the Boolean NOT.

উদাহরণ: NOT 1 (সত্য) প্রদর্শন করে 0 (মিথ্যা)


পরিসাংখ্যিক ফাংশনসমূহ

You can choose from the following statistical functions:

Function

Name

Example

গাণিতিক গড়

MEAN

Calculates the arithmetic mean of the values in an area or a list.

উদাহরণ: MEAN ১০|৩০|২০ প্রদর্শন করে ২০

সর্বনিম্ন মান

MIN

Calculates the minimum value in an area or a list.

উদাহরণ: MIN ১০|৩০|২০ প্রদর্শন করে ১০

সর্ব্বোচ্য মান

MAX

Calculates the maximum value in an area or a list.

Example: MAX 10|30|20 displays 30

Product

PRODUCT

Calculates the product of the selected cells.

Example: PRODUCT <A2:C2> displays the product of the values in cells A2 to C2

Count

COUNT

Counts the number of non empty cells.

Example: COUNT <A2:C2> displays the number of non empty cells in A2 to C2


Functions

You can choose from the following functions:

Function

Name

Example

সাইন

SIN

Calculates the sine in radians.

Example: SIN (PI/2) displays 1

কোসাইন

COS

Calculates the cosine in radians.

Example: COS 1 displays 0.54

ট্যানজেন্ট

TAN

Calculates the tangent in radians.

উদাহরণ: TAN <A1>

আর্ক সাইন

ASIN

Calculates the arc sine in radians.

উদাহরণ: ASIN 1

আর্ক কোসাইন

ACOS

Calculates the arc cosine in radians.

উদাহরণ: ACOS 1

আর্ক ট্যানজেন্ট

ATAN

Calculates the arc tangent in radians.

উদাহরণ: ATAN 1

Absolute value

ABS

Returns the absolute value of the number.

Example: ABS -34 returns 34

Sign

SIGN

Returns the algebraic sign of the number.

Example: SIGN -23 returns -1


নথির বৈশিষ্ট্যাবলীর জন্য চলকসমূহ

নিম্নোক্ত নথির বৈশিষ্ট্যাবলী, ফাইল - বৈশিষ্ট্যাবলী - পরিসংখ্যান এর অধীনেও পাওয়া যাবে।

Name

Description

CHAR

নথিতে অক্ষরের সংখ্যা

WORD

নথিতে শব্দের সংখ্যা

PARA

নথিতে অনুচ্ছেদের সংখ্যা

GRAPH

নথিতে গ্রাফিক্সের সংখ্যা

TABLES

নথিতে সারণির সংখ্যা

OLE

নথিতে OLE অবজেক্টের সংখ্যা

PAGE

নথিতে পৃষ্ঠার সংখ্যা


আরও নির্ধারিত মানসমূহ

Description

Name

Value

PI

PI

3.1415...

ইউলারের ধ্রুবক

E

2.71828...

সত্য

TRUE

0 এর সমান নয়

মিথ্যা

FALSE

0


Please support us!