which function can be used to insert the current date into a spreadsheet?\ndate\ntoday\nmm/dd/yyyy\ndate&time

which function can be used to insert the current date into a spreadsheet?\ndate\ntoday\nmm/dd/yyyy\ndate&time
Answer
Answer:
B. TODAY
Brief Explanations:
In spreadsheet software like Excel, the TODAY function returns the current date. The DATE function is used to create a date with specific year - month - day values. MM/DD/YYYY is a date format, not a function. DATE&TIME is not a standard function for getting the current date.