Write a formula to calculate the Net Pay for every employee.
Write a formula to find the total amount, Total of Net Pay and Total of 1% Tax of all stores.
Displays "Yes", If the amount is greater than 5000, otherwise Display "No"
Solution:-
I think that to solve this question, just compare the question condition with your natural language; then draw an algorithm like code for it to solve.
Here I present the ms-excel practical questions for your competitive exam, entrance exam, bank exam, governmental exam, interview exam, public service commission exam or any other exam.
In the F5 cell, type the below formula to display yes or no,
In the G5 cell, type the below formula to calculate Net Pay.
Net Pay: =IF(F5="Y",E5-E5*1%,E5)
In the G8, G9 and G10 cells, respectively; type the below formula to calculate Total Amount, Total Net Pay and Total Tax.
Total Amount: =SUM(E5:E7)
Total Net Pay: =SUM(G5:G7)
Total Tax: =(E5+E7)*1%
If you have any queries, related to this question, ask me in the comment section without any hesitation. I would like to say thank you if this post is helpful for you or if I solve your problem through this question.
No comments:
Post a Comment