Respuesta :

The CHOOSE function that will determine a date in cell A1 occurs on a weekday or weekend can be written as: CHOOSE ( WEEKDAY (A1), "Weekend", "Weekday",  "Weekday",  "Weekday",  "Weekday"

An excel sheet is a Microsoft spreadsheet that contains cells that are used in the arrangement, ordering, and sorting of data into rows and columns.

The excel function performs statistical as well as Logic operations through a well-defined preset formula and instructions.

From the information given; we are to write a CHOOSE function that will determine whether a date in cell A1 occurs on weekdays or weekends.

Suppose we select a Date within the weekday function, it returns a number between 1 - 7, assuming that:

  • Sunday = 1 , Monday = 2, Tuesday = 3, ... Saturday = 7

The CHOOSE function will therefore use this number to return the corresponding value in the list.

Therefore, the CHOOSE function that will determine a date in cell A1 occurs on a weekday or weekend can be written as: CHOOSE ( WEEKDAY (A1), "Weekend", "Weekday",  "Weekday",  "Weekday",  "Weekday"

Learn more about Excel Sheet and Excel Functions here:

https://brainly.com/question/25590575