Forum Discussion
#VALUE disappears when I delete a random cell or line
- May 17, 2023Hi NikolinoDE,
Thanks for your help, I found the issue.
DATEVAL and TEMPSVAL (DATEVALUE & TIMEVALUE in en) induce regional formating error in Excel online.
I just remove them and now everything is ok.
Thanks again for your help,
Don
It's possible that there is an error in the formula or reference in your spreadsheet that is causing the #VALUE error. When you delete a cell, line, or column, Excel may automatically recalculate the remaining cells and fix the error.
You can try the following steps to troubleshoot the issue:
Check for errors in the formula or reference by selecting the cell that is showing the #VALUE error and looking at the formula bar. Make sure all the references are correct and that there are no typos or missing references.
Check for any cells that may be empty or contain text instead of numbers or dates. These can also cause the #VALUE error.
Try using the "Evaluate Formula" feature to step through the formula and see if you can identify the error.
If none of these steps work, try copying the data to a new worksheet or a new Excel file and see if the error persists.
Hopefully, one of these steps will help you identify and fix the issue with the #VALUE error.
- Don_PepeMay 12, 2023Copper Contributor
Thanks for your help, I cheked these thing and everything were ok.
If I recalculate, I still have the error but if I copy the formula then delete the formula then past the formula in the same cell, the error desappears.
FYI, the formula is (in french sorry):
=DATEVAL(GAUCHE(TEXTE(AX$4-1;"jj/mm/aaaa") &" "& TEXTE($B6;"hh:mm:ss");10))+TEMPSVAL(DROITE(TEXTE(AX$4-1;"jj/mm/aaaa") &" "& TEXTE($B6;"hh:mm:ss");8))Best,
Don
- NikolinoDEMay 12, 2023Gold ContributorThe updated formula you provided looks correct to me.
There shouldn't be any errors in this formula, as long as the cell references (AX$4 and $B6) are valid and the data in those cells are correctly formatted as dates and times.
One thing to note is that the results of this formula may depend on the regional settings of your computer. The date and time formats used in the formula (i.e. "jj/mm/aaaa" and "hh:mm:ss") may need to be adjusted based on the regional settings of your computer to ensure that the formula returns the correct values.
If you continue to experience issues with this formula, please provide more information on the specific error message you are seeing.
I hope this helps!- Don_PepeMay 17, 2023Copper ContributorHi NikolinoDE,
Thanks for your help, I found the issue.
DATEVAL and TEMPSVAL (DATEVALUE & TIMEVALUE in en) induce regional formating error in Excel online.
I just remove them and now everything is ok.
Thanks again for your help,
Don