Thanks in advance if anyone can help. Allan
I do not have much knowledge in excel but several years ago I was given a spreadsheet to keep track of my running. The was a function in this sheet called pace_mile which figured out my pace after I entered my mileage, and time (hours, minutes, seconds) for each run.
This function has worked all the time since 2017 - until 10/6/25. Now when I enter the information no pace is entered into the pace–mile column. If I go back to earlier dates such as 10/5 and change the time, the pace stays the same - no change when I change the time fields. The formula is still listed =pace_mile in the pace column.
What makes this even worse is that when I go to open a previous year's running spreadsheet, I get a message saying there is a problem and do I want excel to try to recover as much as it can. I say yes. Then the previous year opens with the message saying the file could be opened by removing unreadable content. The file is open but all pace values have been removed.
Can someone tell me if this function no longer works and if there is anything I can do? Here is what name manger shows for pace_mile
=IF(ISERROR(IF(dist="","",_xleta.TIME/miles)),"",IF(dist="","",_xleta.TIME/miles))
Also, a repairlog of what I get when I open an old file.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<recoveryLog xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"><logFileName>Repair Result to Running Log 20200.xml</logFileName><summary>Errors were detected in file '/Users/allan/Documents/Excel/running logs/Running Log 2020.xlsx'</summary><removedRecords summary="Following is a list of removed records:"><removedRecord>Removed Records: Formula from /xl/worksheets/sheet1.xml part</removedRecord><removedRecord>Removed Records: Formula from /xl/calcChain.xml part (Calculation properties)</removedRecord></removedRecords></recoveryLog>
Attached is a screen shot.
I do not have much knowledge in excel but several years ago I was given a spreadsheet to keep track of my running. The was a function in this sheet called pace_mile which figured out my pace after I entered my mileage, and time (hours, minutes, seconds) for each run.
This function has worked all the time since 2017 - until 10/6/25. Now when I enter the information no pace is entered into the pace–mile column. If I go back to earlier dates such as 10/5 and change the time, the pace stays the same - no change when I change the time fields. The formula is still listed =pace_mile in the pace column.
What makes this even worse is that when I go to open a previous year's running spreadsheet, I get a message saying there is a problem and do I want excel to try to recover as much as it can. I say yes. Then the previous year opens with the message saying the file could be opened by removing unreadable content. The file is open but all pace values have been removed.
Can someone tell me if this function no longer works and if there is anything I can do? Here is what name manger shows for pace_mile
=IF(ISERROR(IF(dist="","",_xleta.TIME/miles)),"",IF(dist="","",_xleta.TIME/miles))
Also, a repairlog of what I get when I open an old file.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<recoveryLog xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"><logFileName>Repair Result to Running Log 20200.xml</logFileName><summary>Errors were detected in file '/Users/allan/Documents/Excel/running logs/Running Log 2020.xlsx'</summary><removedRecords summary="Following is a list of removed records:"><removedRecord>Removed Records: Formula from /xl/worksheets/sheet1.xml part</removedRecord><removedRecord>Removed Records: Formula from /xl/calcChain.xml part (Calculation properties)</removedRecord></removedRecords></recoveryLog>
Attached is a screen shot.