Bug 150080 - error
Summary: error
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
7.3.2.2 release
Hardware: x86 (IA32) Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-21 00:37 UTC by dvien228
Modified: 2022-07-21 07:50 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dvien228 2022-07-21 00:37:48 UTC
Description:
lets say A1 cell have a word "ABC", and at A2 with formula = A1 * 2, the error is #VALUE!, where it should make A1=0.  

but if I do this to replace the formula at A2, it works, SUM(A1) * 2, which would equal to zero.  



Steps to Reproduce:
lets say A1 cell have a word "ABC", and at A2 with formula = A1 * 2, the error is #VALUE!, where it should make A1=0.  

but if I do this to replace the formula at A2, it works, SUM(A1) * 2, which would equal to zero.  


Actual Results:
lets say A1 cell have a word "ABC", and at A2 with formula = A1 * 2, the error is #VALUE!, where it should make A1=0.  

but if I do this to replace the formula at A2, it works, SUM(A1) * 2, which would equal to zero.  


Expected Results:
lets say A1 cell have a word "ABC", and at A2 with formula = A1 * 2, the error is #VALUE!, where it should make A1=0.  

but if I do this to replace the formula at A2, it works, SUM(A1) * 2, which would equal to zero.  



Reproducible: Always


User Profile Reset: No



Additional Info:
lets say A1 cell have a word "ABC", and at A2 with formula = A1 * 2, the error is #VALUE!, where it should make A1=0.  

but if I do this to replace the formula at A2, it works, SUM(A1) * 2, which would equal to zero.