[Solved] Formula to use for multiplication

Discuss the spreadsheet application
Post Reply
cobra_fd
Posts: 2
Joined: Mon Nov 08, 2010 11:35 pm

[Solved] Formula to use for multiplication

Post by cobra_fd »

Someone out there can probably solve this in a second, but I could not find what I was looking for.

I am trying to find the function required to return a value into a cell after a multiplication.

Example is I have a known value of 294pcs per unit and when I do inventory, I want to input the number of units in the cell and have the formula perform the mutiplication calculation and replace the input number and display the sum.

This is probably something from on "Are you smarter then a fifth grader"? :geek:

Thanks in advance. :super:
Last edited by Hagar Delest on Tue Nov 09, 2010 6:45 pm, edited 1 time in total.
Reason: tagged [Solved].
OpenOffice 3.2 on Win XP
User avatar
therabi
Volunteer
Posts: 763
Joined: Wed Sep 01, 2010 10:01 pm
Location: USA

Re: Formula to use

Post by therabi »

cobra_fd wrote:Someone out there can probably solve this in a second, but I could not find what I was looking for.

I am trying to find the function required to return a value into a cell after a multiplication.

Example is I have a known value of 294pcs per unit and when I do inventory, I want to input the number of units in the cell and have the formula perform the mutiplication calculation and replace the input number and display the sum.

This is probably something from on "Are you smarter then a fifth grader"? :geek:

Thanks in advance. :super:
It is not something that can be done, with a formula. A formula places the result in the cell it is in.

Hope This Helps.
OpenOffice.org v3.3, LibO v3.32 on Ubuntu 10.10 and Win7
User avatar
RoryOF
Moderator
Posts: 35209
Joined: Sat Jan 31, 2009 9:30 pm
Location: Ireland

Re: Formula to use

Post by RoryOF »

You need to use another column to hold the result. Your structure should be like this

Code: Select all

       cost    inventory     value
        A         B                C
1     12.34     987        =A1*B1

Apache OpenOffice 4.1.16 on Xubuntu 24.04.4 LTS
cobra_fd
Posts: 2
Joined: Mon Nov 08, 2010 11:35 pm

Re: Formula to use

Post by cobra_fd »

Thanks roryOF, that's what I thought was going to the simplest solution, was trying to keep the columns to a minimum to have the most information on a printable page. :super:
OpenOffice 3.2 on Win XP
User avatar
Villeroy
Volunteer
Posts: 31363
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Formula to use

Post by Villeroy »

Enter in B1:
=A1*987
hit F9, Enter, Enter
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Post Reply