Hi guys,
i'm not exactly the newbie with OO but today i got a problem to find a solution.
so I have a cells with simple math operations like a*b+c*d+e*f i need them shown on table and in the next cell i need to have sum from that. I tryed alot of things but with no success i would be very happy if someone can show me a decision of my problem. Maybe its a really stupid question but i didn't find any way to make it run.
Thanks in advice
[Solved] Is there a way to do that?
[Solved] Is there a way to do that?
Last edited by xamlet on Thu Aug 04, 2011 8:57 pm, edited 1 time in total.
OpenOffice 3.3.0 on Apple MAC OS X 10.6.8
Re: Is there a way to do that?
Can you give us an example? I am not clear on what you want summed.xamlet wrote:Hi guys,
i'm not exactly the newbie with OO but today i got a problem to find a solution.
so I have a cells with simple math operations like a*b+c*d+e*f i need them shown on table and in the next cell i need to have sum from that. I tryed alot of things but with no success i would be very happy if someone can show me a decision of my problem. Maybe its a really stupid question but i didn't find any way to make it run.
Thanks in advice
LibreOffice 7.3.7. 2; Ubuntu 22.04
Re: Is there a way to do that?
i need to have in one cell 1*100+2*40+3*25 that should be printable as it is, and in other cell i need to have the end result from that currently 255.
OpenOffice 3.3.0 on Apple MAC OS X 10.6.8
Re: Is there a way to do that?
If in
A1: =1*100+2*50+3*25
in
A2: =FORMULA(A1)
A1: =1*100+2*50+3*25
in
A2: =FORMULA(A1)
LibreOffice 3.5.4 AOo-3.4 on Win 7 Ultimate
Re: Is there a way to do that?
it is not the exactly what i needed but its a step in right direction
for me it would be the best thing to have A1 with 1*100+2*50+3*25 without "=" and than to have it calculated in A2
but anyway hope that will helps me alot
Thanks
for me it would be the best thing to have A1 with 1*100+2*50+3*25 without "=" and than to have it calculated in A2
but anyway hope that will helps me alot
Thanks
OpenOffice 3.3.0 on Apple MAC OS X 10.6.8
- Hagar Delest
- Moderator
- Posts: 33428
- Joined: Sun Oct 07, 2007 9:07 pm
- Location: France
Re: Is there a way to do that?
Code: Select all
=RIGHT(FORMULA(A2);LEN(FORMULA(A2))-1)
LibreOffice 25.2 on Linux Mint Debian Edition (LMDE Faye) and 24.8 portable on Windows 11.
- JohnSUN-Pensioner
- Volunteer
- Posts: 876
- Joined: Fri Jan 14, 2011 1:21 pm
- Location: Kyiv, Ukraine
Re: Is there a way to do that?
I think I understood! You will need an analog of function EVAL()?
Try to read this discussion. It is the Russian language. But the Google-translator to help you. There are interesting not so much a debate as applied solutions.
Try to read this discussion. It is the Russian language. But the Google-translator to help you. There are interesting not so much a debate as applied solutions.
I may not have a lot to give but what I got I'll give to you...
Apache OpenOffice 4.1.5, LibreOffice 6.4.4.2 (x64) on Windows 7
If you think that I did not answer your question, make allowances for my imperfect English
Apache OpenOffice 4.1.5, LibreOffice 6.4.4.2 (x64) on Windows 7
If you think that I did not answer your question, make allowances for my imperfect English