এক্সেল ব্যবহারকারীর জন্য কিছু গুরুত্বপূর্ণ শর্টকার্ট কী
মজার মজার ফাংশন যেমন- গসাগু নির্ণয়, লসাগু নির্ণয়, বর্গমূল নির্ণয়, দিন-তারিখ ইত্যাদি ইত্যাদি নির্ণয়ের ফর্মুলা.
সুত্র গুলি নিম্ন রুপ- দুটি, তিনটি কিংবা একাধিক সংখ্যার গসাগু নির্ণয় করতে চাইলে GCD ফাংশন ব্যবহার করে সহজে গসাগু বের করতে পারি। Syntax: =GCD(4,16,64) উত্তর- 4 দুটি, তিনটি কিংবা একাধিক সংখ্যার লসাগু নির্ণয় করতে চাইলে LCM ফাংশন ব্যবহার করে সহজে লসাগু বের করতে পারি। Syntax: =LCM(24,36) উত্তর – 72 কোন সংখ্যার বর্গমূল নির্ণয় করতে চাইলে SQRT ফর্মুলা ব্যবহার করে সহজে বর্গমূল নির্ণয় করতে পারি। কিন্তু Number এর মান অবশ্যই ধনাত্নক হতে হবে। Syntax: =SQRT(81) উত্তর – 9 কোন সংখ্যার বর্গ বা ঘাত নির্ণয় করতে Power ফর্মুলা টি ব্যবহার করা হয়। Syntax- =POWER(5,2) এখানে 5 হচ্ছে সংখ্যা এবং 2 হচ্ছে ঘাত। উক্ত সিনট্যাক্স টির উত্তর হবে 25. ROUND আসন্ন মান অর্থাৎ মোটামুটি কাছি অংক iদিয়ে প্রকাশ করা হয়। যেমন – ২.৫৬৮৫ সংখ্যাটিকে দুই দশমিক আসন্ন মান লিখতে বলা হলে ২.৫৭ লেখা হয়। Syntax: =ROUND(18.378,2) উত্তর – 18.38 আজকের দিন (বর্তমান সময়) দিন তারিখ সময় মাস ও বছর জানার জন্য NOW,Month(Now()) ও YEAR(Now()) ফর্মুলা ব্যবহার করে সহজে তা নির্ণয় করা যায়। Syntax: =NOW() শুধু মাস বের করতে চাইলে? =Month(Now()) শুধু বছর বের করতে চাইলে ? =YEAR(Now()) কোন তারিখ কি বার জানতে চাইলে? =WEEK DAY(“01/01/1990”) উত্তর- 6 (অর্থাৎ Friday) কোন তারিখ কি বার জানার জন্য? =TEXT(“01/01/1990”,ddd) উত্তর – Friday
Some key shortcut keys for Excel users
Interesting Function such as GSSGU, LASGU diagnosis, Classroom evaluation, Day-Dates, etc. Determination formulas
If you want to find two, three, or multiple numbers, then you can easily find the GSG using the GCD function. Syntax: = GCD (4,16,64) Answer- 4 If you want to evaluate the two, three, or multiple numbers, you can easily find the lasgu using the LCM function. Syntax: = LCM (24, 36) Answer - 72 If you want to determine the square root of a number, you can easily evaluate the square root using the SQRT formula. But the value of the number must be positive. Syntax: = SQRT (81) Answer - 9 Power formula is used to determine the number of squares or whistles. Syntax- = POWER (5,2) Here are 5 being numbers and 2 is wound up. The answer to that syntax is 25. ROUND is expressed in the following values: roughly the sum of the digits. For example - 2.5685 is written to write two decimal incoming values, 2.57 is written. Syntax: = ROUND (18.378.2) Answer: 18.38 Today's day (current time) day date is easy to determine by using the NOW, Month (Now) and YEAR (Now ()) Formula to find the date and month of the month. Syntax: = NOW () Just want to get out of the month? = Month (Now ()) Just want to get out of the year? = YEAR (Now ()) What time to ask for a date? = WEEK DAY ("01/01/1990") Answer- 6 (that is, Friday) What date is the date for knowing? = TEXT ("01/01/1990", ddd) Answer - Friday
|