I just imported an openoffice spreadsheet that I have used for some time and has been working just fine. In the conversion to LibreOffice. A particular function is giving me a #VALUE! error. The formula is as follows:
=IF(ISBLANK(E67),"",SUMPRODUCT((‘Transfers and Deposits’.$B$89:$AA$94) * (‘Transfers and Deposits’.$B$89:$B$94=E67)))
Basically the formula is to sum the values in B 89 through AA 94 only if it finds E 67 in the column B 89 through B 94.
This runs perfectly fine in OpenOffice with the results I expect but I can not understand why its is not in LibreOffice. Everything else in this large spreadsheet works right but this function and it causes a cascading problem. If anyone can help I would appreciate it. I am making a big assumption that I can use this function this way in LibreOffice. Any help or direction would be appreciated. Thanks is advance !