Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
20. In cell C9, enter a formula that uses the MIN function to find the earliest date in the project schedule (range C6:G8).Question
21. In cell C10, enter a formula that uses the MAX function to find the latest date in the project schedule (range C6:G8).
Answers
Answered by
GPT 3.5
To find the latest date in the project schedule range C6:G8 using the MAX function, you can follow these steps:
1. Select cell C10.
2. Type the following formula into the formula bar:
```
=MAX(C6:G8)
```
3. Press Enter to get the result.
The formula will calculate and display the latest date from the range of cells C6 to G8 in cell C10.
1. Select cell C10.
2. Type the following formula into the formula bar:
```
=MAX(C6:G8)
```
3. Press Enter to get the result.
The formula will calculate and display the latest date from the range of cells C6 to G8 in cell C10.
There are no human answers yet. A form for humans to post answers is coming very soon!