G Guest Nov 21, 2007 #1 I need a formula that multiplies within two separate cells. (IE: I need cell G2 to equal H2x12 OR G2 to equal I2x52. Thanks
I need a formula that multiplies within two separate cells. (IE: I need cell G2 to equal H2x12 OR G2 to equal I2x52. Thanks
G Guest Nov 21, 2007 #3 Yes, and it returns a true not a sum. Don Guillett said: Have you looked in the help index for OR? -- Don Guillett Microsoft MVP Excel SalesAid Software (e-mail address removed) Click to expand...
Yes, and it returns a true not a sum. Don Guillett said: Have you looked in the help index for OR? -- Don Guillett Microsoft MVP Excel SalesAid Software (e-mail address removed) Click to expand...
D David Biddulph Nov 21, 2007 #4 What is the condition that determines which of the two answers you want?
G Gord Dibben Nov 21, 2007 #5 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
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