Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Formulas for multiplying cells

I need a formula that multiplies within two separate cells. (IE: I need cell
G2 to equal H2x12 OR G2 to equal I2x52. Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default Formulas for multiplying cells

Have you looked in the help index for OR?

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"gdmn6" wrote in message
...
I need a formula that multiplies within two separate cells. (IE: I need
cell
G2 to equal H2x12 OR G2 to equal I2x52. Thanks


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Formulas for multiplying cells

Yes, and it returns a true not a sum.

"Don Guillett" wrote:

Have you looked in the help index for OR?

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"gdmn6" wrote in message
...
I need a formula that multiplies within two separate cells. (IE: I need
cell
G2 to equal H2x12 OR G2 to equal I2x52. Thanks



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Formulas for multiplying cells

What is the condition that determines which of the two answers you want?
--
David Biddulph

"gdmn6" wrote in message
...
I need a formula that multiplies within two separate cells. (IE: I need
cell
G2 to equal H2x12 OR G2 to equal I2x52. Thanks



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Formulas for multiplying cells

What determines which cell to multiply by 12 in G2?

Perhaps something like this..........

=IF(A1="OK",H2*12,I2*12)


Gord Dibben MS Excel MVP

On Wed, 21 Nov 2007 10:32:01 -0800, gdmn6
wrote:

Yes, and it returns a true not a sum.

"Don Guillett" wrote:

Have you looked in the help index for OR?

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"gdmn6" wrote in message
...
I need a formula that multiplies within two separate cells. (IE: I need
cell
G2 to equal H2x12 OR G2 to equal I2x52. Thanks




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
multiplying cells and adding that answer in the same cell Michele Excel Discussion (Misc queries) 3 October 31st 07 10:20 PM
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
multiplying the same cell by different cells and copying formula Lucho Excel Worksheet Functions 2 December 12th 06 03:19 PM
multiplying by blank cells input by "IF" functions tiaga Excel Discussion (Misc queries) 2 November 21st 06 06:21 PM
Multiplying the contents of two cells a variable number of times Stephen Brown Excel Worksheet Functions 1 September 6th 06 09:22 AM


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

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

About Us

"It's about Microsoft Excel"