Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
My data has days hours minutes in cell E2. 3d 04h 58m
I use the following to convert it to hours: =LEFT(E2,FIND("d",E2)-1)*24+MID(E2,FIND("h",E2)-2,2)+MID(E2,FIND("m",E2)-2,2)/60 It work fine until I get a unit without the day. 04h 58m. Can I use a if statement to add all numbers even if the day value is missing? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
missing data from table | Excel Discussion (Misc queries) | |||
missing data from table | Excel Discussion (Misc queries) | |||
Help with data not getting plotted | Excel Discussion (Misc queries) | |||
Help with data not getting plotted | Charts and Charting in Excel | |||
Pulling data from 1 sheet to another | Excel Worksheet Functions |