Featured post

Trick to get the sum row wise or column wise

    Row-wise or Column-wise Sum Using a Shortcut: Select the range of numbers in the table that you want to sum (either a column or a row, or even multiple columns or rows). Press the Alt key on your keyboard. After pressing Alt , press the +   = key . This is the AutoSum shortcut. If you're summing a column , Excel will automatically fill the cell directly below the selected range with the sum of that column. If you're summing a row , Excel will automatically fill the cell directly to the right of the selected range with the sum of that row.   The AutoSum feature ( Alt + = ) automatically sums numbers in a contiguous range of cells.    

HOW TO ADD TIME AND DATE IN EXCEL

 

 When we need to  add time and date in Excel. we may use little  shortcuts or formulas, here's a clear proedure  of how to do it--------------------

1.  Insert Current Time 

To insert the current time in a cell, use the following keyboard shortcut:

    • Ctrl + Shift + :
      This will insert the current system time into the selected cell.

        2. Insert Current Date using Formula

            To insert the current date using a formula, use

               =TODAY()


        3. Insert Tomorrow's Date

        To get tomorrow's date, you can use the TODAY() formula with an addition of 1:

  • =TODAY() + 1
    This will always give you the date of the following day.

        4. Insert Yesterday's Date

            To get yesterday’s date, subtract 1 from TODAY():

  • =TODAY() - 1
    This will return the date for the previous day.

        5. Insert Current Date and Time

        If you want to insert both the current date and time, use the following formula:

  • =NOW()
    This will insert the current date and time in the selected cell and will update whenever the worksheet isy recalculated.

       example of  use of shortcut key 

  • Current date: =TODAY()
  • Tomorrow’s date: =TODAY() + 1
  • Yesterday’s date: =TODAY() - 1
  • Current time: Ctrl + Shift + :
  • Current date and time: =NOW()

Comments

POPULAR POSTS

essential BAsic excel formulas a quick guide

Some important tips to learn MS Word

Insert Serial Numbers in Roman Numerals, Alphabets, and Numbers in Excel

How to find sum of numbers with units in a range in Excel?

Rearrange columns in excel sheet using a quick trick

TIPS TO INSERT A SERIAL NUMBER IN AN EXCEL SHEET