https://bugs.documentfoundation.org/show_bug.cgi?id=154577

ady <adylo811...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOTABUG
             Status|REOPENED                    |RESOLVED

--- Comment #8 from ady <adylo811...@gmail.com> ---
The PRODUCT() function is more useful for ranges rather than multiplying single
cells.

You could just use A1*A2.

Or you could add 2 columns with the formulas:
=N(A1)
=N(A2)

and then use the PRODUCT() function on those new cells/columns.

Or you could use:
=PRODUCT(N(A1),N(A2))

Clearly A1*A2 wins in this case.

I'll reset this report to NAB now.

For future doubts, you could try first https://ask.libreoffice.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to