Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Multiply Function

Dear Folks,

I have a small laptop and i am using excel for cxounting stock in the
warehouse i am working. For the fast use i am in one column eg.
A1 3*5
A2 2*9
A3 10*28

There is any way that i can have the result of this number in the column B

eg:
B1 15
B2 18
B3 280

The problem is that for quick use i don't type the equal symbol in the first
column, just the numbers.

Can anyone help me with that problem? Thanks in advance...

With regards Manos


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 620
Default Multiply Function

Manos,

If it's always multiply, and always that format, try this

=LEFT(A1,FIND("*",A1)-1)*RIGHT(A1,LEN(A1)-FIND("*",A1))

--

HTH

Bob Phillips

"Manos" wrote in message
.. .
Dear Folks,

I have a small laptop and i am using excel for cxounting stock in the
warehouse i am working. For the fast use i am in one column eg.
A1 3*5
A2 2*9
A3 10*28

There is any way that i can have the result of this number in the column

B

eg:
B1 15
B2 18
B3 280

The problem is that for quick use i don't type the equal symbol in the

first
column, just the numbers.

Can anyone help me with that problem? Thanks in advance...

With regards Manos




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sum/multiply function Ryan Gerry Excel Worksheet Functions 5 June 5th 09 10:22 PM
using multiply if function lbreger Excel Worksheet Functions 4 May 16th 09 05:20 AM
STEP MULTIPLY FUNCTION Mitch Desai Excel Worksheet Functions 5 January 30th 08 07:44 PM
What function will find and multiply specific values in excel? paul/bones[_2_] Excel Worksheet Functions 2 March 20th 07 05:33 PM
is there a function that will multiply different cells Huck Excel Worksheet Functions 4 March 6th 06 08:41 PM


All times are GMT +1. The time now is 06:04 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"