I've inherited an Excel spreadsheet that is currently uploaded via DataShuttle into SS. However, I have to add six columns and formulas in Excel prior to completing the upload via DataShuttle (data is exported to Excel; six columns are added w/formulas; then DataShuttle moves it to SS).
I can't figure out how to convert the Excel formulas so they work in SS. I know SS doesn't have SEARCH function but I'm not getting things to work with FIND either.
Above is the screenshot from Excel. Formulas in the Hour, Minute, Second columns are the same mostly:
Hour: =IFERROR(VALUE(MID($C2,MAX(SEARCH(D$1,$C2)-3,1),2)),0)
Minute: =IFERROR(VALUE(MID($C2,MAX(SEARCH(E$1,$C2)-3,1),2)),0)
Second: =IFERROR(VALUE(MID($C2,MAX(SEARCH(F$1,$C2)-3,1),2)),0)
Time Value: =TIME(D2, E2, F2) (this is also formatted as Custom (h:mm:ss).
I do have a formula in the Time Value column in SS. However, it doesn't populate in the HH:MM:SS. For example, if there is 11 minutes, 8 seconds in the Time column, it shows it as 0:11:8
Appreciate any help/input. Time formulas are not something I've worked with previously.
Thanks, Peggy