G Guest Feb 17, 2007 #1 how do i multiply a number in one cell by 1.5 times a number in another cell?
G Guest Feb 17, 2007 #2 Assuming source number in A1, other number in B1 then in C1: =A1*(B1*1.5) The parens are really not necessary here, just added for clarity
Assuming source number in A1, other number in B1 then in C1: =A1*(B1*1.5) The parens are really not necessary here, just added for clarity
G Gord Dibben Feb 17, 2007 #4 In a third cell......... =A1*(B1*1.5) or more simply =A1*B1*1.5 I just like to put parens around things<g> Gord Dibben MS Excel MVP
In a third cell......... =A1*(B1*1.5) or more simply =A1*B1*1.5 I just like to put parens around things<g> Gord Dibben MS Excel MVP