investorwize
New Member
- Joined
- Oct 22, 2015
- Messages
- 6
Working on another real estate application and one of my employees are trying to add decimal seconds to time.
So my column looks like this where column 2 is the amount of seconds passed and is a decimal type
COLUMN1 COLUMN2 COLUMN3
12:32:07 66.22 = COLUMN1 + TIME(0,0,COLUMN2)
This is what I am trying but I believe the calculation comes out incorrect because seconds is a decimal.
Let me know how I can do this.
Geoffrey
So my column looks like this where column 2 is the amount of seconds passed and is a decimal type
COLUMN1 COLUMN2 COLUMN3
12:32:07 66.22 = COLUMN1 + TIME(0,0,COLUMN2)
This is what I am trying but I believe the calculation comes out incorrect because seconds is a decimal.
Let me know how I can do this.
Geoffrey
Last edited by a moderator: