Forum Discussion
lamarajesh
Jun 08, 2022Copper Contributor
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.
- NikolinoDEGold Contributor
Like Mr. Jihad Al-Jarady alread write, a siply formula can do it this, but if you want it in VBA, hier a quick Solution Approach.
See the insert file, is simply VBA examble.
- lamarajeshCopper Contributor
NikolinoDE i am trying to auto fill the formula. did not work
- BeyK40Brass ContributorMake 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
- Jihad Al-JaradySteel Contributor
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