Author: 5q981

  • AMORDEGRC function: চালু প্রোডাক্ট ফেরত নেয়ার সময় অবচয় মূল্য নির্ধারণ (অবচয় সহগ ব্যবহার করে)

    মাইক্রোসফট এক্সেলে AMORDEGRC ফাংশন ব্যবহার করা হয় চালু প্রোডাক্ট ফেরত নেয়ার সময় অবচয়মূল্য নির্ধারণ করার জন্য। এই ফাংশন অবচয় সহগ ব্যবহার করে অবচয়মূল্য গণনা করে।

    AMORDEGRC ফাংশন কিভাবে কাজ করে:

    এই ফাংশন নিম্নলিখিত তথ্য ব্যবহার করে অবচয়মূল্য গণনা করে:

    • মূল্য: সম্পত্তির মূল্য
    • ক্রয় তারিখ: সম্পত্তি ক্রয়ের তারিখ
    • প্রথম পর্যায়ের শেষ তারিখ: প্রথম পর্যায়ের শেষ তারিখ
    • অবশিষ্ট মূল্য: সম্পত্তির জীবদ্দশার শেষে অবশিষ্ট মূল্য
    • পর্যায়: সময়কাল
    • অবচয় হার: সম্পত্তির অবচয় হার
    • আধার: বছরের ভিত্তি (ঐচ্ছিক)

    AMORDEGRC ফাংশনের সূত্র:

    AMORDEGRC(মূল্য, ক্রয়_তারিখ, প্রথম_পর্যায়, অবশিষ্ট_মূল্য, পর্যায়, হার, [আধার])

    উদাহরণ:

    ধরা যাক, একটি মেশিন 2400 টাকায় কেনা হয়েছিল। মেশিনটি 2008 সালের 19 আগস্ট কেনা হয়েছিল এবং প্রথম পর্যায় 2008 সালের 31 ডিসেম্বর শেষ হয়েছিল। মেশিনটির অবশিষ্ট মূল্য 300 টাকা, অবচয় হার 15%, এবং বছরের ভিত্তি 1 (প্রকৃত)।

    এই তথ্য ব্যবহার করে, আমরা AMORDEGRC ফাংশন ব্যবহার করে প্রথম পর্যায়ের অবচয়মূল্য গণনা করতে পারি:

    =AMORDEGRC(2400, DATE("2008-08-19"), DATE("2008-12-31"), 300, 1, 15%, 1)

    ফলাফল:

    776

    কেন AMORDEGRC ফাংশন ব্যবহার করা হয়:

    AMORDEGRC ফাংশন ব্যবহার করা হয় চালু প্রোডাক্ট ফেরত নেয়ার সময় অবচয়মূল্য নির্ধারণ করার জন্য। এই ফাংশন নিম্নলিখিত ক্ষেত্রে প্রয়োগী:

    • ইনভেন্টরি ম্যানেজমেন্ট: মেশিন, যন্ত্রপাতি, এবং অন্যান্য দীর্ঘস্থায়ী সম্পত্তির অবচয়মূল্য নির্ধারণ করতে।
    • ট্যাক্সেশন: করযোগ্য আয়ের জন্য অবচয়মূল্য গণনা করতে।
    • ফাইন্যান্সিয়াল অ্যানালাইসিস: প্রকল্পের মূল্যায়ন এবং বিনিয়োগের সিদ্ধান্ত গ্রহণের জন্য।

    AMORDEGRC ফাংশনের সুবিধা:

    • AMORDEGRC ফাংশন বিভিন্ন ধরণের অবচয় পদ্ধতি সমর্থন করে, যার মধ্যে রয়েছে স্ট্রেট-লাইন, ডিগ্রেসিং-ব্যালেন্স, এবং সাম-অফ-দ্য-ইয়ার্স ডিগ্রেসিং-ব্যালেন্স।

    Description

    Returns the depreciation for each accounting period. This function is provided for the French accounting system. If an asset is purchased in the middle of the accounting period, the prorated depreciation is taken into account. The function is similar to AMORLINC, except that a depreciation coefficient is applied in the calculation depending on the life of the assets.

    Syntax

    AMORDEGRC(cost, date_purchased, first_period, salvage, period, rate, [basis])

    Important: Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008. Problems can occur if dates are entered as text.

    The AMORDEGRC function syntax has the following arguments:

    • Cost    Required. The cost of the asset.
    • Date_purchased    Required. The date of the purchase of the asset.
    • First_period    Required. The date of the end of the first period.
    • Salvage    Required. The salvage value at the end of the life of the asset.
    • Period    Required. The period.
    • Rate    Required. The rate of depreciation.
    • Basis    Optional. The year basis to be used.
    BasisDate system
    0 or omitted360 days (NASD method)
    1Actual
    3365 days in a year
    4360 days in a year (European method)

    Remarks

    • Microsoft Excel stores dates as sequential serial numbers so they can be used in calculations. By default, January 1, 1900 is serial number 1, and January 1, 2008 is serial number 39448 because it is 39,448 days after January 1, 1900.
    • This function will return the depreciation until the last period of the life of the assets or until the cumulated value of depreciation is greater than the cost of the assets minus the salvage value.
    • The depreciation coefficients are:
    Life of assets (1/rate)Depreciation coefficient
    Between 3 and 4 years1.5
    Between 5 and 6 years2
    More than 6 years2.5
    • The depreciation rate will grow to 50 percent for the period preceding the last period and will grow to 100 percent for the last period.
    • If the life of assets is between 0 (zero) and 1, 1 and 2, 2 and 3, or 4 and 5, the #NUM! error value is returned.

    Example

    Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter. If you need to, you can adjust the column widths to see all the data.

    DataDescription
    2400Cost
    39679Date purchased
    39813End of the first period
    300Salvage value
    1Period
    0.15Depreciation rate
    1Actual basis (see above)
    FormulaDescriptionResult
    =AMORDEGRC(A2,A3,A4,A5,A6,A7,A8)First period depreciation776

    AMORDEGRC ফাংশনের ব্যবহার: একটি গল্প

    ২০০৮ সালের গ্রীষ্মকালে, রহিম একটি নতুন মেশিন কিনেছিলেন তার কারখানার জন্য। মেশিনটির দাম ছিল 2400 টাকা। রহিম জানতেন যে মেশিনটির সময়ের সাথে সাথে মূল্য হ্রাস পাবে, তাই তিনি AMORDEGRC ফাংশন ব্যবহার করে প্রতি বছর কত অবচয় হবে তা নির্ধারণ করতে চেয়েছিলেন।

    প্রথমত, রহিমকে মেশিনের ক্রয় তারিখ (19 আগস্ট, 2008) এবং প্রথম পর্যায়ের শেষ তারিখ (31 ডিসেম্বর, 2008) নির্ধারণ করতে হয়েছিল। তারপর তিনি অবশিষ্ট মূল্য (300 টাকা), অবচয় হার (15%), এবং বছরের ভিত্তি (1) নির্ধারণ করেছিলেন।

    AMORDEGRC ফাংশন ব্যবহার করে, রহিম প্রথম পর্যায়ের অবচয়মূল্য 776 টাকা বের করেছিলেন। এর মানে হল যে মেশিনটির মূল্য প্রথম পর্যায়ের শেষে 2400 – 776 = 1624 টাকা হয়ে গেছে।

    রহিম প্রতি বছর AMORDEGRC ফাংশন ব্যবহার করে অবচয়মূল্য গণনা করে চলেছিলেন। এটি তাকে মেশিনের বর্তমান মূল্য ট্র্যাক করতে এবং তার ব্যবসার জন্য আরও ভাল আর্থিক সিদ্ধান্ত নিতে সাহায্য করেছিল।

    AMORDEGRC ফাংশন রহিমকে তার মেশিনের অবচয়মূল্য সঠিকভাবে পরিচালনা করতে এবং তার ব্যবসার জন্য সর্বোত্তম সিদ্ধান্ত নিতে সাহায্য করেছিল।

    এই গল্পটি AMORDEGRC ফাংশন কীভাবে কাজ করে এবং এটি কীভাবে ব্যবসায় ব্যবহার করা যেতে পারে তার একটি সহজ উদাহরণ প্রদান করে।

    AMORDEGRC ফাংশন কি?

    AMORDEGRC ফাংশন মাইক্রোসফট এক্সেলের একটি ফাংশন যা চালু প্রোডাক্ট ফেরত নেয়ার সময় অবচয়মূল্য নির্ধারণ করে। এই ফাংশন অবচয় সহগ ব্যবহার করে অবচয়মূল্য গণনা করে।

    AMORDEGRC ফাংশন কেন ব্যবহার করা হয়?

    AMORDEGRC ফাংশন নিম্নলিখিত ক্ষেত্রে প্রয়োগী:

    • ইনভেন্টরি ম্যানেজমেন্ট: মেশিন, যন্ত্রপাতি, এবং অন্যান্য দীর্ঘস্থায়ী সম্পত্তির অবচয়মূল্য নির্ধারণ করতে।
    • ট্যাক্সেশন: করযোগ্য আয়ের জন্য অবচয়মূল্য গণনা করতে।
    • ফাইন্যান্সিয়াল অ্যানালাইসিস: প্রকল্পের মূল্যায়ন এবং বিনিয়োগের সিদ্ধান্ত গ্রহণের জন্য।

    AMORDEGRC ফাংশনের সূত্র কি?

    AMORDEGRC(মূল্য, ক্রয়_তারিখ, প্রথম_পর্যায়, অবশিষ্ট_মূল্য, পর্যায়, হার, [আধার])

    AMORDEGRC ফাংশনের আর্গুমেন্টগুলি কি?

    • মূল্য: সম্পত্তির মূল্য (প্রয়োজনীয়)
    • ক্রয়_তারিখ: সম্পত্তি ক্রয়ের তারিখ (প্রয়োজনীয়)
    • প্রথম_পর্যায়: প্রথম পর্যায়ের শেষ তারিখ (প্রয়োজনীয়)
    • অবশিষ্ট_মূল্য: সম্পত্তির জীবদ্দশার শেষে অবশিষ্ট মূল্য (প্রয়োজনীয়)
    • পর্যায়: সময়কাল (প্রয়োজনীয়)
    • হার: সম্পত্তির অবচয় হার (প্রয়োজনীয়)
    • আধার: বছরের ভিত্তি (ঐচ্ছিক)

    AMORDEGRC ফাংশন কিভাবে কাজ করে?

    AMORDEGRC ফাংশন নিম্নলিখিত পদক্ষেপগুলি ব্যবহার করে অবচয়মূল্য গণনা করে:

    1. মূল্যক্রয়_তারিখপ্রথম_পর্যায়অবশিষ্ট_মূল্যপর্যায়হার, এবং আধার (ঐচ্ছিক) আর্গুমেন্টগুলির মান গ্রহণ করে।
    2. অবচয় পদ্ধতি নির্ধারণ করে। AMORDEGRC ফাংশন নিম্নলিখিত অবচয় পদ্ধতিগুলি সমর্থন করে:
      • স্ট্রেট-লাইন: সম্পত্তির মূল্য প্রতি বছর সমান হারে হ্রাস পায়।
      • ডিগ্রেসিং-ব্যালেন্স: সম্পত্তির মূল্য প্রথম বছরগুলিতে দ্রুত হ্রাস পায় এবং পরবর্তী বছরগুলিতে ধীর হয়ে যায়।
      • সাম-অফ-দ্য-ইয়ার্স ডিগ্রেসিং-ব্যালেন্স: সম্পত্তির মূল্য প্রতি বছর সমান পরিমাণ অর্থ হ্রাস পায়।
    3. নির্ধারিত অবচয় পদ্ধতি ব্যবহার করে অবচয়মূল্য গণনা করে।
    4. অবচয়মূল্য ফেরত করে।

    AMORLINC vs AMORDEGRC: মাইক্রোসফট এক্সেলে সম্পত্তি মূল্যহ্রাস হিসাবের জন্য দুটি ফাংশনের পার্থক্য

    ভূমিকা:

    মাইক্রোসফট এক্সেলে, AMORLINC এবং AMORDEGRC দুটি ফাংশন সম্পত্তির মূল্যহ্রাস হিসাব করার জন্য ব্যবহৃত হয়। যদিও দুটি ফাংশন একই উদ্দেশ্য পূরণ করে, তাদের মধ্যে কিছু গুরুত্বপূর্ণ পার্থক্য রয়েছে যা ব্যবহারকারীদের সঠিক ফাংশন নির্বাচন করতে সাহায্য করতে পারে।

    মূল পার্থক্য:

    • মূল্যহ্রাস পদ্ধতি: AMORLINC ফাংশন সরল রৈখিক মূল্যহ্রাস (Straight-line depreciation) পদ্ধতি ব্যবহার করে, যেখানে সম্পত্তির মূল্য সময়ের সাথে সাথে সমানভাবে হ্রাস পায়। AMORDEGRC ফাংশন, অন্যদিকে, সম্পত্তির জীবনকাল এবং ব্যবহারের উপর নির্ভর করে নির্ধারিত গুণক (coefficient) ব্যবহার করে মূল্যহ্রাস হিসাব করে।
    • সম্পত্তি ক্রয়ের তারিখের বিবেচনা: উভয় ফাংশনই সম্পত্তি ক্রয়ের তারিখ বিবেচনা করে।
    • মূল্যহ্রাস হিসাবের জন্য সময়কাল: AMORLINC এবং AMORDEGRC উভয় ফাংশনই মাস বা বছর ব্যবহার করে মূল্যহ্রাসের জন্য সময়কাল নির্ধারণ করতে পারে।
    • মূল্যহ্রাসের হার: উভয় ফাংশনই শতাংশে (%) মূল্যহ্রাসের হার গ্রহণ করে।
    • বছরের হিসাব পদ্ধতি: AMORLINC এবং AMORDEGRC উভয় ফাংশনই ঐচ্ছিক “বছরের হিসাব পদ্ধতি” (Basis) যুক্তি গ্রহণ করে, যা 0 থেকে 4 এর মধ্যে একটি মান হতে পারে।

    কোন ফাংশন ব্যবহার করবেন:

    • AMORLINC:
      • সহজ রৈখিক মূল্যহ্রাস পদ্ধতি ব্যবহার করার জন্য।
      • সহজ ব্যবহারের জন্য।
    • AMORDEGRC:
      • সম্পত্তির জীবনকাল এবং ব্যবহারের উপর ভিত্তি করে আরও নির্ভুল হিসাবের জন্য।
      • জটিল মূল্যহ্রাস পদ্ধতি ব্যবহারের জন্য।

    উদাহরণ:

    • AMORLINC: ৳ 10,000 মূল্যের একটি মেশিন ১লা জানুয়ারী কেনা হয়েছে। মেশিনটির জীবনকাল 5 বছর এবং মূল্যহ্রাসের হার 10%। প্রথম মাসের জন্য মূল্যহ্রাস হিসাব করার জন্য AMORLINC ফাংশন ব্যবহার করা হবে:
    =AMORLINC(10000, DATE(2024,01,01), DATE(2024,12,31), 0, 1, 10%, 1)
    • AMORDEGRC: ৳ 10,000 মূল্যের একটি মেশিন ১লা জুলাই কেনা হয়েছে। মেশিনটির জীবনকাল 5 বছর এবং মূল্যহ্রাসের হার 10%। প্রথম মাসের জন্য মূল্যহ্রাস হিসাব করার জন্য AMORDEGRC ফাংশন ব্যবহার করা হবে:
    =AMORDEGRC(10000, DATE(2024,07,01), DATE

    উপসংহার

    AMORDEGRC ফাংশন একটি শক্তিশালী হাতিয়ার যা চালু প্রোডাক্ট ফেরত নেয়ার সময় অবচয়মূল্য নির্ধারণ করতে ব্যবহার করা যেতে পারে। এটি বিভিন্ন ধরণের ব্যবসায় এবং সংস্থার জন্য প্রয়োগী।

    আপনি যদি চালু প্রোডাক্ট ফেরত নেয়ার সময় অবচয়মূল্য নির্ধারণ করার জন্য একটি উপায় খুঁজছেন, তাহলে AMORDEGRC ফাংশনটি বিবেচনা করা উচিত।

  • COUPDAYBS function: বন্ড কেনার সময় থেকে আগের সর্বশেষ কুপন প্রদানের তারিখ নির্ণয়

    COUPDAYBS ফাংশন, যাকে “কুপন দিন Before Settlement”ও বলা হয়, একটি বিশেষ আর্থিক ফাংশন যা বন্ডের মূল্যায়নে ব্যবহৃত হয়। এটি সেটেলমেন্ট ডেট এবং আগের কুপন পেমেন্টের তারিখের মধ্যে কত দিন

    COUPDAYBS ফাংশন ব্যবহারের নিয়ম:

    1. সিনট্যাক্স:

    COUPDAYBS(settlement, maturity, frequency, [basis])

    1. আর্গুমেন্ট:
    • settlement: সেটেলমেন্ট ডেট (প্রয়োজনীয়)
    • maturity: Closing date (প্রয়োজনীয়)
    • frequency: বছরে কুপন প্রদানের সংখ্যা (প্রয়োজনীয়)
    • basis: দিন গণনার পদ্ধতি (ঐচ্ছিক, ডিফল্ট 0 = US (NASD) 30/360)
    1. উদাহরণ:

    =COUPDAYBS(A2,A3,A4,A5)

    উদাহরণের ব্যাখ্যা:

    • A2: বন্ধের স্থিরকরণ তারিখ (25-Jan-11)
    • A3: Closing date (15-Nov-11)
    • A4: বছরে কুপন প্রদানের সংখ্যা (2)
    • A5: দিন গণনার পদ্ধতি (1 = Actual/actual)

    ফলাফল:

    71: বন্ধের কুপন পর্যায়ের শুরু থেকে স্থিরকরণ তারিখ পর্যন্ত দিনের সংখ্যা

    COUPDAYBS ফাংশন ব্যবহারের গল্প:

    অমিত একজন বিনিয়োগকারী যিনি একটি নতুন বন্ডে বিনিয়োগ করতে চান। Fixation of closure তারিখ 25-Jan-11, Closing date 15-Nov-11, বছরে 2 বার কুপন প্রদান করা হয় এবং দিন গণনার পদ্ধতি Actual/actual। অমিত COUPDAYBS ফাংশন ব্যবহার করে জানতে চান যে বন্ধের কুপন পর্যায়ের শুরু থেকে Fixation date পর্যন্ত কত দিন আছে।

    সমাধান:

    1. অমিত A2 সেলে বন্ধের Fixation date (25-Jan-11) লিখেছেন।
    2. অমিত A3 সেলে বন্ধের পরিণতি তারিখ (15-Nov-11) লিখেছেন।
    3. অমিত A4 সেলে বছরে কুপন প্রদানের সংখ্যা (2) লিখেছেন।
    4. অমিত A5 সেলে দিন গণনার পদ্ধতি (1 = Actual/actual) লিখেছেন।
    5. অমিত A1 সেলে নিম্নলিখিত সূত্রটি লিখেছেন:

    =COUPDAYBS(A2,A3,A4,A5)

    1. A1 সেলে 71 ফলাফল প্রদর্শিত হয়।

    এই ফলাফলটি অমিতকে বলে যে বন্ধের কুপন পর্যায়ের শুরু থেকে Fixation date পর্যন্ত 71 দিন আছে। এই তথ্যটি অমিতকে তার বিনিয়োগের সিদ্ধান্ত নিতে সাহায্য করবে।

    ফলাফল:

    71

    এই ফলাফলটি ব্যাখ্যা করে:

    • 25-জানুয়ারী-2011 থেকে 15-নভেম্বর-2011 পর্যন্ত মোট 71 দিন রয়েছে।
    • এই 71 দিনের মধ্যে 15-নভেম্বর-2011 এর আগে শেষ কুপন প্রদানের তারিখ 15-মে-2011।
    • অর্থাৎ, বন্ড কেনার সময় থেকে আগের সর্বশেষ কুপন প্রদানের তারিখ পর্যন্ত 71 দিন গেছে।

    Description

    The COUPDAYBS function returns the number of days from the beginning of a coupon period until its settlement date.

    Syntax

    COUPDAYBS(settlement, maturity, frequency, [basis])

    Important: Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008. Problems can occur if dates are entered as text.

    The COUPDAYBS function syntax has the following arguments:

    • Settlement    Required. The security’s settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.
    • Maturity    Required. The security’s maturity date. The maturity date is the date when the security expires.
    • Frequency    Required. The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.
    • Basis    Optional. The type of day count basis to use.
    BasisDay count basis
    0 or omittedUS (NASD) 30/360
    1Actual/actual
    2Actual/360
    3Actual/365
    4European 30/360

    Remarks

    • Microsoft Excel stores dates as sequential serial numbers so they can be used in calculations. By default, January 1, 1900 is serial number 1, and January 1, 2008 is serial number 39448 because it is 39,448 days after January 1, 1900.
    • The settlement date is the date a buyer purchases a coupon, such as a bond. The maturity date is the date when a coupon expires. For example, suppose a 30-year bond is issued on January 1, 2008, and is purchased by a buyer six months later. The issue date would be January 1, 2008, the settlement date would be July 1, 2008, and the maturity date would be January 1, 2038, 30 years after the January 1, 2008, issue date.
    • All arguments are truncated to integers.
    • If settlement or maturity is not a valid date, COUPDAYBS returns the #VALUE! error value.
    • If frequency is any number other than 1, 2, or 4, COUPDAYBS returns the #NUM! error value.
    • If basis < 0 or if basis > 4, COUPDAYBS returns the #NUM! error value.
    • If settlement ≥ maturity, COUPDAYBS returns the #NUM! error value.

    Example

    Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter. If you need to, you can adjust the column widths to see all the data.

    DataDescription
    25-Jan-11Settlement date
    15-Nov-11Maturity date
    2Semiannual coupon (see above)
    1Actual/actual basis (see above)
    FormulaDescriptionResult
    =COUPDAYBS(A2,A3,A4,A5)The number of days from the beginning of the coupon period to the settlement date, for a bond with the above terms71

    COUPDAYBS ফাংশন কি?

    COUPDAYBS হলো মাইক্রোসফট এক্সেলের একটি ফাইন্যান্সিয়াল ফাংশন যা একটি বন্ডের সেটেলমেন্ট ডেট থেকে শুরু করে কুপন পিরিয়ডের শুরু পর্যন্ত দিনের সংখ্যা গণনা করে।

    2. COUPDAYBS ফাংশন কেন ব্যবহার করা হয়?

    • জমা মুনাফা গণনা
    • বন্ডের বাজার মূল্য নির্ধারণ
    • বন্ড বিনিয়োগ বিশ্লেষণ

    3. COUPDAYBS ফাংশনের সূত্র কি?

    COUPDAYBS(settlement, maturity, frequency, [basis])

    Use code with caution.content_copy

    4. COUPDAYBS ফাংশনের প্রতিটি প্যারামিটারের অর্থ কী?

    • settlement: বন্ডের সেটেলমেন্ট ডেট (তারিখ)
    • maturity: বন্ডের মেয়াদ উত্তীর্ণের তারিখ (তারিখ)
    • frequency: বছরে কতবার কুপন প্রদান করা হয় (সংখ্যা)
    • [basis]: দিন গণনার পদ্ধতি (ঐচ্ছিক, ডিফল্ট 0)

    5. COUPDAYBS ফাংশন ব্যবহারের একটি উদাহরণ দিন।

    ধরা যাক, একটি বন্ডের সেটেলমেন্ট ডেট 25-জানুয়ারী-2011, মেয়াদ উত্তীর্ণের তারিখ 15-নভেম্বর-2011, বছরে দুইবার কুপন প্রদান করা হয় (সেমি-অ্যানুয়াল) এবং দিন গণনার পদ্ধতি হলো অ্যাকচুয়াল/অ্যাকচুয়াল। এই ক্ষেত্রে, COUPDAYBS ফাংশন ব্যবহার করে আমরা নিম্নলিখিত ফলাফল পাব:

    =COUPDAYBS(25/01/2011, 15/11/2011, 2, 1)

    ফলাফল:

    71

    এই ফলাফলটি ব্যাখ্যা করে:

    • 25-জানুয়ারী-2011 থেকে 15-নভেম্বর-2011 পর্যন্ত মোট 71 দিন রয়েছে।
    • এই 71 দিনের মধ্যে 15-নভেম্বর-2011 এর আগে শেষ কুপন প্রদানের তারিখ 15-মে-2011।
    • অর্থাৎ, বন্ড কেনার সময় থেকে আগের সর্বশেষ কুপন প্রদানের তারিখ পর্যন্ত 71 দিন গেছে।

    6. COUPDAYBS ফাংশন ব্যবহার করার সময় কোন বিষয়গুলি মনে রাখা উচিত?

    • সেটেলমেন্ট ডেট এবং মেয়াদ উত্তীর্ণের তারিখ সঠিকভাবে ইনপুট করা গুরুত্বপূর্ণ।
    • কুপন প্রদানের হার এবং দিন গণনার পদ্ধতি সঠিকভাবে নির্বাচন করা গুরুত্বপূর্ণ।
    • ফাংশনটির ফলাফল ব্যাখ্যা করতে সক্ষম হওয়া গুরুত্বপূর্ণ।

    7. COUPDAYBS ফাংশন সম্পর্কে আরও জানতে কোথায় যেতে হবে?

    • মাইক্রোসফট এক্সেলের সাহায্য ফাইল
    • অনলাইন টিউটোরিয়াল এবং নিবন্ধ
    • ফাইন্যান্সিয়াল মডেলিং কোর্স

    Coupdays ফাংশন এবং COUPDAYBS ফাংশনের মধ্যে পার্থক্য:

    Coupdays ফাংশন:

    • ব্যাখ্যা: এই ফাংশন দুটি তাদের মধ্যে কতদিন ব্যবধান আছে তা গণনা করে।
    • ব্যবহার:
      • তারিখের মধ্যে ব্যবধান: =Coupdays(start_date, end_date)
      • তারিখ এবং সময়ের মধ্যে ব্যবধান: =Coupdays(start_date, start_time, end_date, end_time)
    • উদাহরণ:
      • =Coupdays("2024-01-01", "2024-04-12") – এই ফাংশনটি 102 দিন ফেরত দেবে (2024-01-01 থেকে 2024-04-12 পর্যন্ত)।
      • =Coupdays("2024-01-01 10:00:00", "2024-04-12 15:30:00") – এই ফাংশনটি 102 দিন 5 ঘন্টা 30 মিনিট ফেরত দেবে (2024-01-01 10:00:00 থেকে 2024-04-12 15:30:00 পর্যন্ত)।

    COUPDAYBS ফাংশন:

    • ব্যাখ্যা: এই ফাংশন দুটি তাদের মধ্যে কতদিন ব্যবধান আছে তা গণনা করে, শুধুমাত্র শনিবার এবং রবিবার বাদ দিয়ে।
    • ব্যবহার:
      • তারিখের মধ্যে ব্যবধান: =COUPDAYBS(start_date, end_date)
      • তারিখ এবং সময়ের মধ্যে ব্যবধান: =COUPDAYBS(start_date, start_time, end_date, end_time)
    • উদাহরণ:
      • =COUPDAYBS("2024-01-01", "2024-04-12") – এই ফাংশনটি 85 দিন ফেরত দেবে (2024-01-01 থেকে 2024-04-12 পর্যন্ত, শনিবার এবং রবিবার বাদ দিয়ে)।
      • =COUPDAYBS("2024-01-01 10:00:00", "2024-04-12 15:30:00") – এই ফাংশনটি 85 দিন 5 ঘন্টা 30 মিনিট ফেরত দেবে (2024-01-01 10:00:00 থেকে 2024-04-12 15:30:00 পর্যন্ত, শনিবার এবং রবিবার বাদ দিয়ে)।

    সারসংক্ষেপে:

    • Coupdays ফাংশনটি সকল দিন গণনা করে, যেখানে COUPDAYBS ফাংশনটি শুধুমাত্র কার্যদিন (শনিবার এবং রবিবার বাদ দিয়ে) গণনা করে।
    • যদি আপনার শনিবার এবং রবিবার অন্তর্ভুক্ত করে দিনের সংখ্যা গণনা করার প্রয়োজন হয়, তাহলে Coupdays ফাংশন ব্যবহার করুন।
    • যদি আপনার শুধুমাত্র কার্যদিনের সংখ্যা গণনা করার প্রয়োজন হয়, তাহলে COUPDAYBS ফাংশন ব্যবহার করুন।
  • COUPDAYS function: সেটেলমেন্ট ডেট এবং আগামী কুপন পেমেন্ট ডেট-এর মধ্যে দিনের সংখ্যা গণনা করে

    এই ফাংশনটি বন্ডের Settlement তারিখ ধারণকারী কুপন সময়কালের দিন সংখ্যা গণনা করে। সহজ কথায়, বন্ড কেনার সময় থেকে প্রথম কুপন পেমেন্টের আগ পর্যন্ত কতদিন তা বের করে।

    কিভাবে কাজ করে?

    এটি চারটি আর্গুমেন্ট নেয়:

    1. সেটেলমেন্ট ডেট: বন্ড কেনার তারিখ
    2. মেয়াদ তারিখ: বন্ডের মেয়াদ উত্তীর্ণ হওয়ার তারিখ
    3. কুপন ফ্রিকোয়েন্সি: বছরে কতবার কুপন প্রদান করা হয় (যেমন, বার্ষিক, সেমি-বার্ষিক)
    4. দিন গণনা পদ্ধতি: দিন গণনার জন্য কোন পদ্ধতি ব্যবহার করা হবে (যেমন, 30-দিন মাস, প্রকৃত/প্রকৃত)

    ব্যবহারের নিয়ম:

    • সমস্ত আর্গুমেন্ট অবশ্যই সংখ্যা বা তারিখ হতে হবে।
    • সেটেলমেন্ট ডেট মেয়াদ তারিখের আগে হতে হবে।
    • কুপন ফ্রিকোয়েন্সি 1 থেকে 4 এর মধ্যে একটি পূর্ণসংখ্যা হতে হবে।
    • দিন গণনা পদ্ধতি “30d”, “actual” বা “actual/365” হতে হবে।

    উদাহরণ:

    ধরা যাক, আমরা একটি বন্ড কিনেছি যার:

    • সেটেলমেন্ট ডেট: 25-জানুয়ারী-11
    • মেয়াদ তারিখ: 15-নভেম্বর-11
    • কুপন ফ্রিকোয়েন্সি: সেমি-বার্ষিক
    • দিন গণনা পদ্ধতি: প্রকৃত/প্রকৃত

    এই বন্ডের জন্য, COUPDAYS ফাংশন ব্যবহার করে আমরা বের করতে পারি যে বসতি স্থাপনের তারিখ ধারণকারী কুপন সময়কালে 181 দিন রয়েছে।

    ফর্মুলা:

    =COUPDAYS(A2,A3,A4,A5)

    ব্যাখ্যা:

    • A2: সেটেলমেন্ট ডেট (25-জানুয়ারী-11)
    • A3: মেয়াদ তারিখ (15-নভেম্বর-11)
    • A4: কুপন ফ্রিকোয়েন্সি (2)
    • A5: দিন গণনা পদ্ধতি (“actual/365”)

    ফলাফল:

    181

    উপসংহার:

    COUPDAYS ফাংশন বন্ডের কুপন সময়কালের দিন সংখ্যা গণনার জন্য একটি দরকারী হাতিয়ার। এটি বিনিয়োগকারীদের বন্ডের মূল্যায়ন এবং তাদের বিনিয়োগের উপর সম্ভাব্য রিটার্ন বোঝার জন্য সহায়তা করতে পারে।

    COUPDAYS ফাংশন সম্পর্কে প্রায়শই জিজ্ঞাসিত প্রশ্ন (FAQs)

    COUPDAYS ফাংশন কি?

    COUPDAYS ফাংশন মাইক্রোসফট এক্সেলের একটি কার্যকরী ফাংশন যা কোনো বন্ডের সেটেলমেন্ট ডেট এবং মেয়াদপূর্তির তারিখের মধ্যে কয়দিন মুনাফা গণনা করা হবে, সেই সংখ্যাটি বের করে দেয়।

    কখন COUPDAYS ফাংশন ব্যবহার করা হয়?

    • বন্ড কেনার আগে সঠিক সিদ্ধান্ত নিতে
    • বিনিয়োগের লাভ-ক্ষতি নিখুঁতভাবে হিসাব করতে
    • বন্ডের মুনাফার পরিমাণ নির্ধারণ করতে
    • বিভিন্ন বন্ডের তুলনা করতে

    COUPDAYS ফাংশনের সূত্র কি?

    Excel

    = COUPDAYS(settlement, maturity, frequency, [basis])
    

    Use code with caution.content_copy

    • settlement (আবশ্যিক): এটি বন্ড কেনার তারিখ।
    • maturity (আবশ্যিক): এটি বন্ডের মেয়াদপূর্তির তারিখ।
    • frequency (আবশ্যিক): এটি বছরে কয়বার মুনাফা প্রদান করা হয়, সেই সংখ্যা (বার্ষিক = ১, ছয়মাসিক = ২, ত্রৈমাসিক = ৪)।
    • basis (ঐচ্ছিক): এটি মুনাফা গণনার পদ্ধতি নির্ধারণ করে (ডিফল্ট হিসেব ১ ব্যবহার করা হয়)।

    COUPDAYS ফাংশনের উদাহরণ কি?

    একজন বিনিয়োগকারী একটি বন্ড কিনতে চান যার:

    • সেটেলমেন্ট ডেট: ২৫-জানুয়ারি-২০১১
    • মেয়াদপূর্তির তারিখ: ১৫-নভেম্বর-২০১১
    • মুনাফা প্রদান: ছয়মাসিক (frequency = ২ )

    এই ক্ষেত্রে, COUPDAYS ফাংশন ব্যবহার করে নিম্নলিখিত সূত্রটি ব্যবহার করা হবে:

    = COUPDAYS(A2, A3, A4)

    (A2 সেলটিতে সেটেলমেন্ট ডেট, A3 সেলটিতে মেয়াদপূর্তির তারিখ, এবং A4 সেলটিতে frequency মান আছে)

    ফলাফল: ১৮১

    এর মানে হল, বিনিয়োগকারী ২৫-জানুয়ারি-২০১১ তারিখে বন্ডটি কিনলে ১৮১ দিনের মুনাফা পাবেন।

    কোনো বন্ডের মুনাফার পরিমাণ নির্ধারণের জন্য COUPDAYS ফাংশন কিভাবে ব্যবহার করা যায়?

    COUPDAYS ফাংশন ব্যবহার করে বন্ডের মুনাফার পরিমাণ নির্ধারণের জন্য নিম্নলিখিত পদক্ষেপগুলি অনুসরণ করুন:

    1. বন্ডের সেটেলমেন্ট ডেট, মেয়াদপূর্তির তারিখ এবং frequency মান খুঁজে বের করুন।
    2. COUPDAYS ফাংশন ব্যবহার করে কয়দিন মুনাফা গণনা করা হবে তা নির্ধারণ করুন।
    3. বন্ডের কুপন হার (মুনাফার হার) গুণ করে মুনাফার পরিমাণ নির্ধারণ করুন।

    Syntax

    COUPDAYS(settlement, maturity, frequency, [basis])

    Important: Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008. Problems can occur if dates are entered as text.

    The COUPDAYS function syntax has the following arguments:

    • Settlement    Required. The security’s settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.
    • Maturity    Required. The security’s maturity date. The maturity date is the date when the security expires.
    • Frequency    Required. The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.
    • Basis    Optional. The type of day count basis to use.
    BasisDay count basis
    0 or omittedUS (NASD) 30/360
    1Actual/actual
    2Actual/360
    3Actual/365
    4European 30/360

    Remarks

    • Microsoft Excel stores dates as sequential serial numbers so they can be used in calculations. By default, January 1, 1900 is serial number 1, and January 1, 2008 is serial number 39448 because it is 39,448 days after January 1, 1900.
    • The settlement date is the date a buyer purchases a coupon, such as a bond. The maturity date is the date when a coupon expires. For example, suppose a 30-year bond is issued on January 1, 2008, and is purchased by a buyer six months later. The issue date would be January 1, 2008, the settlement date would be July 1, 2008, and the maturity date is January 1, 2038, 30 years after the January 1, 2008 issue date.
    • All arguments are truncated to integers.
    • If settlement or maturity is not a valid date, COUPDAYS returns the #VALUE! error value.
    • If frequency is any number other than 1, 2, or 4, COUPDAYS returns the #NUM! error value.
    • If basis < 0 or if basis > 4, COUPDAYS returns the #NUM! error value.
    • If settlement ≥ maturity, COUPDAYS returns the #NUM! error value.

    Example

    Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter. If you need to, you can adjust the column widths to see all the data.

    DataDescription
    25-Jan-11Settlement date
    15-Nov-11Maturity date
    2Semiannual coupon (see above)
    1Actual/actual basis (see above)
    FormulaDescriptionResult
    =COUPDAYS(A2,A3,A4,A5)The number of days in the coupon period that contains the settlement date, for a bond with the above terms.181

    COUPDAYS এবং COUPDAYBS ফাংশনের মূল পার্থক্য:

    COUPDAYS ফাংশন এবং COUPDAYBS ফাংশন উভয়ই বন্ড-এর সাথে সম্পর্কিত হিসাব-নিকাশে ব্যবহৃত হয়।

    COUPDAYS ফাংশন সেটেলমেন্ট ডেট এবং আগামী কুপন পেমেন্ট ডেট-এর মধ্যে দিনের সংখ্যা গণনা করে।

    COUPDAYBS ফাংশন কুপন পিরিয়ডের শুরু এবং সেটেলমেন্ট ডেট-এর মধ্যে দিনের সংখ্যা গণনা করে।

    সহজ ভাষায় বলতে গেলে:

    • COUPDAYS আপনাকে জানায় আপনার পরবর্তী কুপন পেমেন্ট কতদিন পরে আসবে
    • COUPDAYBS আপনাকে জানায় আপনি বন্ড কিনলে কতদিনের জন্য মুনাফা পাবেন

    উদাহরণ:

    • ধরুন, আপনি একটি বন্ড কিনেছেন যার সেটেলমেন্ট ডেট 1 জানুয়ারী 2024 এবং আগামী কুপন পেমেন্ট ডেট 1 জুলাই 2024।
    • এই ক্ষেত্রে, COUPDAYS ফাংশন ব্যবহার করে আপনি জানতে পারবেন যে আপনার পরবর্তী কুপন পেমেন্ট 183 দিন পরে আসবে (1 জুলাই 2024 – 1 জানুয়ারী 2024 = 183 দিন)।
    • ধরুন, একই বন্ডের মেয়াদ 1 জানুয়ারী 2030।
    • এই ক্ষেত্রে, COUPDAYBS ফাংশন ব্যবহার করে আপনি জানতে পারবেন যে আপনি বন্ড কিনলে 2,190 দিনের জন্য মুনাফা পাবেন (1 জানুয়ারী 2030 – 1 জানুয়ারী 2024 = 2,190 দিন)।

    মনে রাখবেন:

    • COUPDAYS এবং COUPDAYBS ফাংশন ব্যবহারের জন্য, আপনাকে সেটেলমেন্ট ডেটমেয়াদকুপন পেমেন্টের সংখ্যা এবং দিন গণনার পদ্ধতি জানতে হবে।
    • দিন গণনার পদ্ধতি বন্ডের ধরন এবং বাজারের প্রচলিত রীতিনীতির উপর নির্ভর করে।
  • COUPDAYSNC function

    COUPDAYSNC ফাংশন এক্সেলে ব্যবহৃত একটি Financial function যা একটি বন্ডের সেটেলমেন্ট তারিখ থেকে পরবর্তী কুপন তারিখ পর্যন্ত দিনের সংখ্যা গণনা করে।

    কিভাবে কাজ করে?

    এই ফাংশন চারটি আর্গুমেন্ট গ্রহণ করে:

    • সেটেলমেন্ট তারিখ: বন্ড ক্রয়ের তারিখ
    • মেয়াদ তারিখ: বন্ডের মেয়াদ উত্তীর্ণের তারিখ
    • কুপন ফ্রিকোয়েন্সি: বছরে কতবার কুপন প্রদান করা হয় (যেমন, 1 = বার্ষিক, 2 = ছয় মাসিক, 4 = ত্রৈমাসিক)
    • দিন গণনার ভিত্তি: কীভাবে দিন গণনা করা হবে (যেমন, 1 = আসল/আসল, 30 = 30-দিনের মাস)

    COUPDAYSNC ফাংশন ব্যবহারের নিয়ম:

    • সকল আর্গুমেন্ট অবশ্যই সংখ্যা হতে হবে।
    • সেটেলমেন্ট তারিখ মেয়াদ তারিখের আগে হতে হবে।
    • কুপন ফ্রিকোয়েন্সি 1, 2, বা 4 হতে হবে।
    • দিন গণনার ভিত্তি 0 থেকে 4 এর মধ্যে একটি সংখ্যা হতে হবে।

    COUPDAYSNC ফাংশন ব্যবহারের উদাহরণ:

    গল্প:

    ধরুন, আপনি 2011 সালের 25 জানুয়ারী একটি বন্ড কিনেছেন। বন্ডটির মেয়াদ উত্তীর্ণের তারিখ 2011 সালের 15 নভেম্বর। বন্ডটি ছয় মাসিক কুপন প্রদান করে এবং আসল/আসল ভিত্তিতে দিন গণনা করা হয়। আপনি COUPDAYSNC ফাংশন ব্যবহার করে পরবর্তী কুপন তারিখ পর্যন্ত কত দিন আছে তা জানতে চান।

    সমাধান:

    আপনি নিম্নলিখিত সূত্রটি ব্যবহার করতে পারেন:

    =COUPDAYSNC(A2,A3,A4,A5)

    যেখানে:

    • A2 = সেটেলমেন্ট তারিখ (25-Jan-11)
    • A3 = মেয়াদ তারিখ (15-Nov-11)
    • A4 = কুপন ফ্রিকোয়েন্সি (2)
    • A5 = দিন গণনার ভিত্তি (1)

    ফলাফল:

    এই সূত্রটি 110 ফেরত দেবে। এর মানে হল সেটেলমেন্ট তারিখ থেকে পরবর্তী কুপন তারিখ পর্যন্ত 110 দিন আছে।

    উপসংহার:

    COUPDAYSNC ফাংশন বন্ড বিনিয়োগকারীদের জন্য একটি দরকারী হাতিয়ার যা তাদের পরবর্তী কুপন কখন প্রাপ্ত হবে তা নির্ধারণ করতে সহায়তা করে।

    Description

    Returns the number of days from the settlement date to the next coupon date.

    Syntax

    COUPDAYSNC(settlement, maturity, frequency, [basis])

    Important: Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008. Problems can occur if dates are entered as text.

    The COUPDAYSNC function syntax has the following arguments:

    • Settlement    Required. The security’s settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.
    • Maturity    Required. The security’s maturity date. The maturity date is the date when the security expires.
    • Frequency    Required. The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.
    • Basis    Optional. The type of day count basis to use.
    BasisDay count basis
    0 or omittedUS (NASD) 30/360
    1Actual/actual
    2Actual/360
    3Actual/365
    4European 30/360

    Remarks

    • Microsoft Excel stores dates as sequential serial numbers so they can be used in calculations. By default, January 1, 1900 is serial number 1, and January 1, 2008 is serial number 39448 because it is 39,448 days after January 1, 1900.
    • The settlement date is the date a buyer purchases a coupon, such as a bond. The maturity date is the date when a coupon expires. For example, suppose a 30-year bond is issued on January 1, 2008, and is purchased by a buyer six months later. The issue date would be January 1, 2008, the settlement date would be July 1, 2008, and the maturity date would be January 1, 2038, which is 30 years after the January 1, 2008, issue date.
    • All arguments are truncated to integers.
    • If settlement or maturity is not a valid date, COUPDAYSNC returns the #VALUE! error value.
    • If frequency is any number other than 1, 2, or 4, COUPDAYSNC returns the #NUM! error value.
    • If basis < 0 or if basis > 4, COUPDAYSNC returns the #NUM! error value.
    • If settlement ≥ maturity, COUPDAYSNC returns the #NUM! error value.

    Example

    Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter. If you need to, you can adjust the column widths to see all the data.

    DataDescription
    25-Jan-11Settlement date
    15-Nov-11Maturity date
    2Semiannual coupon (see above)
    1Actual/actual basis (see above)
    FormulaDescriptionResult
    =COUPDAYSNC(A2,A3,A4,A5)The number of days from the settlement date to the next coupon date, for a bond with the above terms110
  • COUPNCD function

    COUPNCD ফাংশন এক্সেলের আরেকটি অসাধারণ Financial function যা বন্ড কেনার পর পরবর্তী কুপন তারিখ নির্ধারণে সাহায্য করে। যেমন, আপনি যদি একটি Bond কিনেন যার মেয়াদ ১৫ নভেম্বর ২০১১ এবং প্রতি ছয় মাসে কুপন প্রদান করা হয়, COUPNCD ফাংশন ব্যবহার করে আপনি নির্ধারণ করতে পারবেন পরবর্তী কুপন কখন প্রদান করা হবে।

    কিভাবে কাজ করে?

    COUPNCD ফাংশন চারটি আর্গুমেন্ট গ্রহণ করে:

    • সেটেলমেন্ট (Settlement): বন্ড কেনার তারিখ
    • মেয়াদ (Maturity): বন্ডের মেয়াদ উত্তীর্ণের তারিখ
    • ফ্রিকোয়েন্সি (Frequency): বছরে কতবার কুপন প্রদান করা হয় (1 = বার্ষিক, 2 = ছয় মাস অন্তর, 4 = ত্রৈমাসিক)
    • ভিত্তি (Basis): দিন গণনার পদ্ধতি (1 = 30 দিনের মাস, 0 = বাস্তব/বাস্তব)

    নিয়ম মেনে চলুন:

    • সেটেলমেন্ট এবং মেয়াদ তারিখ অবশ্যই বৈধ তারিখ হতে হবে।
    • ফ্রিকোয়েন্সি 1, 2, অথবা 4 হতে হবে।
    • ভিত্তি 0 অথবা 1 হতে হবে।

    উদাহরণ:

    ধরুন, আপনি ২৫ জানুয়ারী ২০১১ তারিখে একটি বন্ড কিনেছেন যার মেয়াদ ১৫ নভেম্বর ২০১১ এবং প্রতি ছয় মাসে কুপন প্রদান করা হয়। বন্ডের দিন গণনার পদ্ধতি “বাস্তব/বাস্তব”।

    এই ক্ষেত্রে, COUPNCD ফাংশন ব্যবহার করে পরবর্তী কুপন তারিখ নির্ধারণ করতে হলে:

    =COUPNCD(A2,A3,A4,A5)

    যেখানে:

    • A2 = সেটেলমেন্ট তারিখ (25-Jan-11)
    • A3 = মেয়াদ তারিখ (15-Nov-11)
    • A4 = ফ্রিকোয়েন্সি (2)
    • A5 = ভিত্তি (1)

    ফলাফল:

    15-May-11

    অর্থ:

    COUPNCD ফাংশন নির্দেশ করে যে পরবর্তী কুপন ১৫ মে ২০১১ তারিখে প্রদান করা হবে।

    সতর্কতা:

    • COUPNCD ফাংশন শুধুমাত্র বন্ডের জন্য ব্যবহার করা যায়, অন্যান্য আর্থিক যন্ত্রের জন্য নয়।
    • ফাংশনটি ভবিষ্যতের কুপন তারিখের পূর্বাভাস দেয়, তবে বাস্তব কুপন তারিখ পরিবর্তিত হতে পারে।

    Description

    Returns a number that represents the next coupon date after the settlement date.

    Syntax

    COUPNCD(settlement, maturity, frequency, [basis])

    Important: Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008. Problems can occur if dates are entered as text.

    The COUPNCD function syntax has the following arguments:

    • Settlement    Required. The security’s settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.
    • Maturity    Required. The security’s maturity date. The maturity date is the date when the security expires.
    • Frequency    Required. The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.
    • Basis    Optional. The type of day count basis to use.
    BasisDay count basis
    0 or omittedUS (NASD) 30/360
    1Actual/actual
    2Actual/360
    3Actual/365
    4European 30/360

    Remarks

    • Microsoft Excel stores dates as sequential serial numbers so they can be used in calculations. By default, January 1, 1900 is serial number 1, and January 1, 2008 is serial number 39448 because it is 39,448 days after January 1, 1900.
    • The settlement date is the date a buyer purchases a coupon, such as a bond. The maturity date is the date when a coupon expires. For example, suppose a 30-year bond is issued on January 1, 2008, and is purchased by a buyer six months later. The issue date would be January 1, 2008, the settlement date would be July 1, 2008, and the maturity date would be January 1, 2038, which is 30 years after the January 1, 2008, issue date.
    • All arguments are truncated to integers.
    • If settlement or maturity is not a valid date, COUPNCD returns the #VALUE! error value.
    • If frequency is any number other than 1, 2, or 4, COUPNCD returns the #NUM! error value.
    • If basis < 0 or if basis > 4, COUPNCD returns the #NUM! error value.
    • If settlement ≥ maturity, COUPNCD returns the #NUM! error value.

    Example

    Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter. If you need to, you can adjust the column widths to see all the data.

    DataDescription
    25-Jan-11Settlement date
    15-Nov-11Maturity date
    2Semiannual coupon (see above)
    1Actual/actual basis (see above)
    FormulaDescriptionResult
    =COUPNCD(A2,A3,A4,A5)The next coupon date after the settlement date, for a bond with the above terms15-May-11
  • COUPNUM function

    কুপন নম্বর ফাংশন হল এক্সেলের একটি Financial function যা Settlement এবং মেয়াদ তারিখের মধ্যে কতগুলি কুপন (Badge issuance) Payable তা গণনা করে।

    কাজের প্রণালী:

    • বসতি স্থাপন তারিখ: যখন বন্ডটি ক্রেতার কাছে বিক্রি করা হয়।
    • মেয়াদ তারিখ: যখন বন্ডটির মেয়াদ শেষ হয়।
    • কুপন ফ্রিকোয়েন্সি: বছরে কতবার কুপন প্রদান করা হয় (যেমন, বার্ষিক, প্রতি ছয় মাস, প্রতি ত্রৈমাসিক)।
    • দিন গণনা ভিত্তি: কুপন গণনার জন্য ব্যবহৃত দিনের সংখ্যা নির্ধারণ করে।

    ব্যবহারের নিয়ম:

    1. প্রয়োজনীয় আর্গুমেন্ট:
      • বসতি স্থাপন: বন্ডের বসতি স্থাপন তারিখ।
      • মেয়াদ: বন্ডের মেয়াদ তারিখ।
      • কুপন ফ্রিকোয়েন্সি: বছরে কতবার কুপন প্রদান করা হয়।
    2. ঐচ্ছিক আর্গুমেন্ট:
      • দিন গণনা ভিত্তি: কুপন গণনার জন্য ব্যবহৃত দিনের সংখ্যা নির্ধারণ করে।

    ব্যবহারের উদাহরণ:

    গল্প:

    রফিক একজন বিনিয়োগকারী যিনি 25 জানুয়ারী, 2007 তারিখে 15 নভেম্বর, 2008 মেয়াদে 6% ্রমুনাফার হার সহ $1,000 মূল্যের একটি বন্ড কিনেছিলেন। বন্ডটি প্রতি ছয় মাসে কুপন প্রদান করে।

    রফিক জানতে চান কতগুলি কুপন প্রদান করা হবে।

    সমাধান:

    এক্সেল শীটে:

    1. A2: 25-Jan-07 (বসতি স্থাপন তারিখ)
    2. A3: 15-Nov-08 (মেয়াদ তারিখ)
    3. A4: 2 (কুপন ফ্রিকোয়েন্সি)
    4. A5: 1 (দিন গণনা ভিত্তি)
    5. সেল B2: =COUPNUM(A2,A3,A4,A5)

    ফলাফল:

    B2: 4

    ব্যাখ্যা:

    B2 সেলে COUPNUM ফাংশন ব্যবহার করে রফিক বের করেন যে Settlement এবং মেয়াদ তারিখের মধ্যে 4 টি কুপন প্রদান করা হবে।

    উপসংহার:

    COUPNUM ফাংশন বন্ড বিনিয়োগকারীদের জন্য সহায়ক, কারণ এটি তাদের কতগুলি কুপন প্রদান করা হবে তা সহজেই গণনা করতে সাহায্য করে।

    Description

    Returns the number of coupons payable between the settlement date and maturity date, rounded up to the nearest whole coupon.

    Syntax

    COUPNUM(settlement, maturity, frequency, [basis])

    Important: Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008. Problems can occur if dates are entered as text.

    The COUPNUM function syntax has the following arguments:

    • Settlement    Required. The security’s settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.
    • Maturity    Required. The security’s maturity date. The maturity date is the date when the security expires.
    • Frequency    Required. The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.
    • Basis    Optional. The type of day count basis to use.
    BasisDay count basis
    0 or omittedUS (NASD) 30/360
    1Actual/actual
    2Actual/360
    3Actual/365
    4European 30/360

    Remarks

    • Microsoft Excel stores dates as sequential serial numbers so they can be used in calculations. By default, January 1, 1900 is serial number 1, and January 1, 2008 is serial number 39448 because it is 39,448 days after January 1, 1900.
    • The settlement date is the date a buyer purchases a coupon, such as a bond. The maturity date is the date when a coupon expires. For example, suppose a 30-year bond is issued on January 1, 2008, and is purchased by a buyer six months later. The issue date would be January 1, 2008, the settlement date would be July 1, 2008, and the maturity date would be January 1, 2038, which is 30 years after the January 1, 2008, issue date.
    • All arguments are truncated to integers.
    • If settlement or maturity is not a valid date, COUPNUM returns the #VALUE! error value.
    • If frequency is any number other than 1, 2, or 4, COUPNUM returns the #NUM! error value.
    • If basis < 0 or if basis > 4, COUPNUM returns the #NUM! error value.
    • If settlement ≥ maturity, COUPNUM returns the #NUM! error value.

    Example

    Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter. If you need to, you can adjust the column widths to see all the data.

    DataDescription
    25-Jan-07Settlement date
    15-Nov-08Maturity date
    2Semiannual coupon (see above)
    1Actual/actual basis (see above)
    FormulaDescriptionResult
    =COUPNUM(A2,A3,A4,A5)The number of coupon payments for a bond with the above terms4
  • COUPPCD function

    COUPPPCD ফাংশন ব্যবহার করে আপনি সহজেই বন্ডের গত কুপন তারিখ নির্ধারণ করতে পারেন।

    কিভাবে কাজ করে?

    এই ফাংশন চারটি ইনপুট ব্যবহার করে:

    • সেটেলমেন্ট তারিখ: বন্ড কেনার তারিখ
    • মেয়াদ তারিখ: বন্ড পরিশোধের তারিখ
    • কুপন হার: প্রতি বছর কতবার কুপন প্রদান করা হয় (সেমি-অ্যানুয়াল = 2, ত্রৈমাসিক = 4)
    • ভিত্তি: কুপন হার গণনার জন্য ব্যবহৃত পদ্ধতি (প্রকৃত/প্রকৃত = 1)

    ব্যবহারের নিয়ম:

    1. সেটেলমেন্ট তারিখ, মেয়াদ তারিখ, কুপন হার এবং ভিত্তি সঠিকভাবে ইনপুট করুন।
    2. =COUPPPCD(সেটেলমেন্ট_তারিখ, মেয়াদ_তারিখ, কুপন_হার, ভিত্তি) ফর্ম্যাটে ফাংশনটি লিখুন।
    3. এন্টার চাপুন।

    উদাহরণ:

    কল্পনা করুন, আপনি 25 জানুয়ারী, 2011 সালে 15 নভেম্বর, 2011 সালে মেয়াদে পড়ে এমন একটি বন্ড কিনেছেন। বন্ডটি প্রতি বছর দুইবার (সেমি-অ্যানুয়াল) 2% কুপন প্রদান করে এবং কুপন হার গণনার জন্য প্রকৃত/প্রকৃত পদ্ধতি ব্যবহার করে।

    আপনি COUPPCD ফাংশন ব্যবহার করে গত কুপন তারিখ নির্ধারণ করতে পারেন:

    =COUPPPCD(A2,A3,A4,A5)

    যেখানে:

    • A2 = সেটেলমেন্ট তারিখ (25-Jan-11)
    • A3 = মেয়াদ তারিখ (15-Nov-11)
    • A4 = কুপন হার (2)
    • A5 = ভিত্তি (1)

    ফলাফল: 15-Nov-10

    এই ফলাফলটি বোঝায়, বন্ড কেনার আগে সর্বশেষ কুপন ছিল 15 নভেম্বর, 2010 সালে।

    উল্লেখ্য:

    • COUPPCD ফাংশন শুধুমাত্র নির্দিষ্ট কুপন পেমেন্ট সিস্টেমের সাথে কাজ করে।
    • আরও জটিল কুপন পেমেন্ট সিস্টেমের জন্য, আপনাকে অন্যান্য ফাংশন বা VBA ব্যবহার করতে হতে পারে।

    Description

    Returns a number that represents the previous coupon date before the settlement date.

    Syntax

    COUPPCD(settlement, maturity, frequency, [basis])

    Important: Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008. Problems can occur if dates are entered as text.

    The COUPPCD function syntax has the following arguments:

    • Settlement    Required. The security’s settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.
    • Maturity    Required. The security’s maturity date. The maturity date is the date when the security expires.
    • Frequency    Required. The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.
    • Basis    Optional. The type of day count basis to use.
    BasisDay count basis
    0 or omittedUS (NASD) 30/360
    1Actual/actual
    2Actual/360
    3Actual/365
    4European 30/360

    Remarks

    • Microsoft Excel stores dates as sequential serial numbers so they can be used in calculations. By default, January 1, 1900 is serial number 1, and January 1, 2008 is serial number 39448 because it is 39,448 days after January 1, 1900.
    • The settlement date is the date a buyer purchases a coupon, such as a bond. The maturity date is the date when a coupon expires. For example, suppose a 30-year bond is issued on January 1, 2008, and is purchased by a buyer six months later. The issue date would be January 1, 2008, the settlement date would be July 1, 2008, and the maturity date would be January 1, 2038, which is 30 years after the January 1, 2008, issue date.
    • All arguments are truncated to integers.
    • If settlement or maturity is not a valid date, COUPPCD returns the #VALUE! error value.
    • If frequency is any number other than 1, 2, or 4, COUPPCD returns the #NUM! error value.
    • If basis < 0 or if basis > 4, COUPPCD returns the #NUM! error value.
    • If settlement ≥ maturity, COUPPCD returns the #NUM! error value.

    Example

    Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter. If you need to, you can adjust the column widths to see all the data.

    DataDescription
    25-Jan-11Settlement date
    15-Nov-11Maturity date
    2Semiannual coupon (see above)
    1Actual/actual basis (see above)
    FormulaDescriptionResult
    =COUPPCD(A2,A3,A4,A5)The previous coupon date before the settlement date, for a bond with the above terms.15-Nov-10
  • CUMPRINC function

    CUMPRINC ফাংশন মাইক্রোসফট এক্সেল-এ ব্যবহৃত একটি ফাংশন যা ঋণের একটি নির্দিষ্ট সময়কালের মধ্যে প্রদত্ত মোট ঋণের পরিমাণ গণনা করে। এটি ঋণের মুনাফার হার, মেয়াদ, বর্তমান মূল্য এবং পেমেন্টের শুরু এবং শেষ সময়কালের মতো বিভিন্ন ডেটা পয়েন্ট ব্যবহার করে।

    কিভাবে কাজ করে?

    CUMPRINC নিম্নলিখিত সূত্র ব্যবহার করে কাজ করে:

    CUMPRINC(rate, nper, pv, start_period, end_period, [type])
    
    • rate: প্রতি বছরের মুনাফার হার (দশমিক সংখ্যায়)
    • nper: ঋণের মোট মেয়াদ (বছর)
    • pv: বর্তমান মূল্য (ঋণের পরিমাণ)
    • start_period: যে পর্ব থেকে মোট মূলধন হিসাব করা শুরু হবে
    • end_period: যে পর্ব পর্যন্ত মোট মূলধন হিসাব করা হবে
    • type: [ঐচ্ছিক] যদি 0 হয়, তাহলে প্রতি মাসের শেষে কিস্তি পরিশোধ করা হয় বলে ধরে নেওয়া হয়। যদি 1 হয়, তাহলে প্রতি মাসের শুরুতে কিস্তি পরিশোধ করা হয় বলে ধরে নেওয়া হয়।

    ব্যবহারের নিয়ম:

    • start_period এবং end_period অবশ্যই nper এর চেয়ে ছোট বা সমান হতে হবে।
    • pv অবশ্যই একটি ঋণাত্মক সংখ্যা হতে হবে।
    • type 0 বা 1 হতে হবে।

    উদাহরণ:

    গল্প:

    মনে করুন, আপনি ৳125,000 ঋণ নিয়েছেন যার মুনাফার হার 9% এবং মেয়াদ 30 বছর। আপনি জানতে চান দ্বিতীয় বছরের (13তম থেকে 24তম কিস্তি) মোট পরিশোধ করা মূলধন কত হবে।

    সমাধান:

    এক্সেল শীটে, নিম্নলিখিত সূত্রটি ব্যবহার করুন:

    =CUMPRINC(A2/12,A3*12,A4,13,24,0)

    যেখানে:

    • A2 = 9% (মুনাফার হার)
    • A3 = 30 (মেয়াদ)
    • A4 = 125,000 (বর্তমান মূল্য)

    এই সূত্রটি -934.11 ফলাফল দেবে। এর মানে হল দ্বিতীয় বছরের মোট পরিশোধ করা মূলধন ৳934.11।

    আরও একটি উদাহরণ:

    আপনি যদি প্রথম মাসে (1ম কিস্তি) একক কিস্তিতে ঋণ পরিশোধ করতে চান, তাহলে নিম্নলিখিত সূত্রটি ব্যবহার করুন:

    =CUMPRINC(A2/12,A3*12,A4,1,1,0)

    এই সূত্রটি -68.28 ফলাফল দেবে। এর মানে হল প্রথম মাসে একক কিস্তিতে পরিশোধ করা মূলধন ৳68.28।

    উপসংহার:

    CUMPRINC ফাংশন ঋণের মোট পরিশোধ করা মূলধন হিসাব করার জন্য একটি দরকারী হাতিয়ার। এটি ব্যবহার করা সহজ এবং বিভিন্ন ধরণের ঋণের জন্য প্রযোজ্য।

    Description

    Returns the cumulative principal paid on a loan between start_period and end_period.

    Syntax

    CUMPRINC(rate, nper, pv, start_period, end_period, type)

    The CUMPRINC function syntax has the following arguments:

    • Rate    Required. The interest rate.
    • Nper    Required. The total number of payment periods.
    • Pv    Required. The present value.
    • Start_period    Required. The first period in the calculation. Payment periods are numbered beginning with 1.
    • End_period    Required. The last period in the calculation.
    • Type    Required. The timing of the payment.
    TypeTiming
    0 (zero)Payment at the end of the period
    1Payment at the beginning of the period

    Remarks

    • Make sure that you are consistent about the units you use for specifying rate and nper. If you make monthly payments on a four-year loan at an annual interest rate of 12 percent, use 12%/12 for rate and 4*12 for nper. If you make annual payments on the same loan, use 12% for rate and 4 for nper.
    • If rate ≤ 0, nper ≤ 0, or pv ≤ 0, CUMPRINC returns the #NUM! error value.
    • If start_period < 1, end_period < 1, or start_period > end_period, CUMPRINC returns the #NUM! error value.
    • If type is any number other than 0 or 1, CUMPRINC returns the #NUM! error value.

    Example

    Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter. If you need to, you can adjust the column widths to see all the data.

    DataDescription
    0.09Interest rate per annum
    30Term in years
    125000Present value
    FormulaDescriptionResult
    =CUMPRINC(A2/12,A3*12,A4,13,24,0)The total principal paid in the second year of payments, periods 13 through 24-934.1071234
    =CUMPRINC(A2/12,A3*12,A4,1,1,0)The principal paid in a single payment in the first month (-68.27827)-68.27827118

    Notes: 

    • You divide the interest rate by 12 to get a monthly rate, and you multiply the years the money is paid out by 12 to get the number of payments.
    • In Excel Web App, to view the result in its proper format, select the cell, and then on the Home tab, in the Number group, click the arrow next to Number Format, and click General.
  • CUMIPMT function

    CUMIPMT ফাংশন হলো এক্সেলের একটি আর্থিক ফাংশন যা ঋণের একটি নির্দিষ্ট সময়কালে কত মুনাফা পরিশোধ করা হয়েছে তা গণনা করে। এটি ঋণের মোট মূল্য, মুনাফার হার, ঋণের মেয়াদ এবং কোন সময়কালের জন্য মুনাফার হিসাব করা হচ্ছে তা সহ বিভিন্ন ইনপুট ব্যবহার করে।

    CUMIPMT ফাংশন কিভাবে কাজ করে?

    CUMIPMT ফাংশন নিম্নলিখিত সূত্র ব্যবহার করে কাজ করে:

    CUMIPMT(rate, nper, pv, start_period, end_period)
    
    • rate: প্রতি পর্বে মুনাফার হার (দশমিক)
    • nper: মোট পেমেন্ট পর্বের সংখ্যা
    • pv: ঋণের বর্তমান মূল্য
    • start_period: যে পর্ব থেকে মুনাফার হিসাব শুরু হবে
    • end_period: যে পর্ব পর্যন্ত মুনাফার হিসাব করা হবে

    CUMIPMT ফাংশন ব্যবহারের নিয়ম:

    • start_period এবং end_period অবশ্যই 1 এবং nper এর মধ্যে একটি পূর্ণসংখ্যা হতে হবে।
    • pv অবশ্যই একটি নেতিবাচক সংখ্যা হতে হবে।

    CUMIPMT ফাংশন ব্যবহারের উদাহরণ:

    গল্প:

    রফিক একটি গাড়ি কিনতে 125,000 টাকা ঋণ নিয়েছেন। ঋণের মুনাফার হার 9% এবং ঋণের মেয়াদ 30 বছর। রফিক জানতে চান দ্বিতীয় বছরের শেষে (13তম থেকে 24তম পেমেন্ট) মোট কত মুনাফা পরিশোধ করা হবে।

    সমাধান:

    =CUMIPMT(0.09, 30, -125000, 13, 24)
    

    ফলাফল:

    -11135.23213

    ব্যাখ্যা:

    • rate: 0.09 (9% মুনাফার হার)
    • nper: 30 (ঋণের মেয়াদ 30 বছর)
    • pv: -125000 (ঋণের বর্তমান মূল্য)
    • start_period: 13 (দ্বিতীয় বছরের শুরু)
    • end_period: 24 (দ্বিতীয় বছরের শেষ)

    উপসংহার:

    CUMIPMT ফাংশন হলো ঋণের মুনাফার হিসাব করার জন্য একটি কার্যকর হাতিয়ার। এটি ঋণের মোট মূল্য, মুনাফার হার, ঋণের মেয়াদ এবং কোন সময়কালের জন্য মুনাফার হিসাব করা হচ্ছে তা সহ বিভিন্ন ইনপুট ব্যবহার করে। ঋণের আর্থিক প্রভাব বিশ্লেষণ করার জন্য এটি একটি মূল্যবান সরঞ্জাম হতে পারে।

    Description

    Returns the cumulative interest paid on a loan between start_period and end_period.

    Syntax

    CUMIPMT(rate, nper, pv, start_period, end_period, type)

    The CUMIPMT function syntax has the following arguments:

    • Rate    Required. The interest rate.
    • Nper    Required. The total number of payment periods.
    • Pv    Required. The present value.
    • Start_period    Required. The first period in the calculation. Payment periods are numbered beginning with 1.
    • End_period    Required. The last period in the calculation.
    • Type    Required. The timing of the payment.
    TypeTiming
    0 (zero)Payment at the end of the period
    1Payment at the beginning of the period

    Remarks

    • Make sure that you are consistent about the units you use for specifying rate and nper. If you make monthly payments on a four-year loan at an annual interest rate of 10 percent, use 10%/12 for rate and 4*12 for nper. If you make annual payments on the same loan, use 10% for rate and 4 for nper.
    • If rate ≤ 0, nper ≤ 0, or pv ≤ 0, CUMIPMT returns the #NUM! error value.
    • If start_period < 1, end_period < 1, or start_period > end_period, CUMIPMT returns the #NUM! error value.
    • If type is any number other than 0 or 1, CUMIPMT returns the #NUM! error value.

    Example

    Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter. If you need to, you can adjust the column widths to see all the data.

    DataDescription
    0.09Annual interest rate
    30Years of the loan
    125000Present value
    FormulaDescriptionResult
    =CUMIPMT(A2/12,A3*12,A4,13,24,0)Total interest paid in the second year of payments, periods 13 through 24-11135.23213
    =CUMIPMT(A2/12,A3*12,A4,1,1,0)Interest paid in a single payment in the first month-937.5

    Notes: 

    • Divide the interest rate by 12 to get a monthly rate. Multiply the years the money is paid out by 12 to get the number of payments.
    • In Excel for the web, to view the result in its proper format, select the cell, and then on the Home tab, in the Number group, click the arrow next to Number Format, and click General.
  • DB function

    DB ফাংশন হল একটি এক্সেল ফাংশন যা “Fixed Declining Balance” পদ্ধতি ব্যবহার করে নির্দিষ্ট সময়ের জন্য সম্পত্তির মূল্যহ্রাস হিসাব করে।

    এটি কিভাবে কাজ করে?

    এই ফাংশন সম্পত্তির প্রাথমিক মূল্য, রক্ষণাবেক্ষণ মূল্য, আয়ু এবং সময়কাল (ঐচ্ছিক) সহ 4 টি অর্গুমেন্ট গ্রহণ করে।

    DB ফাংশন ব্যবহারের নিয়ম:

    1. প্রাথমিক মূল্য: সম্পত্তি কেনার সময় খরচ করা মোট টাকা।
    2. রক্ষণাবেক্ষণ মূল্য: সম্পত্তির আয়ুর শেষে এর অনুমানিত মূল্য।
    3. আয়ু: সম্পত্তি ব্যবহারের মোট বছর সংখ্যা।
    4. সময়কাল: (ঐচ্ছিক) প্রথম বছরের মাস সংখ্যা।

    DB ফাংশন ব্যবহারের উদাহরণ:

    গল্প:

    ধরুন আপনি একটি মেশিন কিনেছেন যার মূল্য $1,000,000। 6 বছর পরে এর মূল্য $100,000 হবে বলে আশা করা হচ্ছে। প্রতি বছর মূল্যহ্রাস কত হবে তা জানতে চান।

    সমাধান:

    A2: $1,000,000 (প্রাথমিক মূল্য) A3: $100,000 (রক্ষণাবেক্ষণ মূল্য) A4: 6 (আয়ু)

    প্রথম বছরের মূল্যহ্রাস:

    =DB(A2,A3,A4,1,7)

    ফলাফল: $186,083.33

    দ্বিতীয় বছরের মূল্যহ্রাস:

    =DB(A2,A3,A4,2,7)

    ফলাফল: $259,639.42

    তৃতীয় বছরের মূল্যহ্রাস:

    =DB(A2,A3,A4,3,7)

    ফলাফল: $176,814.44

    চতুর্থ বছরের মূল্যহ্রাস:

    =DB(A2,A3,A4,4,7)

    ফলাফল: $120,410.64

    পঞ্চম বছরের মূল্যহ্রাস:

    =DB(A2,A3,A4,5,7)

    ফলাফল: $81,999.64

    ষষ্ঠ বছরের মূল্যহ্রাস:

    =DB(A2,A3,A4,6,7)

    ফলাফল: $55,841.76

    সপ্তম বছরের মূল্যহ্রাস:

    =DB(A2,A3,A4,7,7)

    ফলাফল: $15,845.10 (শুধু 5 মাসের জন্য)

    উল্লেখ্য:

    • DB ফাংশন কেবলমাত্র “Fixed Declining Balance” পদ্ধতি ব্যবহার করে মূল্যহ্রাস হিসাব করে।
    • আরও জটিল পদ্ধতির জন্য অন্যান্য ফাংশন ব্যবহার করা যেতে পারে।

    Description

    Returns the depreciation of an asset for a specified period using the fixed-declining balance method.

    Syntax

    DB(cost, salvage, life, period, [month])

    The DB function syntax has the following arguments:

    • Cost    Required. The initial cost of the asset.
    • Salvage    Required. The value at the end of the depreciation (sometimes called the salvage value of the asset).
    • Life    Required. The number of periods over which the asset is being depreciated (sometimes called the useful life of the asset).
    • Period    Required. The period for which you want to calculate the depreciation. Period must use the same units as life.
    • Month    Optional. The number of months in the first year. If month is omitted, it is assumed to be 12.

    Remarks

    • The fixed-declining balance method computes depreciation at a fixed rate. DB uses the following formulas to calculate depreciation for a period:(cost – total depreciation from prior periods) * ratewhere:rate = 1 – ((salvage / cost) ^ (1 / life)), rounded to three decimal places
    • Depreciation for the first and last periods is a special case. For the first period, DB uses this formula:cost * rate * month / 12
    • For the last period, DB uses this formula:((cost – total depreciation from prior periods) * rate * (12 – month)) / 12

    Example

    Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter. If you need to, you can adjust the column widths to see all the data.

    DataDescription
    $1,000,000Initial cost
    $100,000Salvage value
    6Lifetime in years
    FormulaDescriptionResult
    =DB(A2,A3,A4,1,7)Depreciation in first year, with only 7 months calculated$186,083.33
    =DB(A2,A3,A4,2,7)Depreciation in second year$259,639.42
    =DB(A2,A3,A4,3,7)Depreciation in third year$176,814.44
    =DB(A2,A3,A4,4,7)Depreciation in fourth year$120,410.64
    =DB(A2,A3,A4,5,7)Depreciation in fifth year$81,999.64
    =DB(A2,A3,A4,6,7)Depreciation in sixth year$55,841.76
    =DB(A2,A3,A4,7,7)Depreciation in seventh year, with only 5 months calculated$15,845.10