Forum Discussion

lamarajesh's avatar
lamarajesh
Copper Contributor
Jun 08, 2022

I wanted to create a column where i can auto fill the calculation from c and d.

hi there i am trying to calculate the time so end time - start time and auto fill around 1m rows . anyone there to rescue me ? Thank you.

      • BeyK40's avatar
        BeyK40
        Brass Contributor
        Make sure you've created a table. If you create a table, column 3 will be a calculated column. Then it will automatically copy to the rest of the rows in the table
  • Hi lamarajesh 

     

    Simply just put the cell contain end time - the cell contain start time, just make sure you are putting the time in the correct format.

     

    A1= start time, B1= end time

    The formula you will use in C1  will be:

    =B1-A1

Resources