Logo
2

Each worksheet covers a period of 20 work days. In cell C4, create a formula using the WORKDAY function to calculate the date 19 days from the start date (cell C3).

hello, how can I solve it? I did =WORKDAY(19,C3), but it doesn't seem to be correct.

rajanarajana asked 2 years ago

·

Answers

3

WORKDAY function accepts start date, and then days, and finally holidays as an argument. Holidays argument is optional.

In the question, we are told to use the WORKDAY function to calculate 19 days from start date, and the start date is in the cell C3.

So, our formula in the cell C4 would be =WORKDAY(C3,19)

davidapdavidap answered 2 years ago

Post your answer

Recommended Books

Reading books is a great way to learn. Here are some of the books we recommend.