(২৭) Microsoft Excel এ MIN Formula এর ব্যবহার।
সাধারণত একটি Range এর মধ্যে সবচেয়ে ছোট সংখ্যাটি বের করার জন্য MIN Formula ব্যবহার করা হয়। নিচের পদ্ধতিতে MIN এর Formula ব্যবহার করা হয়:
=MIN(RANGE)
উদাহরণ:
B11 cell এ Formula দিলে নিচের পদ্ধতিগুলোতে Formula দেওয়া যাবে এবং এতে যে Result আসবে তা নিচে দেওয়া হল:
Formula |
Description |
Result |
=MIN(B2:B10) |
Returns the smallest number in a set of values.
এখানে, RANGE=B2:B10. |
80
|
=MIN(B2,B3,B4,B5,B6,B7,B8,B9,B10) |
Returns the smallest number in a set of values.
|
80
|
=MIN(85,80,80,85,95,85,80,80,85) |
Returns the smallest number in a set of values. |
80
|
ভিডিও:
Microsoft Excel এ MIN Formula এর ব্যবহার:
|