-2

In the office, I need to calculate leave days and leave hours of personnel.

In our country, each employee can use 2.5 leave days each month.

so, I need to calculate his leave days and also leave hours to prevent leaving more than 2.5 days per month. You can see the example image in the attached file.

**You can see the example file in attachment**.

ketan
  • 19,129
  • 42
  • 60
  • 98
  • This question is very broad. Please show us some examples, what your current state is, what you have tried yourself. – moffeltje Jun 17 '15 at 07:39
  • Please show us what you have tried and where you are stuck. Broad questions like these are unlikely to get any good answers. – Jens Jun 17 '15 at 07:40

1 Answers1

0

This question is broad but I guess you are asking for some sort of applying condition/ checks to leave days. You can apply a formula of "IF" with required logic to get the desired results.

Qais
  • 1