How to Calculate DA on Basic Salary in Excel (3 Easy Ways) - ExcelDemy (2024)

Sometimes you may need to Calculate Dearness Allowance (DA) on Basic Salary in Excel. In this article, I’m going to explain to you three methods of how to calculate DA on Basic Salary in Excel.

What Is Dearness Allowance (DA)?

Dearness Allowance is paid to the employee by the authority for balancing the impact of inflation. Basically, Dearness Allowance is a percentage of the basic salary. Which will be included in your salary to cope with the present situation of the monetary value of your country’s currency.

In addition, Dearness Allowance(DA) depends on the terms & conditions of individual companies, sectors, and countries.

Calculate DA on Basic Salary in Excel: 3 Methods

For your better understanding, I’m going to use an example of the following dataset. Which contains four columns. These are Name, Salary, Total Days, and Worked Days. Now, I will describe to you about the methods to Calculate DA on Basic Salary in Excel. The methods are given below:

How to Calculate DA on Basic Salary in Excel (3 Easy Ways) - ExcelDemy (1)

1. Using IF Function to Calculate DA on Basic Salary

You can use the IF function to calculate DA in Excel. For this method, I’m going to use the following dataset. Which contains two columns. Those are Name and Salary.

How to Calculate DA on Basic Salary in Excel (3 Easy Ways) - ExcelDemy (2)

Steps:

  • Firstly, select a different cell D5 where you want to calculate the DA percentage.
  • Secondly, use the corresponding formula in the D5 cell.

=IF(C5>=7000,"8%","7%")

How to Calculate DA on Basic Salary in Excel (3 Easy Ways) - ExcelDemy (3)

Here, in the IF function, I used a logical_test where I want to check the values greater than or equal to $7000 to return the DA percentage from the Salary range. If the salary is greater than or equal to $7000 then it will return the DA percentage as 8% otherwise it will return 7%.

  • Then, press ENTER to get the value in the DA Percentage column.

At this time, you will get the DA value in percentage form.

How to Calculate DA on Basic Salary in Excel (3 Easy Ways) - ExcelDemy (4)

  • Subsequently, you have to drag the Fill Handle icon to AutoFill the corresponding data in the rest of the cells D5:D9.

How to Calculate DA on Basic Salary in Excel (3 Easy Ways) - ExcelDemy (5)

After that, you can see the following result.

How to Calculate DA on Basic Salary in Excel (3 Easy Ways) - ExcelDemy (6)

Now, I’m going to find the final DA Amount.

  • For this firstly, select the cell E5 where you want to show the DA Amount.
  • Secondly, use the corresponding formula in the E5.

=C5*D5

How to Calculate DA on Basic Salary in Excel (3 Easy Ways) - ExcelDemy (7)

Here, in this formula, I have multiplied the Salary range by the DA Percentage to get the final DA Amount.

  • Now, press ENTER to get the DA Amount.
  • Similarly, you have to drag the Fill Handle icon to AutoFill the corresponding data in the rest of the cells E5:E9.

How to Calculate DA on Basic Salary in Excel (3 Easy Ways) - ExcelDemy (8)

2. Applying IF and Round Functions to Calculate DA on Basic Salary

You can apply IF and ROUND functions to calculate DA on basic salary. Suppose, you have the following dataset. Which has four columns. These are Name, Salary, Total Days, and Worked Days.

How to Calculate DA on Basic Salary in Excel (3 Easy Ways) - ExcelDemy (9)

Steps:

  • Firstly, select a different cell F5 where you want to calculate the DA Amount.
  • Secondly, use the corresponding formula in the F5 cell.

=IF(E5=0,"",ROUND(C5/D5*E5*7%,-1))

How to Calculate DA on Basic Salary in Excel (3 Easy Ways) - ExcelDemy (10)

Formula Explanation

  • E5=0 : this is the condition of the IF Function.
  • “” : When the IF condition satisfies, it will return a blank cell.
  • ROUND(C5/D5*E5*7%,-1) :When the IF function does not satisfy it will round the DA value of to the decimal figure.
  • IF(E5=0,””,ROUND(C5/D5*E5*7%,-1)): It will check the Worked Days values equal or not equal to 0 to return the DA amount. If the worked days equal to 0 then it will return the DA amount as a space otherwise it will return the DA amount
  • Now, press ENTER to get the value of DA Amount.

Finally, you can see the DA Amount.

How to Calculate DA on Basic Salary in Excel (3 Easy Ways) - ExcelDemy (11)

  • For other data, you have to drag the Fill Handle icon to AutoFill the corresponding data in the rest of the cells F5:F9.

Finally, you will get all the DA Amount.

How to Calculate DA on Basic Salary in Excel (3 Easy Ways) - ExcelDemy (12)

3. Using Generic Formula to Calculate DA on Basic Salary

You can use generic formula as well to calculate DA on basic salary. For this method, let you have the following dataset.

How to Calculate DA on Basic Salary in Excel (3 Easy Ways) - ExcelDemy (13)

Steps:

  • At first, select a different cell D5 where you want to calculate DA.
  • Then, use the corresponding formula in the D5 cell.

=(C5*12)/100

How to Calculate DA on Basic Salary in Excel (3 Easy Ways) - ExcelDemy (14)

Here, in this formula, I have multiplied Salary by 12 and then divided it by 100.

  • Then, press ENTER to get the value of Dearness Allowance .
  • Finally, follow the Fill Handle procedure and you will get the calculated Dearness Allowance.

How to Calculate DA on Basic Salary in Excel (3 Easy Ways) - ExcelDemy (15)

Things to Remember

  • For your own company, firstly you must know the terms and conditions of Dearness Allowance (DA). According to that policies you have to edit the values used in this workbook.

Practice Section

You can download the free workbook and there you will find a practice section.

How to Calculate DA on Basic Salary in Excel (3 Easy Ways) - ExcelDemy (16)

Download Practice Workbook

You can download the practice workbook from here:

DA Calculation on Basic Salary.xlsx

Conclusion

I hope you found this article helpful. Here, I have explained 3 methods of how to calculate Dearness Allowance (DA) on basic salary in Excel. Please, drop comments, suggestions, or queries if you have any in the comment section below.

<< Go Back to Salary | Formula List | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
How to Calculate DA on Basic Salary in Excel (3 Easy Ways) - ExcelDemy (2024)

FAQs

How to calculate da in Excel formula? ›

Explanation of Formula

The function IF(D4=0,"", ROUND(B$/C4*D4*6%,-1)) will determine whether the Working Days values are equal to zero or not before returning the DA amount. A space will be returned in place of the DA amount if the number of worked days is zero; otherwise, the DA amount will be returned.

How to do basic calculations in Excel? ›

Enter a formula that contains a built-in function
  1. Select an empty cell.
  2. Type an equal sign = and then type a function. For example, =SUM for getting the total sales.
  3. Type an opening parenthesis (.
  4. Select the range of cells, and then type a closing parenthesis).
  5. Press Enter to get the result.

How to calculate MEDIAN salary in Excel? ›

Click inside an empty cell. Click the Formula tab, and then click AutoSum > More functions. In the Formula Builder pane, type MEDIAN in the Search box, and then click Insert Function. Make sure the cell span in the Number1 box matches your data (In this case, A1:A7).

What is the equation of DA? ›

To calculate the percentage increase in CPI, subtract the base index from the current CPI and divide the result by the base index. Multiply the result by 100 to get the percentage increase. The DA percentage is calculated by multiplying the percentage increase in CPI by a pre-determined factor.

How do I force a formula to calculate in Excel? ›

Shift + F9 recalculates changed formulas in the active worksheet only. Ctrl + Alt + F9 forces Excel to recalculate absolutely all formulas in all open workbooks, even those that have not been changed.

What are the 7 basic Excel formulas? ›

Basic formulas in Excel include arithmetic operations like addition, subtraction, multiplication, and division—for example, SUM, AVERAGE, COUNT, and PRODUCT.

How to do quick calculations in Excel? ›

For simple formulas, simply type the equal sign followed by the numeric values that you want to calculate and the math operators that you want to use — the plus sign (+) to add, the minus sign (-) to subtract, the asterisk (*) to multiply, and the forward slash (/) to divide.

How do I calculate average salary in Excel? ›

The formula is displayed in the formula bar, =AVERAGE(A2:A7) if you're using the sample data. In the Formula Bar, select the content between the parentheses, which is A2:A7 if you're using the sample data. key and click the cells that you want to average, and then press RETURN.

How do I calculate salary percentage in Excel? ›

What is the Excel formula for percentage? To calculate a percentage in Excel, you can use the formula: "=number/total*100". Replace "number" with the specific value you want to calculate a percentage of and "total" with the overall value or sum.

How to calculate median salary? ›

If the number of salaries is odd, then the median would be the salary figure in the middle of the list. If the number of salaries is even, the middle two salary figures are added together, and the sum then divided by two to determine the median salary.

What is the formula of da? ›

Calculate the DA Percentage: From the Base CPI subtract the Average CPI of the last 3 months, and the result divided by the Base CPI, multiplied by 100, to get the DA percentage.

How do I calculate D Day in Excel? ›

The DAYS function in Excel is a formula designed to compute the count of days between two given dates. The syntax for the function is “=DAYS(end_date, start_date).” Therefore, the end date is specified as the first argument in the formula, and the start date is specified as the second argument in the formula.

How do you calculate dynamic SUM in Excel? ›

=SUM(B2:INDEX(B:B, 6))

- If the endpoint of your range is dynamic, replace 6 in INDEX with a reference to a cell where the row number is entered or calculated.

How do you do a direct SUM formula in Excel? ›

If you need to sum a column or row of numbers, let Excel do the math for you. Select a cell next to the numbers you want to sum, select AutoSum on the Home tab, press Enter, and you're done. When you select AutoSum, Excel automatically enters a formula (that uses the SUM function) to sum the numbers.

References

Top Articles
Latest Posts
Article information

Author: Lilliana Bartoletti

Last Updated:

Views: 5844

Rating: 4.2 / 5 (53 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Lilliana Bartoletti

Birthday: 1999-11-18

Address: 58866 Tricia Spurs, North Melvinberg, HI 91346-3774

Phone: +50616620367928

Job: Real-Estate Liaison

Hobby: Graffiti, Astronomy, Handball, Magic, Origami, Fashion, Foreign language learning

Introduction: My name is Lilliana Bartoletti, I am a adventurous, pleasant, shiny, beautiful, handsome, zealous, tasty person who loves writing and wants to share my knowledge and understanding with you.