| 1. |
Which Function Would You Use To Get The Current Date And Time In Excel? |
|
Answer» The following FUNCTIONS can be used: TODAY () - This function takes no argument and WOULD return the CURRENT date value. NOW () - This function takes no argument and would return the current date and TIME value. Remember that that dates and times are stored as numbers in Excel. So you can perform OPERATIONS such as addition/subtraction with these dates. The following functions can be used: TODAY () - This function takes no argument and would return the current date value. NOW () - This function takes no argument and would return the current date and time value. Remember that that dates and times are stored as numbers in Excel. So you can perform operations such as addition/subtraction with these dates. |
|