PROPLEM -TIME ACTS AS TEXT

azar3

New Member
Joined
Feb 19, 2020
Messages
7
Office Version
  1. 365
-What is done before: A table was created previously in Google Sheet in a task tab to calculate the working time on the tasks for the team, also columns were created for the in and out timing and working hours
- problem : all that was recorded previously in the start and end timing columns appears as text and thus the working hours appear VALUE mark
-Question :HOW to correct the timing(in&out) column to be as a timing formula at once because there are many rows, SO the hours column calculates the difference between them
....................................................................................
520/0previously time does not work
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
change the calculation to use timevalue
=D2-timevalue("00:01:00")
then copy down
that should change the TIME IN to a time value and not text
Check by changing format to a number and it should just show a normal number as that's how time is displayed under a number format
 
Upvote 0
Solution
Sorry for the late review for some circumstances, and thanks the post have been resoled
 
Upvote 0

Forum statistics

Threads
1,214,864
Messages
6,121,986
Members
449,058
Latest member
oculus

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top